Skip to content

Commit 1fd86e1

Browse files
authored
Update search-indexer-howto-access-private.md
Updated for support of skillsets in any tier S1+ after April 3rd, 2024
1 parent 247ff0c commit 1fd86e1

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: 02/07/2025
13+
ms.date: 05/28/2025
1414
---
1515

1616
# Make outbound connections through a shared private link
@@ -79,7 +79,7 @@ When evaluating shared private links for your scenario, remember these constrain
7979
|----------|-------------------|---------------------|---------------------|
8080
| Indexers without skillsets | Basic and higher | None | None |
8181
| 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) |
82-
| Skillsets using other [built-in](cognitive-search-predefined-skills.md) or custom skills | Standard 2 (S2) and higher | None | [After April 3, 2024](search-how-to-upgrade.md#check-your-service-creation-or-upgrade-date) |
82+
| 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) |
8383

8484
+ Permissions on both Azure AI Search and the Azure resource:
8585

@@ -90,7 +90,9 @@ When evaluating shared private links for your scenario, remember these constrain
9090

9191
<!-- + For [integrated vectorization](vector-search-integrated-vectorization.md) only, outbound connections through shared private link are supported on all billable tiers, on services [created after April 3, 2024](search-how-to-upgrade.md#check-your-service-creation-or-upgrade-date), in regions providing [higher capacity](search-limits-quotas-capacity.md#partition-storage-gb). -->
9292

93-
<!-- + For [AI enrichment](cognitive-search-concept-intro.md) and skillset processing, shared private link that doesn't include an embedding skill and in services [created before April 3, 2024](search-how-to-upgrade.md#check-your-service-creation-or-upgrade-date), Azure AI Search must be Standard 2 (S2) or higher. -->
93+
<!-- + For [AI enrichment](cognitive-search-concept-intro.md) and skillset processing, shared private link in services [created before April 3, 2024](search-how-to-upgrade.md#check-your-service-creation-or-upgrade-date), Azure AI Search must be Standard 2 (S2) or higher. -->
94+
95+
<!-- + For [AI enrichment](cognitive-search-concept-intro.md) and skillset processing, shared private link in services [created after April 3, 2024](search-how-to-upgrade.md#check-your-service-creation-or-upgrade-date), Azure AI Search must be Standard 1 (S1) or higher. -->
9496

9597
<!-- + For all other use cases, that don't involve skillsets, Azure AI Search can be Basic or higher. -->
9698

0 commit comments

Comments
 (0)