Skip to content

Commit 044c467

Browse files
Update deploy_cosmos_db.bicep
1 parent b98e136 commit 044c467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/deploy_cosmos_db.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ resource cosmos 'Microsoft.DocumentDB/databaseAccounts@2022-08-15' = {
3939
databaseAccountOfferType: 'Standard'
4040
enableAutomaticFailover: false
4141
enableMultipleWriteLocations: false
42-
disableLocalAuth: false
42+
disableLocalAuth: true
4343
apiProperties: (kind == 'MongoDB') ? { serverVersion: '4.0' } : {}
4444
capabilities: [ { name: 'EnableServerless' } ]
4545
}

0 commit comments

Comments
 (0)