Skip to content

Commit 82b727f

Browse files
Merge pull request #978 from gmndrg/main
shared private links support updates
2 parents ae79efa + 477bb3c commit 82b727f

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

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

Lines changed: 6 additions & 2 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: 10/16/2024
11+
ms.date: 10/22/2024
1212
---
1313

1414
# Make outbound connections through a shared private link
@@ -66,7 +66,11 @@ When evaluating shared private links for your scenario, remember these constrain
6666

6767
## Prerequisites
6868

69-
+ An Azure AI Search at the Basic tier or higher. If you're using [AI enrichment](cognitive-search-concept-intro.md) and skillsets, the tier must be Standard 2 (S2) or higher. See [Service limits](search-limits-quotas-capacity.md#shared-private-link-resource-limits) for details.
69+
+ For [integrated vectorization](vector-search-integrated-vectorization.md) only, outbound connections through shared private link are supported on all billable tiers, only on services [created after April 3, 2024](vector-search-index-size.md#how-to-check-service-creation-date) located in regions providing [higher capacity](search-limits-quotas-capacity.md#partition-storage-gb).
70+
71+
+ For [AI enrichment](cognitive-search-concept-intro.md), skillset processing that doesn't include an embedding skill and in services [created before April 3, 2024](vector-search-index-size.md#how-to-check-service-creation-date), Azure AI Search must be Standard 2 (S2) or higher.
72+
73+
+ For all other use cases, that don't involve skillsets, Azure AI Search can be Basic or higher.
7074

7175
+ An Azure PaaS resource from the following list of [supported resource types](#supported-resource-types), configured to run in a virtual network.
7276

articles/search/search-limits-quotas-capacity.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: HeidiSteen
88
ms.author: heidist
99
ms.service: azure-ai-search
1010
ms.topic: conceptual
11-
ms.date: 10/17/2024
11+
ms.date: 10/22/2024
1212
ms.custom:
1313
- references_regions
1414
- build-2024
@@ -150,12 +150,17 @@ Indexers can access other Azure resources [over private endpoints](search-indexe
150150
|----------|------|-------|----|----|----|-------|----|----|
151151
| Private endpoint indexer support | No | Yes | Yes | Yes | Yes | No | Yes | Yes |
152152
| Private endpoint support for indexers with a skillset<sup>1</sup> | No | No | No | Yes | Yes | No | Yes | Yes |
153+
| Private endpoint support for indexers with a skillset and integrated vectorization <sup>2</sup> | No | Yes | Yes | Yes | Yes | No | Yes | Yes |
153154
| Maximum private endpoints | N/A | 10 or 30 | 100 | 400 | 400 | N/A | 20 | 20 |
154-
| Maximum distinct resource types<sup>2</sup> | N/A | 4 | 7 | 15 | 15 | N/A | 4 | 4 |
155+
| Maximum distinct resource types<sup>3</sup> | N/A | 4 | 7 | 15 | 15 | N/A | 4 | 4 |
155156

156157
<sup>1</sup> AI enrichment and image analysis are computationally intensive and consume disproportionate amounts of available processing power. For this reason, private connections are disabled on lower tiers to ensure the performance and stability of the search service itself.
157158

158-
<sup>2</sup> The number of distinct resource types are computed as the number of unique `groupId` values used across all shared private link resources for a given search service, irrespective of the status of the resource.
159+
<sup>2</sup> High-capacity services created after April 3, 2024 in the regions listed under [Partition Storage](search-limits-quotas-capacity.md#partition-storage-gb) and running [integrated vectorization](vector-search-integrated-vectorization.md) workloads at indexing time support shared private links in paid tiers. The system must detect at least a skill that is embedding data.
160+
161+
<sup>3</sup> The number of distinct resource types are computed as the number of unique `groupId` values used across all shared private link resources for a given search service, irrespective of the status of the resource.
162+
163+
159164

160165
## Synonym limits
161166

0 commit comments

Comments
 (0)