Skip to content

Commit 826ba25

Browse files
committed
Add upgrade process for Basic to Standard Load Balancer for VMSS
1 parent 16563ce commit 826ba25

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

articles/load-balancer/upgrade-basic-standard-vmss.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ An Azure PowerShell module is available to upgrade from Basic load balancer to a
4444

4545
## Install the 'AzureBasicLoadBalancerUpgrade' module
4646

47-
Install the module from [PowerShell gallery](https://www.powershellgallery.com/packages/AzureBasicLoadBalancerUpgrade/0.1.0)
47+
Install the module from [PowerShell gallery](https://www.powershellgallery.com/packages/AzureBasicLoadBalancerUpgrade)
4848

4949
```powershell
5050
PS C:\> Install-Module -Name AzureBasicLoadBalancerUpgrade -Scope CurrentUser -Repository PSGallery -Force
@@ -163,10 +163,6 @@ The module is designed to accommodate failures, either due to unhandled errors o
163163
1. Locate the basic load balancer state backup file. This will either be in the directory where the script was executed, or at the path specified with the `-RecoveryBackupPath` parameter during the failed execution. The file will be named: `State_<basicLBName>_<basicLBRGName>_<timestamp>.json`
164164
1. Rerun the migration script, specifying the `-FailedMigrationRetryFilePathLB <BasicLoadBalancerbackupFilePath> -FailedMigrationRetryFilePathVMSS <VMSSBackupFile>` parameters instead of -BasicLoadBalancerName or passing the Basic load balancer over the pipeline
165165

166-
## Next Steps
167-
168-
[Learn about the Azure Load Balancer](/azure/load-balancer/load-balancer-overview)
169-
170166
## Next steps
171167

172168
[Learn about Azure Load Balancer](load-balancer-overview.md)

0 commit comments

Comments
 (0)