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 b7d1d4c commit 051910bCopy full SHA for 051910b
infra/main.bicep
@@ -1072,6 +1072,7 @@ var openAiPrivateEndpointConnection = (isAzureOpenAiHost && deployAzureOpenAi &&
1072
resourceIds: concat(
1073
[openAi.outputs.resourceId],
1074
useGPT4V ? [computerVision.outputs.resourceId] : [],
1075
+ useMediaDescriberAzureCU ? [contentUnderstanding.outputs.resourceId] : [],
1076
!useLocalPdfParser ? [documentIntelligence.outputs.resourceId] : []
1077
)
1078
}
0 commit comments