File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1079,12 +1079,13 @@ module avmCosmosDB 'br/public:avm/res/document-db/database-account:0.15.0' = {
10791079module 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
12281229module 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'
You can’t perform that action at this time.
0 commit comments