Forum Discussion

jameshao's avatar
jameshao
Copper Contributor
Feb 09, 2025
Solved

Basic LoadBalancer Upgrade - no outbound rule created

The AzureBasicLoadBalancerUpgrade module used for upgrading load balancer from basic to standard sku. It doesn't seem to create outbound rule when there's no existing backend pool in the basic LB. It...
  • Kidd_Ip's avatar
    Feb 10, 2025

    How about creating a backend pool for the Standard Load Balancer using all the NICs from the inbound NAT rule and then creating an outbound rule based on this new backend pool?

    However, there are a few security considerations:

    1. Security Groups: Ensure that the Network Security Groups (NSGs) associated with your backend pool are properly configured to allow only the necessary traffic. This helps in maintaining a secure environment by restricting unwanted access.
    2. Public IP Addresses: If your backend VMs or VMSS instances have instance-level public IP addresses, ensure that these are correctly configured to avoid conflicts or exposure.
    3. Monitoring and Logging: Enable monitoring and logging to keep track of the traffic and detect any unusual activity. Azure Monitor and Azure Security Center can help with this.

Resources