Skip to content

Commit cb7ef2e

Browse files
Merge pull request #299101 from mbender-ms/patch-203161
load balancer | UUF | Update manage-admin-state-how-to.md
2 parents e87ebbc + 2de43cf commit cb7ef2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/load-balancer/manage-admin-state-how-to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ $rsg = "MyResourceGroup"
383383
$vnt = "MyVnet"
384384
$lbn = "MyLB"
385385
$bep = "MyAddressPool"
386-
$ip = 10.0.2.4"
386+
$ip = "10.0.2.4"
387387
388388
# Remove the admin state from the backend pool instance
389389
$vnet = Get-AzVirtualNetwork -Name $vnt -ResourceGroupName $rsg

0 commit comments

Comments
 (0)