Skip to content

Commit 6c438b8

Browse files
authored
Merge pull request #49690 from KumudD/ghissue11576
QS : Procedure update
2 parents bd9d2f5 + 9a4db4a commit 6c438b8

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/load-balancer/quickstart-create-standard-load-balancer-powershell.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.devlang: na
1313
ms.topic: get-started-article
1414
ms.tgt_pltfrm: na
1515
ms.workload: infrastructure-services
16-
ms.date: 05/21/2018
16+
ms.date: 08/22/2018
1717
ms.author: kumud
1818
ms:custom: mvc
1919
---
@@ -39,10 +39,12 @@ To access your app on the Internet, you need a public IP address for the load ba
3939

4040
```azurepowershell-interactive
4141
$publicIP = New-AzureRmPublicIpAddress `
42-
-ResourceGroupName "myResourceGroupLB" `
43-
-Location "EastUS" `
44-
-AllocationMethod "Dynamic" `
45-
-Name "myPublicIP"
42+
-Name "myPublicIP" `
43+
-ResourceGroupName "myResourceGroupLB" `
44+
-Location "EastUS" `
45+
-Sku "Standard" `
46+
-AllocationMethod "Static"
47+
4648
```
4749
## Create Standard Load Balancer
4850
In this section, you configure the frontend IP and the backend address pool for the load balancer and then create the Basic Load Balancer.

0 commit comments

Comments
 (0)