We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7595a1e commit 24434ddCopy full SHA for 24434dd
infra/core/security/keyvault.bicep
@@ -12,6 +12,8 @@ resource keyVault 'Microsoft.KeyVault/vaults@2022-07-01' = {
12
properties: {
13
tenantId: subscription().tenantId
14
sku: { family: 'A', name: 'standard' }
15
+ enablePurgeProtection: true
16
+ enableSoftDelete: true
17
accessPolicies: !empty(principalId) ? [
18
{
19
objectId: principalId
0 commit comments