Skip to content

Commit 9fad34b

Browse files
author
sethsteenken
committed
Infra - app config - local auth and purge protect
1 parent c8deeb5 commit 9fad34b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/main.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ module appConfiguration 'br/public:avm/res/app-configuration/configuration-store
266266
params: {
267267
location: location
268268
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
269+
disableLocalAuth: true
270+
enablePurgeProtection: false
271271
// TODO - private networking
272272
//privateEndpoints:
273273
tags: allTags

0 commit comments

Comments
 (0)