Skip to content

Commit 8e00070

Browse files
authored
Update search-indexer-howto-access-private.md
1 parent 5bdb549 commit 8e00070

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: azure-ai-search
1010
ms.custom:
1111
- ignite-2024
1212
ms.topic: how-to
13-
ms.date: 05/28/2025
13+
ms.date: 07/01/2025
1414
---
1515

1616
# Make outbound connections through a shared private link
@@ -28,14 +28,15 @@ Shared private link is a premium feature that's billed by usage. When you set up
2828

2929
Azure AI Search makes outbound calls to other Azure resources in the following scenarios:
3030

31+
+ Knowledge agent connections to Azure OpenAI for agentic retrieval workflows
3132
+ Indexer or query connections to Azure OpenAI, Azure AI Vision, or the Azure AI Foundry model catalog for vectorization
3233
+ Indexer connections to supported data sources
3334
+ Indexer (skillset) connections to Azure Storage for caching enrichments, debug session sate, or writing to a knowledge store
3435
+ Indexer (skillset) connections to Azure AI services for billing purposes
3536
+ Encryption key requests to Azure Key Vault
3637
+ Custom skill requests to Azure Functions or similar resource
3738

38-
Shared private links only work for Azure-to-Azure connections. If you're connecting to OpenAI or another external model, the connection must be over the public internet.
39+
Shared private links only work for Azure-to-Azure connections. If you're connecting to OpenAI or another external model provider, the connection must be over the public internet.
3940

4041
Shared private links are for operations and data accessed through a [private endpoint](/azure/private-link/private-endpoint-overview) for Azure resources or clients that run in an Azure virtual network.
4142

@@ -51,7 +52,7 @@ Once you set up the private link, it's used automatically whenever the search se
5152

5253
There are two scenarios for using [Azure Private Link](/azure/private-link/private-link-overview) and Azure AI Search together.
5354

54-
+ Scenario one: create a shared private link when an *outbound* (indexer) connection to Azure requires a private connection.
55+
+ Scenario one: create a shared private link when an *outbound* (indexer or knowledge agent) connection to Azure requires a private connection.
5556

5657
+ Scenario two: [configure search for a private *inbound* connection](service-create-private-endpoint.md) from clients that run in a virtual network.
5758

@@ -80,6 +81,7 @@ When evaluating shared private links for your scenario, remember these constrain
8081
| Indexers without skillsets | Basic and higher | None | None |
8182
| Skillsets with embedding skills ([integrated vectorization](vector-search-integrated-vectorization.md)) | Basic and higher | [High capacity regions](search-limits-quotas-capacity.md#partition-storage-gb) | [After April 3, 2024](search-how-to-upgrade.md#check-your-service-creation-or-upgrade-date) |
8283
| Skillsets using other [built-in](cognitive-search-predefined-skills.md) or custom skills | Standard 1 (S1) and higher | None | [After April 3, 2024](search-how-to-upgrade.md#check-your-service-creation-or-upgrade-date) |
84+
| Knowledge agents calling Azure OpenAI for query planning or passing search results | Basic and higher | None | None |
8385

8486
+ Permissions on both Azure AI Search and the Azure resource:
8587

0 commit comments

Comments
 (0)