You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/load-balancer/upgrade-internalbasic-to-publicstandard.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,15 +57,15 @@ Download the migration script from the [PowerShell Gallery](https://www.powershe
57
57
58
58
There are two options depending on your local PowerShell environment setup and preferences:
59
59
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.
61
61
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.
63
63
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.
65
65
66
66
### Install with Install-Script
67
67
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.
69
69
70
70
Run the script with the following command:
71
71
@@ -76,7 +76,7 @@ This command also installs the required Az PowerShell module modules.
76
76
77
77
### Install with the script directly
78
78
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).
0 commit comments