Skip to content

Commit 66d6eb1

Browse files
committed
fix workload identity args
1 parent 605e1ee commit 66d6eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Run the following Azure CLI command to create a service connection to the Azure
131131

132132
```azurecli
133133
az aks connection create storage-blob \
134-
--user-identity client-id=<MyIdentity-ClientId> subs-id=<MyIdentity-SubscriptionId>
134+
--workload-identity <user-identity-resource-id>
135135
```
136136

137137
Provide the following information as prompted:

0 commit comments

Comments
 (0)