MEDIUM
Source
CloudSploit
ID
public-load-balancer

Public Load Balancer

Ensures that Azure Load Balancers are configured as public.

To meet your organization's security compliance, ensure that load balancers are public to facilitate efficient egress to the Internet for backend pool members through the assigned frontend IP, ensuring streamlined connectivity and reliable resource availability.

Follow the appropriate remediation steps below to resolve the issue.

Note: This plugin will always give fail result when the Load Balancer is not configured as public.

  1. Log into the Microsoft Azure Management Console.

  2. In search bar at the top search for Load balancers and select “Load Balancers”. Step

  3. Click on the Create Load balancer option at the top.Step

  4. On the Create load balancer creation page, you will see two type public or internal, choose the type according to your organization’s requirements. Step

  5. Check on ‘Next: Frontend IP Configuration’ at the bottom , to add the IP association to your Load balancer. Step

  6. Click on ‘Add a frontend IP configuration’ at the top to add the IP configuration. Step

  7. In case of Public Load balancer, add the name, IP version, IP type, public IP address as per your choice and click the save button to save the IP configuration. Step

  8. In case of Internal Load balancer, add the name, IP version and select the virtual network as per your choice and save the IP configuration .Step

  9. Add the IP configuration and then click on the ‘Next: Backend Pools’ and fill the options as per requirement to create the Load balancer.

  10. Click on ‘Create’ button to create the Load balancer with IP configuration as per your organization requiremnets.