Skip to content

Commit 7b8fe4b

Browse files
authored
Merge pull request #108926 from TravisCragg-MSFT/patch-73
added linebreak character
2 parents 1973598 + 568bbce commit 7b8fe4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ $publicIp = New-AzPublicIpAddress `
5959
-Name 'myPublicIP' `
6060
-Location $location `
6161
-AllocationMethod static `
62-
-SKU Standard
62+
-SKU Standard `
6363
-zone 1
6464
```
6565

@@ -378,4 +378,4 @@ Remove-AzResourceGroup -Name myResourceGroupSLB
378378

379379
In this quickstart, you created a Standard Load Balancer, attached VMs to it, configured the Load Balancer traffic rule, health probe, and then tested the Load Balancer. To learn more about Azure Load Balancer, continue to [Azure Load Balancer tutorials](tutorial-load-balancer-standard-public-zone-redundant-portal.md).
380380

381-
Learn more about [Load Balancer and Availability zones](load-balancer-standard-availability-zones.md).
381+
Learn more about [Load Balancer and Availability zones](load-balancer-standard-availability-zones.md).

0 commit comments

Comments
 (0)