We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc35b45 commit bc173f7Copy full SHA for bc173f7
1 file changed
infra/main.bicep
@@ -123,7 +123,7 @@ resource aiServices 'Microsoft.CognitiveServices/accounts@2024-04-01-preview' =
123
apiProperties: {
124
//statisticsEnabled: false
125
}
126
- disableLocalAuth: true
+ //disableLocalAuth: true
127
128
129
@@ -205,7 +205,7 @@ resource cosmos 'Microsoft.DocumentDB/databaseAccounts@2024-05-15' = {
205
206
]
207
capabilities: [{ name: 'EnableServerless' }]
208
209
210
211
resource contributorRoleDefinition 'sqlRoleDefinitions' existing = {
0 commit comments