We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d67227f commit ccc969aCopy full SHA for ccc969a
infra/modules/cosmosDb.bicep
@@ -90,7 +90,7 @@ module cosmosAccount 'br/public:avm/res/document-db/database-account:0.15.0' = {
90
backupPolicyType: !empty(secondaryLocation) ? 'Periodic' : 'Continuous'
91
backupStorageRedundancy: zoneRedundant ? 'Zone' : 'Local'
92
disableKeyBasedMetadataWriteAccess: false
93
- disableLocalAuthentication: privateNetworking != null
+ disableLocalAuthentication: true
94
diagnosticSettings: !empty(logAnalyticsWorkspaceResourceId)
95
? [{ workspaceResourceId: logAnalyticsWorkspaceResourceId }]
96
: []
0 commit comments