Skip to content

Commit fb2877a

Browse files
authored
Merge pull request #123943 from sashimmu2/patch-2
Update upgrade-basic-standard-with-powershell.md
2 parents d1c2f31 + 2445171 commit fb2877a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ PS C:\> Start-AzBasicLoadBalancerUpgrade -ResourceGroupName <loadBalancerRGName>
151151
Validate a completed migration by passing the Basic Load Balancer state file backup and the Standard Load Balancer name
152152

153153
```powershell
154-
PS C:\> Start-AzBasicLoadBalancerUpgrade -validateCompletedMigration -basicLoadBalancerStatePath C:\RecoveryBackups\State_mybasiclb_rg-basiclbrg_20220912T1740032148.json
154+
PS C:\> Start-AzBasicLoadBalancerUpgrade -validateCompletedMigration -StandardLoadBalancerName <newStandardLBName> -basicLoadBalancerStatePath C:\RecoveryBackups\State_mybasiclb_rg-basiclbrg_20220912T1740032148.json
155155
```
156156

157157
### Example: migrate multiple, related Load Balancers

0 commit comments

Comments
 (0)