Skip to content

Commit bcaa9c6

Browse files
authored
Update wording in workload-identity.md instructions
1 parent c13afc8 commit bcaa9c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AKS-Arc/workload-identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,9 @@ $MSIPrincipalId=$(az identity show --resource-group $resource_group_name --name
167167

168168
### Create a Kubernetes service account
169169

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.
171171

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):
173173

174174
```azurecli
175175
az connectedk8s proxy -n $aks_cluster_name -g $resource_group_name

0 commit comments

Comments
 (0)