title | description | services | documentationcenter | author | ms.service | ms.devlang | ms.topic | ms.tgt_pltfrm | ms.workload | ms.date | ms.author |
---|---|---|---|---|---|---|---|---|---|---|---|
Create a public Load Balancer Standard with zone-redundant Public IP address frontend using Azure portal | Microsoft Docs |
Learn how to create a public Load Balancer Standard with zone-redundant Public IP address frontend with the Azure portal |
load-balancer |
na |
KumudD |
load-balancer |
na |
article |
na |
infrastructure-services |
03/22/2018 |
kumud |
Create a public Load Balancer Standard with zone-redundant Public IP address frontend using Azure portal
This article steps through creating a public Load Balancer Standard with a zone-redundant frontend using a Public IP Standard address. A single frontend IP address on a Standard Load Balancer is zone-redundant by default.
If you don't have an Azure subscription, create a free account before you begin.
Note
Support for Availability Zones is available for select Azure resources and regions, and VM size families. For more information on how to get started, and which Azure resources, regions, and VM size families you can try availability zones with, see Overview of Availability Zones. For support, you can reach out on StackOverflow or open an Azure support ticket.
Log in to the Azure portal at https://portal.azure.com.
- From a browser navigate to the Azure portal: http://portal.azure.com and login with your Azure account.
- On the top left-hand side of the screen, select Create a resource > Networking > Load Balancer.
- In the Create load balancer page, under Name type myLoadBalancer.
- Under Type, select Public.
- Under SKU, select Standard.
- Click Public IP address, click Create new, and in Create public IP address page, under name, type myPublicIPStandard.
[!NOTE] The public IP created in this step is of Standard SKU and is zone-redundant by default.
- Under Location, select East US2, and then click OK. The load balancer then starts to deploy and takes a few minutes to successfully complete deployment.
- Learn more about Standard Load Balancer and Availability zones.