We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df3250 commit 609370fCopy full SHA for 609370f
.github/workflows/azure-dev.yml
@@ -5,6 +5,7 @@ on:
5
- dev
6
- main
7
- feature/azd-semantickernel
8
+ - bk-azd-changes
9
workflow_dispatch:
10
11
permissions:
infra/macae-dev.bicep
@@ -78,6 +78,7 @@ resource cosmos 'Microsoft.DocumentDB/databaseAccounts@2024-05-15' = {
78
}
79
]
80
capabilities: [ { name: 'EnableServerless' } ]
81
+ disableLocalAuth: true
82
83
84
resource contributorRoleDefinition 'sqlRoleDefinitions' existing = {
0 commit comments