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 c6b8c6e commit f11423aCopy full SHA for f11423a
infra/main.bicep
@@ -395,6 +395,7 @@ module documentIntelligence 'core/ai/cognitiveservices.bicep' = {
395
kind: 'FormRecognizer'
396
publicNetworkAccess: publicNetworkAccess
397
location: documentIntelligenceResourceGroupLocation
398
+ disableLocalAuth: true
399
tags: tags
400
sku: {
401
name: documentIntelligenceSkuName
0 commit comments