Skip to content

Commit c65db75

Browse files
committedMar 3, 2025··
quality: Code comments
1 parent d2f502b commit c65db75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎cicd/bicep/app.bicep

+2-2
Original file line numberDiff line numberDiff line change
@@ -824,8 +824,8 @@ resource cosmos 'Microsoft.DocumentDB/databaseAccounts@2024-05-15' = {
824824
consistencyPolicy: {
825825
defaultConsistencyLevel: 'Strong'
826826
}
827-
databaseAccountOfferType: 'Standard'
828-
disableLocalAuth: true
827+
databaseAccountOfferType: 'Standard' // Required for serverless
828+
disableLocalAuth: true // Disable access keys
829829
locations: [
830830
{
831831
locationName: location

0 commit comments

Comments
 (0)
Please sign in to comment.