Skip to content

Commit 051910b

Browse files
authored
Add content understanding to private endpoint (#2225)
1 parent b7d1d4c commit 051910b

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
@@ -1072,6 +1072,7 @@ var openAiPrivateEndpointConnection = (isAzureOpenAiHost && deployAzureOpenAi &&
10721072
resourceIds: concat(
10731073
[openAi.outputs.resourceId],
10741074
useGPT4V ? [computerVision.outputs.resourceId] : [],
1075+
useMediaDescriberAzureCU ? [contentUnderstanding.outputs.resourceId] : [],
10751076
!useLocalPdfParser ? [documentIntelligence.outputs.resourceId] : []
10761077
)
10771078
}

0 commit comments

Comments
 (0)