Skip to content

Commit c54bb45

Browse files
Disable local authentication for AI services in Bicep template
1 parent dd0e962 commit c54bb45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/main.bicep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ resource aiServices 'Microsoft.CognitiveServices/accounts@2024-04-01-preview' =
120120
apiProperties: {
121121
//statisticsEnabled: false
122122
}
123+
disableLocalAuth: true
123124
}
124125
}
125126

0 commit comments

Comments
 (0)