Skip to content

Commit

Permalink
Merge pull request #22 from Azure-Samples/fix-broken-app-template
Browse files Browse the repository at this point in the history
disable purge protection for keyvault
  • Loading branch information
kpantos authored Dec 12, 2024
2 parents 7fbeec0 + ea9206c commit c0f19d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infra/resources.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ module keyVault 'br/public:avm/res/key-vault/vault:0.11.0' = {
location: location
sku: 'premium'
tags: tags
enablePurgeProtection: false
enableSoftDelete: false
secrets: (!empty(base64certificateText)) ? [
{
name: secretNames.certificateKeyName
Expand Down

0 comments on commit c0f19d0

Please sign in to comment.