Skip to content

Commit cc8844e

Browse files
authored
Merge pull request #79028 from ManojReddy-MSFT/patch-24
(AzureCXP) fixes MicrosftDocs/azure-docs#32910
2 parents 9d24626 + e212171 commit cc8844e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/key-vault/quick-create-net.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ az keyvault set-policy --name '<YourKeyVaultName>' --object-id <PrincipalId> --s
171171
Now when you run the application, you should see your secret value retrieved. In the preceding command, you're giving the identity of the app service permissions to do **get** and **list** operations on your key vault.
172172

173173
## Clean up resources
174-
Delete the resource group, virtual machine, and all related resources when you no longer need them. To do so, select the resource group for the VM and select **Delete**.
174+
Delete the resource group, virtual machine, and all related resources when you no longer need them. To do so, select the resource group for the key vault and select **Delete**.
175175

176176
Delete the key vault by using the [az keyvault delete](https://docs.microsoft.com/cli/azure/keyvault?view=azure-cli-latest#az-keyvault-delete) command:
177177

0 commit comments

Comments
 (0)