We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc35b45 + bc173f7 commit 47f057fCopy full SHA for 47f057f
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