Skip to content

Commit

Permalink
Update LAB_06b_Enable soft delete in Azure Key Vault.md
Browse files Browse the repository at this point in the history
  • Loading branch information
serling1962 authored Nov 5, 2024
1 parent cf40bbc commit 07565b6
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,17 @@ Deleting a key vault without soft delete enabled permanently deletes all secrets

### Verify if soft delete is enabled on a key vault and enable soft delete

1. In the search box at the top of the portal, enter **key vaults.** Select **Key vaults** in the search results.
1. Start a browser session and sign-in to the [Azure portal menu.](https://portal.azure.com/).

2. In the search box at the top of the portal, enter **key vaults.** Select **Key vaults** in the search results.

2. Browse to the key vault you previously created.
3. Browse to the key vault you previously created.

3. From the **Settings** blade, select **Properties.**
4. From the **Settings** blade, select **Properties.**

4. Verify if the radio button next to soft-delete is set to **Enable purge protection (enforce a mandatory retention period for deleted vaults and vault objects).**
5. Verify if the radio button next to soft-delete is set to **Enable purge protection (enforce a mandatory retention period for deleted vaults and vault objects).**

5. If soft-delete is not enabled on the key vault, click the **Enable purge protection (enforce a mandatory retention period for deleted vaults and vault objects)** radio button to enable soft delete and click **Save.**
6. If soft-delete is not enabled on the key vault, click the **Enable purge protection (enforce a mandatory retention period for deleted vaults and vault objects)** radio button to enable soft delete and click **Save.**

![image](https://github.com/user-attachments/assets/8cc1d810-5a15-43fb-9dd8-1484af65897e)

Expand Down

0 comments on commit 07565b6

Please sign in to comment.