Skip to content

Commit 0fcafc6

Browse files
author
sethsteenken
committed
Infra - app config disableLocalAuth
1 parent 9fad34b commit 0fcafc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ module appConfiguration 'br/public:avm/res/app-configuration/configuration-store
266266
params: {
267267
location: location
268268
name: 'appcs-${resourcesName}'
269-
disableLocalAuth: true
269+
disableLocalAuth: false // needed to allow setting app config key values from this module
270270
enablePurgeProtection: false
271271
// TODO - private networking
272272
//privateEndpoints:

0 commit comments

Comments
 (0)