File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1212,8 +1212,9 @@ var cognitiveServicesPrivateEndpointConnection = (usePrivateEndpoint && (!useLoc
1212
1212
{
1213
1213
groupId : 'account'
1214
1214
dnsZoneName : 'privatelink.cognitiveservices.azure.com'
1215
+ // Only include generic Cognitive Services-based resources (Form Recognizer / Vision / Content Understanding)
1216
+ // Azure OpenAI uses its own privatelink.openai.azure.com zone and already has a separate private endpoint above.
1215
1217
resourceIds : concat (
1216
- [openAi .outputs .resourceId ],
1217
1218
!useLocalPdfParser ? [documentIntelligence .outputs .resourceId ] : [],
1218
1219
useMultimodal ? [vision .outputs .resourceId ] : [],
1219
1220
useMediaDescriberAzureCU ? [contentUnderstanding .outputs .resourceId ] : []
You can’t perform that action at this time.
0 commit comments