Skip to content

Commit 4db2299

Browse files
authored
edit installation az command
to install an az extension, you have to use the `add` command group. The error here was that the initial installation command said to use update. This is not correct.
1 parent 42c205e commit 4db2299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/use-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You must have the following resources installed:
4040
To install the aks-preview 0.4.14 extension or later, use the following Azure CLI commands:
4141

4242
```azurecli
43-
az extension update --name aks-preview
43+
az extension add --name aks-preview
4444
az extension list
4545
```
4646

0 commit comments

Comments
 (0)