Skip to content

Commit 9d00c3f

Browse files
Merge pull request #253414 from alkohli/patch-756
Update azure-stack-edge-gpu-connect-powershell-interface.md
2 parents b70e652 + f35c63b commit 9d00c3f

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

articles/databox-online/azure-stack-edge-gpu-connect-powershell-interface.md

Lines changed: 13 additions & 9 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: 09/28/2023
10+
ms.date: 10/01/2023
1111
ms.author: alkohli
1212
---
1313
# Manage an Azure Stack Edge Pro GPU device via Windows PowerShell
@@ -100,21 +100,25 @@ After virtual switches are created, you can enable the switches for Kubernetes c
100100
101101
1. [Connect to the PowerShell interface](#connect-to-the-powershell-interface).
102102
2. Use the `Get-HcsApplianceInfo` cmdlet to get current `KubernetesPlatform` and `KubernetesWorkloadProfile` settings for your device.
103+
3. Use the `Get-HcsKubernetesWorkloadProfiles` cmdlet to identify the profiles available on your Azure Stack Edge device.
103104
104-
The following example shows the usage of this cmdlet:
105-
106-
```powershell
107-
Get-HcsApplianceInfo
108-
```
109-
110-
3. Use the `Set-HcsKubernetesWorkloadProfile` cmdlet to set the workload profile for AP5GC an Azure Private MEC solution.
105+
```powershell
106+
[Device-IP]: PS>Get-HcsKubernetesWorkloadProfiles
107+
Type Description
108+
---- -----------
109+
AP5GC an Azure Private MEC solution
110+
SAP a SAP Digital Manufacturing for Edge Computing or another Microsoft partner solution
111+
NONE other workloads
112+
[Device-IP]: PS>
113+
```
114+
115+
4. Use the `Set-HcsKubernetesWorkloadProfile` cmdlet to set the workload profile for AP5GC, an Azure Private MEC solution.
111116

112117
The following example shows the usage of this cmdlet:
113118

114119
```powershell
115120
Set-HcsKubernetesWorkloadProfile -Type "AP5GC"
116121
```
117-
118122
Here is sample output for this cmdlet:
119123
120124
```powershell

0 commit comments

Comments
 (0)