Skip to content

Commit a64b928

Browse files
committed
Update main.bicep
1 parent 0598800 commit a64b928

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

infra/main.bicep

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ resource aiServices 'Microsoft.CognitiveServices/accounts@2024-04-01-preview' =
120120
apiProperties: {
121121
//statisticsEnabled: false
122122
}
123+
disableLocalAuth: false
123124
}
124125
}
125126

@@ -197,6 +198,7 @@ resource cosmos 'Microsoft.DocumentDB/databaseAccounts@2024-05-15' = {
197198
}
198199
]
199200
capabilities: [{ name: 'EnableServerless' }]
201+
disableLocalAuth: true
200202
}
201203

202204
resource contributorRoleDefinition 'sqlRoleDefinitions' existing = {

0 commit comments

Comments
 (0)