Skip to content

Commit f1959f7

Browse files
committed
Editorial tweaks.
1 parent 63118e0 commit f1959f7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/databox-online/azure-stack-edge-gpu-connect-resource-manager.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ If your repository isn't trusted or you need more information, see [Validate the
231231
232232
Install Azure PowerShell modules on your client that work with your device.
233233
234-
1. Run PowerShell as an administrator. You need access to PowerShell gallery.
234+
1. Run PowerShell as an administrator. You must have access to PowerShell gallery.
235235
236236
237237
1. First verify that there are no existing versions of `AzureRM` and `Az` modules on your client. To check, run the following commands:
@@ -250,7 +250,7 @@ Install Azure PowerShell modules on your client that work with your device.
250250
251251
1. To install the required Azure PowerShell modules from the PowerShell Gallery, run the following command:
252252
253-
- If your client is using PowerShell Core version 7.0 and later:
253+
- If your client is using PowerShell Core version 7.0 or later:
254254
255255
```powershell
256256
# Install the Az.BootStrapper module. Select Yes when prompted to install NuGet.
@@ -265,7 +265,7 @@ Install Azure PowerShell modules on your client that work with your device.
265265
Get-Module -Name "Az*" -ListAvailable
266266
```
267267
268-
- If your client is using PowerShell 5.1 and later:
268+
- If your client is using PowerShell 5.1 or later:
269269
270270
```powershell
271271
#Install the Az module version 1.10.0
@@ -301,7 +301,7 @@ Install Azure PowerShell modules on your client that work with your device.
301301
302302
Install Azure PowerShell modules on your client that work with your device.
303303
304-
1. Run PowerShell as an administrator. You need access to PowerShell gallery.
304+
1. Run PowerShell as an administrator. You must have access to PowerShell gallery.
305305
306306
307307
2. To install the required Azure PowerShell modules from the PowerShell Gallery, run the following command:
@@ -319,7 +319,7 @@ Install Azure PowerShell modules on your client that work with your device.
319319
Get-Module -Name "Azure*" -ListAvailable
320320
```
321321
322-
Make sure that you have Azure-RM module version 2.5.0 running at the end of the installation.
322+
Make sure you have Azure-RM module version 2.5.0 running at the end of the installation.
323323
If you have an existing version of Azure-RM module that doesn't match the required version, uninstall using the following command:
324324
325325
`Get-Module -Name Azure* -ListAvailable | Uninstall-Module -Force -Verbose`

0 commit comments

Comments
 (0)