Skip to content

Commit c13afc8

Browse files
authored
Minor tweaks to instructions for creating Kubernetes service account
1 parent a502014 commit c13afc8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

AKS-Arc/workload-identity.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,14 +167,15 @@ $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 created in the previous step:
170+
Create a Kubernetes service account and annotate it with the client ID of the managed identity you created in the previous step:
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).
171173

172-
Use cluster connect to access your cluster from a client device. Learn more about this [here](/azure/azure-arc/kubernetes/cluster-connect?tabs=azure-cli%2Cagent-version#access-your-cluster-from-a-client-device).
173174
```azurecli
174175
az connectedk8s proxy -n $aks_cluster_name -g $resource_group_name
175176
```
176177

177-
Open a new window. Copy and paste the following CLI commands:
178+
Open a new CLI command window. Copy and paste the following commands:
178179

179180
```azurecli
180181
$yaml = @"

0 commit comments

Comments
 (0)