Skip to content

Commit 735a394

Browse files
Updated SPL resource limits for Basic and S1 tiers
1 parent 4e3de1f commit 735a394

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -144,17 +144,17 @@ Indexers can access other Azure resources [over private endpoints](search-indexe
144144

145145
| Resource | Free | Basic | S1 | S2 | S3 | S3 HD | L1 | L2 |
146146
|----------|------|-------|----|----|----|-------|----|----|
147-
| Private endpoint indexer support | No | Yes | Yes | Yes | Yes | No | Yes | Yes |
148-
| Private endpoint support for indexers with a skillset<sup>1</sup> | No | No | No | Yes | Yes | No | Yes | Yes |
149-
| Private endpoint support for indexers with a skillset and integrated vectorization <sup>2</sup> | No | Yes | Yes | Yes | Yes | No | Yes | Yes |
147+
| Private endpoint indexer support<sup>1</sup> | No | Yes<sup>2</sup> | Yes<sup>3</sup> | Yes | Yes | No | Yes | Yes |
150148
| Maximum private endpoints | N/A | 10 or 30 | 100 | 400 | 400 | N/A | 20 | 20 |
151-
| Maximum distinct resource types<sup>3</sup> | N/A | 4 | 7 | 15 | 15 | N/A | 4 | 4 |
149+
| Maximum distinct resource types<sup>4</sup> | N/A | 4 | 7 | 15 | 15 | N/A | 4 | 4 |
152150

153-
<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.
151+
<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 certain instances of lower tiers to ensure the performance and stability of the search service itself.
154152

155-
<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.
153+
<sup>2</sup> Shared private links are enabled on the basic tier for any indexer that does not have a skillset. High-capacity basic 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. The system must detect at least a skill that is embedding data. Other basic services and skillset configurations do not support shared private links.
156154

157-
<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.
155+
<sup>3</sup> Shared private links are enabled on the S1 tier for any indexer that does not have a skillset. High-capacity S1 services created after April 3, 2024 in the regions listed under [Partition Storage](search-limits-quotas-capacity.md#partition-storage-gb) and using a skillset support shared private links. Other S1 services with skillsets do not support shared private links.
156+
157+
<sup>4</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.
158158

159159
## Synonym limits
160160

0 commit comments

Comments
 (0)