Skip to content

Commit 47f057f

Browse files
authored
Merge pull request #183 from microsoft/gpickett-patch-9
Update main.bicep
2 parents cc35b45 + bc173f7 commit 47f057f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/main.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ resource aiServices 'Microsoft.CognitiveServices/accounts@2024-04-01-preview' =
123123
apiProperties: {
124124
//statisticsEnabled: false
125125
}
126-
disableLocalAuth: true
126+
//disableLocalAuth: true
127127
}
128128
}
129129

@@ -205,7 +205,7 @@ resource cosmos 'Microsoft.DocumentDB/databaseAccounts@2024-05-15' = {
205205
}
206206
]
207207
capabilities: [{ name: 'EnableServerless' }]
208-
disableLocalAuth: true
208+
//disableLocalAuth: true
209209
}
210210

211211
resource contributorRoleDefinition 'sqlRoleDefinitions' existing = {

0 commit comments

Comments
 (0)