Skip to content

Commit a337ce1

Browse files
authored
Merge pull request #191 from microsoft/diableLocalAuth
Update main.bicep
2 parents f5820e9 + 4e1c76d commit a337ce1

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
@@ -205,7 +205,7 @@ resource cosmos 'Microsoft.DocumentDB/databaseAccounts@2024-05-15' = {
205205
}
206206
]
207207
capabilities: [{ name: 'EnableServerless' }]
208-
//disableLocalAuth: true
208+
disableLocalAuth: true
209209
}
210210

211211
resource contributorRoleDefinition 'sqlRoleDefinitions' existing = {

0 commit comments

Comments
 (0)