diff --git a/docs/_posts/2023-11-09-part1-notation-usage.md b/docs/_posts/2023-11-09-part1-notation-usage.md index d9b8a7b..8f65467 100644 --- a/docs/_posts/2023-11-09-part1-notation-usage.md +++ b/docs/_posts/2023-11-09-part1-notation-usage.md @@ -139,7 +139,7 @@ Now we'll create an Azure Key Vault instance for our test and configure the sign AKV_NAME=mynotationtest # Create the key vault -az keyvault create --name $AKV_NAME --resource-group $RG +az keyvault create --name $AKV_NAME --resource-group $RG --enable-rbac-authorization false # Set some variables for the cert creation # Name of the certificate created in AKV