Skip to content

Commit f11423a

Browse files
authored
Disable local auth for Azure DI (#1629)
1 parent c6b8c6e commit f11423a

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
@@ -395,6 +395,7 @@ module documentIntelligence 'core/ai/cognitiveservices.bicep' = {
395395
kind: 'FormRecognizer'
396396
publicNetworkAccess: publicNetworkAccess
397397
location: documentIntelligenceResourceGroupLocation
398+
disableLocalAuth: true
398399
tags: tags
399400
sku: {
400401
name: documentIntelligenceSkuName

0 commit comments

Comments
 (0)