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: AKS-Arc/workload-identity.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -167,9 +167,9 @@ $MSIPrincipalId=$(az identity show --resource-group $resource_group_name --name
167
167
168
168
### Create a Kubernetes service account
169
169
170
-
Create a Kubernetes service account and annotate it with the client ID of the managed identity you created in the previous step:
170
+
In this step, you create a Kubernetes service account and annotate it with the client ID of the managed identity you created in the previous step.
171
171
172
-
Use cluster connect to access your cluster from a client device. For more information, see [Access your cluster from a client device](/azure/azure-arc/kubernetes/cluster-connect?tabs=azure-cli%2Cagent-version#access-your-cluster-from-a-client-device).
172
+
Use cluster connect to access your cluster from a client device. For more information, see [Access your cluster from a client device](/azure/azure-arc/kubernetes/cluster-connect?tabs=azure-cli%2Cagent-version#access-your-cluster-from-a-client-device):
173
173
174
174
```azurecli
175
175
az connectedk8s proxy -n $aks_cluster_name -g $resource_group_name
0 commit comments