Skip to content

Commit 886ca44

Browse files
committed
Updated with edits.
1 parent 6f698b8 commit 886ca44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/databox-online/azure-stack-edge-gpu-deploy-arc-kubernetes-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ You can also register resource providers via the `az cli`. For more information,
127127
$ASEResource.Identity.PrincipalId
128128
```
129129
130-
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:
130+
1. After you create the new service principal or retrieve 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:
131131
132132
`az role assignment create --role 34e09817-6cbe-4d01-b1a2-e0eac5743d41 --assignee <appId-from-service-principal> --scope /subscriptions/<SubscriptionID>/resourceGroups/<Resource-group-name>`
133133
@@ -168,7 +168,7 @@ Follow these steps to configure the Kubernetes cluster for Azure Arc management:
168168
- To deploy Azure Arc on your device, make sure that you're using a [Supported region for Azure Arc](https://azure.microsoft.com/global-infrastructure/services/?products=azure-arc).
169169
- 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.
170170
- Specifying `ClientId`, `TenantId`, and `ClientSecret` is optional.
171-
- If you assign a role to `appId`, don't specify `ClientId`, `TenantId`, and `ClientSecret`.
171+
- If you assign a role to `appId`, don't specify `ClientId`, `TenantId`, or `ClientSecret`.
172172
173173
Here's an example:
174174

0 commit comments

Comments
 (0)