Skip to content

Commit 15ba50d

Browse files
committed
Update CLI command description
1 parent fb81e78 commit 15ba50d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/service-connector/tutorial-python-aks-openai-workload-identity.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,14 +148,15 @@ Once the connection has been created, you can view its details in the **Service
148148
149149
### [Azure CLI](#tab/azure-cli)
150150
151-
Create a service connection in AKS using the Azure CLI.
151+
Create a service connection in AKS by running the [az aks connection create](/cli/azure/aks/connection/create#az-aks-connection-create-cognitiveservices) command in the Azure CLI.
152152
153153
```azurecli
154154
az aks connection create cognitiveservices \
155155
--workload-identity <user-identity-resource-id>
156156
```
157157

158-
When using the [az aks connection create](/cli/azure/aks/connection/create#az-aks-connection-create-cognitiveservices) command, Service Connector prompts you to specify the AKS resource group, AKS cluster name, target service resource group, cognitive service account name, and user-assigned identity resource ID step by step.
158+
When using the above command, Service Connector prompts you to specify the AKS resource group, AKS cluster name, target service resource group, cognitive service account name, and user-assigned identity resource ID step by step.
159+
159160
Alternatively, you can provide the complete command directly:
160161

161162
```azurecli

0 commit comments

Comments
 (0)