228k views
3 votes
Use the Azure CLI command to list deleted storage accounts in Key Vault.

User Lyle
by
8.5k points

1 Answer

2 votes

Final answer:

To list deleted storage accounts in Key Vault using the Azure CLI command, you can use the 'az keyvault storage list-deleted' command. Replace the placeholders with the appropriate names.

Step-by-step explanation:

Azure CLI Command to List Deleted Storage Accounts in Key Vault

To list deleted storage accounts in Key Vault using the Azure CLI command, you can use the following command:

az keyvault storage list-deleted --name <key_vault_name> --vault-name <vault_name>

Make sure to replace <key_vault_name> with the name of the key vault and <vault_name> with the name of the vault where the storage accounts are stored.

User Alex Riabov
by
8.1k points