We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8deeb5 commit 9fad34bCopy full SHA for 9fad34b
infra/main.bicep
@@ -266,8 +266,8 @@ module appConfiguration 'br/public:avm/res/app-configuration/configuration-store
266
params: {
267
location: location
268
name: 'appcs-${resourcesName}'
269
- disableLocalAuth: false // TODO - private networking?
270
- //enablePurgeProtection: false // TODO - turn off purge protection after dev env not used or is recreated
+ disableLocalAuth: true
+ enablePurgeProtection: false
271
// TODO - private networking
272
//privateEndpoints:
273
tags: allTags
0 commit comments