Skip to content

Commit c413460

Browse files
authored
Update command to prevent default behavior change in tutorial-kubernetes-workload-identity.md
1 parent 80a221e commit c413460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/learn/tutorial-kubernetes-workload-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ To help simplify steps to configure the identities required, the steps below def
103103
1. Create an Azure Key Vault in resource group you created in this tutorial using the [az keyvault create][az-keyvault-create] command.
104104
105105
```azurecli-interactive
106-
az keyvault create --resource-group "${RESOURCE_GROUP}" --location "${LOCATION}" --name "${KEYVAULT_NAME}"
106+
az keyvault create --resource-group "${RESOURCE_GROUP}" --location "${LOCATION}" --name "${KEYVAULT_NAME}" --enable-rbac-authorization false
107107
```
108108
109109
The output of this command shows properties of the newly created key vault. Take note of the two properties listed below:

0 commit comments

Comments
 (0)