Skip to content

Commit 126e7ec

Browse files
Update app configuration module names and disable purge protection
1 parent 0bc1c36 commit 126e7ec

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

infra/main.bicep

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,12 +1079,13 @@ module avmCosmosDB 'br/public:avm/res/document-db/database-account:0.15.0' = {
10791079
module avmAppConfig 'br/public:avm/res/app-configuration/configuration-store:0.6.3' = {
10801080
name: format(resourceNameFormatString, 'appcs-')
10811081
params: {
1082-
name: 'appcs-${solutionPrefix}'
1082+
name: 'appcs-${solutionPrefix}-x'
10831083
location: resourceGroupLocation
10841084
tags: {
10851085
app: solutionPrefix
10861086
location: resourceGroupLocation
10871087
}
1088+
enablePurgeProtection: false
10881089
enableTelemetry: enableTelemetry
10891090
managedIdentities: { systemAssigned: true }
10901091
sku: 'Standard'
@@ -1228,8 +1229,9 @@ module avmAppConfig 'br/public:avm/res/app-configuration/configuration-store:0.6
12281229
module avmAppConfig_update 'br/public:avm/res/app-configuration/configuration-store:0.6.3' = if (enablePrivateNetworking) {
12291230
name: format(resourceNameFormatString, 'appcs-update')
12301231
params: {
1231-
name: 'appcs-${solutionPrefix}'
1232+
name: 'appcs-${solutionPrefix}-x'
12321233
location: resourceGroupLocation
1234+
enablePurgeProtection: false
12331235
enableTelemetry: enableTelemetry
12341236
tags: tags
12351237
publicNetworkAccess: 'Disabled'

0 commit comments

Comments
 (0)