Commit b7a11b4
Enable purge protection on key-vault-certificate-create vault
Adds enablePurgeProtection: true to the vault in key-vault-certificate-create/main.bicep
(and the regenerated azuredeploy.json).
Without purge protection, soft-deleted vault contents can be permanently
destroyed during the soft-delete retention window. Enabling purge
protection guarantees the configured retention window is honored, which
is the recommended Key Vault security baseline.
Validation:
- correlationId: 05435e1e-63f6-4269-98b1-42955d84a56a
- deploymentName: kvcrt-deploy-29b9ab41
- region: eastus
- provisioningState: Succeeded
metadata.json updated with validationType: Manual and the
testResult.deployments block.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent ca5c529 commit b7a11b4
3 files changed
Lines changed: 12 additions & 2 deletions
File tree
- quickstarts/microsoft.keyvault/key-vault-certificate-create
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
10 | 18 | | |
0 commit comments