Skip to content

Commit a53b1b1

Browse files
authored
Merge pull request #126058 from iBowler1995/patch-1
Update upgrade-basic-standard-with-powershell.md
2 parents 6a52e39 + 8dbfc67 commit a53b1b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/load-balancer/upgrade-basic-standard-with-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Install-Module -Name AzureBasicLoadBalancerUpgrade -Scope CurrentUser -Repositor
117117
Validate that a Basic Load Balancer is supported for upgrade
118118
119119
```powershell
120-
Start-AzBasicLoadBalancerUpgrade -ResourceGroupName <loadBalancerRGName> -BasicLoadBalancerName <basicLBName> -validateScenarioOnly
120+
Start-AzBasicLoadBalancerUpgrade -ResourceGroupName <loadBalancerRGName> -BasicLoadBalancerName <basicLBName> -validateScenarioOnly:$true
121121
```
122122

123123
### Example: upgrade by name
@@ -315,4 +315,4 @@ If your failed migration was targeting multiple load balancers at the same time,
315315
## Next steps
316316

317317
- [If skipped, migrate from using NAT Pools to NAT Rules for Virtual Machine Scale Sets](load-balancer-nat-pool-migration.md)
318-
- [Learn about Azure Load Balancer](load-balancer-overview.md)
318+
- [Learn about Azure Load Balancer](load-balancer-overview.md)

0 commit comments

Comments
 (0)