Commit 94ea243
Enable purge protection on key-vault-create vault
Adds enablePurgeProtection: true to the vault in key-vault-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: 08a19c7d-365d-455d-bbac-4de41d42a718
- deploymentName: kvc-deploy-2b2b8b3f
- 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 94ea243
3 files changed
Lines changed: 12 additions & 2 deletions
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 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
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