Skip to content

Commit 39d19e2

Browse files
author
Michael Bender
committed
updates
1 parent 2b60c2c commit 39d19e2

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,32 +75,32 @@ Download the migration script from the [PowerShell Gallery](https://www.powershe
7575

7676
There are two options depending on your local PowerShell environment setup and preferences:
7777

78-
* 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.
78+
* 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.
7979

80-
* If you need to keep the Azure Az PowerShell module, download the script and run it directly.
80+
* If you need to keep the Az PowerShell module, download the script and run it directly.
8181

82-
To determine if you have the Azure Az PowerShell module installed, run `Get-InstalledModule -Name az`. If you don't see any installed Azure Az PowerShell module, then you can use the `Install-Script` method.
82+
To determine if you have the Az PowerShell module installed, run `Get-InstalledModule -Name az`. If you don't see any installed Az PowerShell module, then you can use the `Install-Script` method.
8383

8484
### Install with Install-Script
8585

86-
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.
86+
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.
8787

8888
Run the script with the following command:
8989

9090
```azurepowershell
9191
Install-Script -Name AzurePublicLBUpgrade
9292
```
93-
This command also installs the required Azure Az PowerShell module.
93+
This command also installs the required Az PowerShell module.
9494

9595
### Install with the script directly
9696

97-
If you do have Azure Az PowerShell module installed and can't uninstall it, or don't want to uninstall it,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)
97+
If you do have Az PowerShell module installed and can't uninstall it, or don't want to uninstall it,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)
9898

9999
To run the script:
100100

101101
1. Use `Connect-AzAccount` to connect to Azure.
102102

103-
2. Use `Import-Module Az` to import the Azure Az PowerShell module.
103+
2. Use `Import-Module Az` to import the Az PowerShell module.
104104

105105
3. Examine the required parameters:
106106

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,32 +57,32 @@ 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 AZ PowerShell module installed, or don’t mind uninstalling the 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 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 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 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.
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

7272
```azurepowershell
7373
Install-Script -Name AzureLBUpgrade
7474
```
75-
This command also installs the required Az PowerShell module modules.
75+
This command also installs the required Az PowerShell module.
7676

7777
### Install with the script directly
7878

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).
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

8383
1. Use `Connect-AzAccount` to connect to Azure.
8484

85-
2. Use `Import-Module Az` to import the Az PowerShell module modules.
85+
2. Use `Import-Module Az` to import the Az PowerShell module.
8686

8787
3. Examine the required parameters:
8888

0 commit comments

Comments
 (0)