Hello @Hendry Richard,
Welcome to Microsoft Q&A Platform. Thank you for reaching out & hope you are doing well.
I understand your question about upgrading your Load Balancer from Basic SKU to Standard SKU. Azure does not allow an in-place upgrade for Load Balancers, so you will need to create a new Standard SKU Load Balancer and migrate your configuration to it.
Important Points to Consider Before Getting Started,
- Basic and Standard SKUs cannot be used together on the same IP or backend pool.
- Any Public IPs linked must be Standard SKU.
- Standard SKU Load Balancer is secure by default, so make sure the necessary NSG rules are configured.
- Schedule a maintenance window, as there may be a brief connectivity interruption during migration.
Manual Migration via Azure Portal:
- Document the current setup, including frontend IPs, backend pools, rules, and probes.
- Create a new Standard SKU Load Balancer within the same region and VNet.
- Recreate the configuration:
· Add frontend IPs using Standard SKU and static Public IP.
· Set up backend pools, probes, and rules again.
- Update NSG rules to permit necessary traffic.
- Point NICs or VMSS instances to the new backend pool.
- Check that traffic flows correctly, then remove the Basic Load Balancer.
You can upgrade from a Basic to a Standard Load Balancer by using the link below:
Upgrading from Basic Load Balancer - Guidance | Microsoft Learn
Via PowerShell:
Use the official PowerShell migration module AzureBasicLoadBalancerUpgrade. This tool will:
- Back up your Basic Load Balancer configuration.
- Create a new Standard Load Balancer with similar settings.
- Migrate backend pools, health probes, and NAT rules.
- Update the associated Public IPs to the Standard SKU.
Use PowerShell to upgrade a Basic Load Balancer to a Standard Load Balancer: Upgrade from Basic to Standard with PowerShell - Azure Load Balancer | Microsoft Learn
Note: For AKS or VM Scale Sets, refer to the migration guidance designed for AKS. Ensure that outbound connectivity is configured for the Standard SKU, using either outbound rules or a NAT Gateway.
Kindly let us know if the above helps or you need further assistance on this issue.
Please do not forget to "Accept the answer” and “up-vote it” wherever the information provided helps you, this can be beneficial to other community members__.__ It would be greatly appreciated and helpful to others.