Skip to content

Commit bf5ae4a

Browse files
committed
Updates per SME suggestions.
1 parent 6126937 commit bf5ae4a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: alkohli
77
ms.service: databox
88
ms.subservice: edge
99
ms.topic: how-to
10-
ms.date: 06/09/2021
10+
ms.date: 04/10/2024
1111
ms.author: alkohli
1212
ms.custom: devx-track-azurepowershell, devx-track-arm-template
1313
#Customer intent: As an IT admin, I need to understand how to connect to Azure Resource Manager on my Azure Stack Edge Pro device so that I can manage resources.
@@ -273,10 +273,10 @@ You will install Azure PowerShell modules on your client that will work with you
273273
Install-Module -Name Az -RequiredVersion 1.10.0
274274
```
275275
276-
3. Make sure that you have Az module version 1.10.0 running at the end of the installation.
276+
3. Make sure that you have the correct Az module version running at the end of the installation.
277277
278278
279-
If you used PowerShell 7 and later, the example output below indicates that the Az version 1.10.0 modules were installed successfully.
279+
If you used PowerShell 7 or later, the example output below indicates that the Az version 2.0.1 (or later) modules were installed successfully.
280280
281281
```output
282282
@@ -286,13 +286,13 @@ You will install Azure PowerShell modules on your client that will work with you
286286
PS C:\windows\system32> Get-Module -Name "Az*" -ListAvailable
287287
```
288288
289-
If you used PowerShell 5.1 and later, the example output below indicates that the Az version 1.10.0 modules were installed successfully.
289+
If you used PowerShell 5.1 or later, the example output below indicates that the Az version 1.10.0 modules were installed successfully.
290290
291291
```powershell
292292
PS C:\WINDOWS\system32> Get-InstalledModule -Name Az -AllVersions
293-
Version Name Repository Description
294-
------- ---- ---------- ------
295-
1.10.0 Az PSGallery Mic...
293+
Version Name Repository Description
294+
------- ---- ---------- -----------
295+
1.10.0 Az PSGallery Mic...
296296
297297
PS C:\WINDOWS\system32>
298298
```

0 commit comments

Comments
 (0)