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/databox-online/azure-stack-edge-gpu-deploy-arc-kubernetes-cluster.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,15 +104,15 @@ You can also register resource providers via the `az cli`. For more information,
104
104
PS /home/user>
105
105
```
106
106
107
-
1. Make a note of the `appID`, `name`, `password`, and `tenantID` as you'll use these values as input to the next command.
107
+
1. Make a note of the `appId`, `name`, `password`, and `tenantID` as you'll use these values as input to the next command.
108
108
109
109
Note that there are several ways to obtain ‘appId’. If you use one of the following methods, you can skip steps 1, 2, and 3 from the previous section and move directly to the following step 4.
110
110
111
111
- Use Minishell to run the following PowerShell cmdlet:
112
112
113
-
```powershell
114
-
Get-AzureDataBoxEdgeApplicationId
115
-
```
113
+
```powershell
114
+
Get-AzureDataBoxEdgeApplicationId
115
+
```
116
116
117
117
- In Azure portal, navigate to your Azure Stack Edge device **Overview** and then at top right, select **JSON view**. You see **Resource JSON** details for your device. Make note of the `principalId` for your device.
118
118
@@ -121,11 +121,11 @@ You can also register resource providers via the `az cli`. For more information,
121
121
122
122
- Use non-Azure Stack Edge PowerShell on a client machine to run the following:
1. After you create the new service principal or create it using one of these methods, assign the `Kubernetes Cluster - Azure Arc Onboarding` role to the newly created principal. This is a built-in Azure role (use the role ID in the command) with limited permissions. Use the following command:
131
131
@@ -167,7 +167,7 @@ Follow these steps to configure the Kubernetes cluster for Azure Arc management:
167
167
168
168
- To deploy Azure Arc on your device, make sure that you are using a [Supported region for Azure Arc](https://azure.microsoft.com/global-infrastructure/services/?products=azure-arc).
169
169
- Use the `az account list-locations` command to determine the exact location name to pass in the `Set-HcsKubernetesAzureArcAgent` cmdlet. Location names are typically formatted without any spaces.
170
-
- `ClientId`, `TenantId`, and `ClientSecret` are optional.
170
+
- Specifying `ClientId`, `TenantId`, and `ClientSecret` is optional.
171
171
- If you assign a role to `appId`, do not specify `ClientId`, `TenantId`, and `ClientSecret`.
172
172
173
173
Here's an example:
@@ -230,7 +230,7 @@ A conceptual overview of these agents is available [here](/azure/azure-arc/kuber
230
230
231
231
To remove the Azure Arc management, follow these steps:
232
232
233
-
1. 1. [Connect to the PowerShell interface](azure-stack-edge-gpu-connect-powershell-interface.md#connect-to-the-powershell-interface) of your device.
233
+
1. [Connect to the PowerShell interface](azure-stack-edge-gpu-connect-powershell-interface.md#connect-to-the-powershell-interface) of your device.
234
234
2. Type:
235
235
236
236
`Remove-HcsKubernetesAzureArcAgent`
@@ -242,4 +242,4 @@ To remove the Azure Arc management, follow these steps:
242
242
## Next steps
243
243
244
244
To understand how to run an Azure Arc deployment, see
245
-
[Deploy a stateless PHP `Guestbook` application with Redis via GitOps on an Azure Stack Edge Pro device](azure-stack-edge-gpu-deploy-stateless-application-git-ops-guestbook.md)
245
+
[Deploy a stateless PHP `Guestbook` application with Redis via GitOps on an Azure Stack Edge Pro device](azure-stack-edge-gpu-deploy-stateless-application-git-ops-guestbook.md).
0 commit comments