Skip to content

Commit 9c5e801

Browse files
authored
Merge pull request #123541 from linuxelf001/patch-18
Update quick-create-confidential-vm-azure-cli.md
2 parents 6e77ce8 + c9bd5d5 commit 9c5e801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/confidential-computing/quick-create-confidential-vm-azure-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ For this step you need to be a Global Admin or you need to have the User Access
9090
```
9191
2. Create an Azure Key Vault using the [az keyvault create](/cli/azure/keyvault) command. For the pricing tier, select Premium (includes support for HSM backed keys). Make sure that you have an owner role in this key vault.
9292
```azurecli-interactive
93-
az keyvault create -n keyVaultName -g myResourceGroup --enabled-for-disk-encryption true --sku premium --enable-purge-protection true
93+
az keyvault create -n keyVaultName -g myResourceGroup --enabled-for-disk-encryption true --sku premium --enable-purge-protection true --enable-rbac-authorization false
9494
```
9595
3. Give `Confidential VM Orchestrator` permissions to `get` and `release` the key vault.
9696
```Powershell

0 commit comments

Comments
 (0)