Skip to content

Commit 609370f

Browse files
committed
update cosmodb auth property
1 parent 6df3250 commit 609370f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/azure-dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- dev
66
- main
77
- feature/azd-semantickernel
8+
- bk-azd-changes
89
workflow_dispatch:
910

1011
permissions:

infra/macae-dev.bicep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ resource cosmos 'Microsoft.DocumentDB/databaseAccounts@2024-05-15' = {
7878
}
7979
]
8080
capabilities: [ { name: 'EnableServerless' } ]
81+
disableLocalAuth: true
8182
}
8283

8384
resource contributorRoleDefinition 'sqlRoleDefinitions' existing = {

0 commit comments

Comments
 (0)