Skip to content

Commit 02fb3cb

Browse files
authored
Update quick-create-bicep.md
1 parent 9016364 commit 02fb3cb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/key-vault/keys/quick-create-bicep.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@ resource vault 'Microsoft.KeyVault/vaults@2021-11-01-preview' = {
7575
location: location
7676
properties: {
7777
accessPolicies:[]
78-
enableRbacAuthorization: false
79-
enableSoftDelete: false
78+
enableRbacAuthorization: true
79+
enableSoftDelete: true
80+
softDeleteRetentionInDays: 90
8081
enabledForDeployment: false
8182
enabledForDiskEncryption: false
8283
enabledForTemplateDeployment: false

0 commit comments

Comments
 (0)