Skip to content

Commit 13bed13

Browse files
committed
fix
1 parent 8992451 commit 13bed13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ resource cosmos 'Microsoft.DocumentDB/databaseAccounts@2024-05-15' = {
196196
locationName: location
197197
}
198198
]
199-
disableLocalAuth: false
199+
disableLocalAuth: true
200200
capabilities: [ { name: 'EnableServerless' } ]
201201
}
202202

0 commit comments

Comments
 (0)