Skip to content

Commit 45989a9

Browse files
committed
aks command
1 parent 420e4de commit 45989a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/service-bus-messaging/service-bus-migrate-azure-credentials.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,10 @@ az vm identity assign \
178178
You can assign a managed identity to an Azure Kubernetes Service (AKS) instance with the [az aks update](/cli/azure/aks) command.
179179

180180
```azurecli
181-
az vm identity assign \
181+
az aks update \
182182
--resource-group <resource-group-name> \
183183
--name <virtual-machine-name>
184+
--enable-managed-identity
184185
```
185186

186187
---

0 commit comments

Comments
 (0)