Skip to content

Commit cada256

Browse files
author
Michael Bender
committed
Fixed AZ PowerShell reference
1 parent 438dcb3 commit cada256

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/load-balancer/upgrade-internalbasic-to-publicstandard.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ Download the migration script from the [PowerShell Gallery](https://www.powershe
5757

5858
There are two options depending on your local PowerShell environment setup and preferences:
5959

60-
* If you don’t have the Azure AZ PowerShell module installed, or don’t mind uninstalling the Azure AZ PowerShell module, use the `Install-Script` option to run the script.
60+
* If you don’t have the AZ PowerShell module installed, or don’t mind uninstalling the AZ PowerShell module, use the `Install-Script` option to run the script.
6161

62-
* If you need to keep the Azure AZ PowerShell module, download the script and run it directly.
62+
* If you need to keep the AZ PowerShell module, download the script and run it directly.
6363

64-
To determine if you have the Azure AZ PowerShell module installed, run `Get-InstalledModule -Name az`. If the Az PowerShell module isn't installed, you can use the `Install-Script` method.
64+
To determine if you have the AZ PowerShell module installed, run `Get-InstalledModule -Name az`. If the Az PowerShell module isn't installed, you can use the `Install-Script` method.
6565

6666
### Install with Install-Script
6767

68-
To use this option, don't have the Azure AZ PowerShell module installed on your computer. If they're installed, the following command displays an error. Uninstall the Azure AZ PowerShell module, or use the other option to download the script manually and run it.
68+
To use this option, don't have the AZ PowerShell module installed on your computer. If they're installed, the following command displays an error. Uninstall the AZ PowerShell module, or use the other option to download the script manually and run it.
6969

7070
Run the script with the following command:
7171

@@ -76,7 +76,7 @@ This command also installs the required Az PowerShell module modules.
7676

7777
### Install with the script directly
7878

79-
If you do have Azure AZ PowerShell module installed and can't uninstall them, or don't want to uninstall them,you can manually download the script using the **Manual Download** tab in the script download link. The script is downloaded as a raw **nupkg** file. To install the script from this **nupkg** file, see [Manual Package Download](/powershell/gallery/gallery/how-to/working-with-packages/manual-download).
79+
If you do have AZ PowerShell module installed and can't uninstall them, or don't want to uninstall them,you can manually download the script using the **Manual Download** tab in the script download link. The script is downloaded as a raw **nupkg** file. To install the script from this **nupkg** file, see [Manual Package Download](/powershell/gallery/gallery/how-to/working-with-packages/manual-download).
8080

8181
To run the script:
8282

0 commit comments

Comments
 (0)