Skip to content

Commit 90b364e

Browse files
Merge pull request #6023 from gmndrg/main
Correcting documentation bug for shared private link for AI Foundry models
2 parents 9b00713 + 3735d48 commit 90b364e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/search/search-indexer-howto-access-private.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: mrcarter8
88
ms.author: mcarter
99
ms.service: azure-ai-search
1010
ms.topic: how-to
11-
ms.date: 07/01/2025
11+
ms.date: 07/14/2025
1212
ms.custom:
1313
- ignite-2024
1414
- sfi-image-nochange
@@ -30,7 +30,7 @@ Shared private link is a premium feature that's billed by usage. When you set up
3030
Azure AI Search makes outbound calls to other Azure resources in the following scenarios:
3131

3232
+ Knowledge agent connections to Azure OpenAI for agentic retrieval workflows
33-
+ Indexer or query connections to Azure OpenAI, Azure AI Vision, or the Azure AI Foundry model catalog for vectorization
33+
+ Indexer or query connections to Azure OpenAI or Azure AI Vision for vectorization
3434
+ Indexer connections to supported data sources
3535
+ Indexer (skillset) connections to Azure Storage for caching enrichments, debug session sate, or writing to a knowledge store
3636
+ Indexer (skillset) connections to Azure AI services for billing purposes
@@ -127,7 +127,7 @@ You can create a shared private link for the following resources.
127127

128128
<sup>5</sup> See [Create a shared private link for a SQL Managed Instance](search-indexer-how-to-access-private-sql.md) for instructions.
129129

130-
<sup>6</sup> The `Microsoft.CognitiveServices/accounts` resource type is used for vectorizer and indexer connections to Azure OpenAI embedding models when implementing [integrated Vectorization](vector-search-integrated-vectorization.md). As of November 19, 2024, there's now support for shared private link to embedding models in the Azure AI Foundry model catalog or to the Azure AI Vision multimodal API.
130+
<sup>6</sup> The `Microsoft.CognitiveServices/accounts` resource type is used for vectorizer and indexer connections to Azure OpenAI embedding models when implementing [integrated Vectorization](vector-search-integrated-vectorization.md). As of November 19, 2024, there's now support for shared private link to support the Azure AI Vision multimodal embeddings via [AI Services multi-service account](/azure/ai-services/multi-service-resource).
131131

132132
<sup>7</sup> Shared private link for Azure OpenAI is only supported in public cloud and [Microsoft Azure Government](https://azure.microsoft.com/explore/global-infrastructure/government/). Other cloud offerings don't have support for shared private links for `openai_account` Group ID.
133133

0 commit comments

Comments
 (0)