Upgrade basic load balancer without deleting Basic LB

Yasmin, Fitri 306 Reputation points
2024-10-28T19:23:33.13+00:00

Upgrade a basic load balancer with AzureBasicLoadBalancerUpgrade module without deleting Basic LB?

Since it is possible to use different name for standard LB by defining -StandardLoadBalancerName parameter, why not give an option for customer to keep the old basic LB? It might be good to keep basic LB even after the upgrade for a while before eventually deleting it completely. Is there any reason why this option is not available? or is there a plan to add this capability to the existing module?

Azure Load Balancer
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
454 questions
{count} votes

Accepted answer
  1. Rohith Vinnakota 1,160 Reputation points Microsoft Vendor
    2024-10-28T20:40:19.97+00:00

    Hi Yasmin, Fitri,

    Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.

    The upgrade process currently requires deleting the Basic Load Balancer once the upgrade to Standard is initiated. This design choice may be due to Azure's resource management policies, which prevent mixing Basic and Standard SKU resources.

    You can back the old LB in the json file at the specified path.

    Start-AzBasicLoadBalancerUpgrade -ResourceGroupName <loadBalancerRGName> -BasicLoadBalancerName <basicLBName> -StandardLoadBalancerName <newStandardLBName> -RecoveryBackupPath C:\BasicLBRecovery
    

    In Azure Feedback Hub forum requesting this feature. All the feedback shared in these forums are monitored and reviewed by the Microsoft engineering teams responsible for building Azure

    Thanks,
    Rohith


    Please don’t forget to close the thread by clicking "Accept the answer" wherever the information provided helps you, as this can be beneficial to other community members.
    User's image


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.