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.
2 parents 6b7a92a + fae8f75 commit 138330dCopy full SHA for 138330d
infra/main.bicep
@@ -205,7 +205,7 @@ resource cosmos 'Microsoft.DocumentDB/databaseAccounts@2024-05-15' = {
205
}
206
]
207
capabilities: [{ name: 'EnableServerless' }]
208
- //disableLocalAuth: true
+ disableLocalAuth: true
209
210
211
resource contributorRoleDefinition 'sqlRoleDefinitions' existing = {
0 commit comments