Skip to content

Commit 9c57568

Browse files
authored
Merge pull request #279463 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 8567d51 + fe3c340 commit 9c57568

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-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

articles/site-recovery/delete-vault.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ This article describes how to delete a Recovery Services vault for Site Recovery
1919

2020
Before you can delete a vault you must remove registered servers, and items in the vault. What you need to remove depends on the replication scenarios you've deployed.
2121

22+
> [!NOTE]
23+
> Before you delete a Backup protection policy from a vault, you must ensure that
24+
> - the policy doesn't have any associated Backup items.
25+
> - each associated item is associated with some other policy.
2226
2327
## Delete a vault-Azure VM to Azure
2428

0 commit comments

Comments
 (0)