Skip to content

Commit c83024f

Browse files
Merge pull request #285289 from HeidiSteen/heidist-debug
[azure search] SKU restrictions
2 parents de86b86 + 426b63b commit c83024f

File tree

4 files changed

+64
-39
lines changed

4 files changed

+64
-39
lines changed

articles/search/search-create-service-portal.md

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom:
1111
- references_regions
1212
- build-2024
1313
ms.topic: conceptual
14-
ms.date: 07/09/2024
14+
ms.date: 08/22/2024
1515
---
1616

1717
# Create an Azure AI Search service in the portal
@@ -84,43 +84,46 @@ Service name requirements:
8484
> [!TIP]
8585
> If you have multiple search services, it helps to include the region (or location) in the service name as a naming convention. A name like `mysearchservice-westus` can save you a trip to the properties page when deciding how to combine or attach resources.
8686
87-
## Choose a region
87+
## Choose a tier
8888

89-
> [!IMPORTANT]
90-
> Due to high demand, Azure AI Search is currently unavailable for new instances in West Europe. If you don't immediately need semantic ranker or skillsets, choose Sweden Central because it has the most data center capacity. Otherwise, North Europe is another option.
89+
Azure AI Search is offered in [multiple pricing tiers](https://azure.microsoft.com/pricing/details/search/): Free, Basic, Standard, or Storage Optimized. Each tier has its own [capacity and limits](search-limits-quotas-capacity.md). There are also several features that are tier-dependent.
9190

92-
Review the [supported regions list](search-region-support.md) for supported regions at the service and feature level.
91+
Review the [tier descriptions](search-sku-tier.md) for computing characteristics and [feature availability](search-sku-tier.md#feature-availability-by-tier).
9392

94-
Some features are subject to regional availability:
93+
Basic and Standard are the most common choices for production workloads, but many customers start with the Free service. Among the billable tiers, key differences are partition size and speed, and limits on the number of objects you can create.
9594

96-
+ [AI enrichment](cognitive-search-concept-intro.md)
97-
+ [Semantic ranker](semantic-search-overview.md)
98-
+ [Availability Zones](search-reliability.md#availability-zones)
99-
+ [Azure roles for data plane operations](search-security-rbac.md) (Azure public cloud only)
95+
:::image type="content" source="media/search-create-service-portal/select-pricing-tier.png" lightbox="media/search-create-service-portal/select-pricing-tier.png" alt-text="Screenshot of Select a pricing tier page." border="true":::
10096

101-
AI enrichment refers to Azure AI services and Azure OpenAI, and integration is through an Azure AI multi-service account. The account must be in the same physical region as Azure AI Search. There are just a few regions that *don't* provide both.
97+
Search services created after April 3, 2024 have larger partitions and higher vector quotas.
10298

103-
If you use multiple Azure services, putting all of them in the same region minimizes or voids bandwidth charges. There are no charges for data exchanges among same-region services.
99+
Remember, a pricing tier can't be changed once the service is created. If you need a higher or lower tier, you should re-create the service.
104100

105-
Two notable exceptions might warrant provisioning Azure services in separate regions:
101+
## Choose a region
106102

107-
+ [Outbound connections from Azure AI Search to Azure Storage](search-indexer-securing-resources.md). You might want search and storage in different regions if you're enabling a firewall.
103+
> [!IMPORTANT]
104+
> Due to high demand, Azure AI Search is currently unavailable for new instances in West Europe. If you don't immediately need semantic ranker or skillsets, choose Sweden Central because it has the most data center capacity. Otherwise, North Europe is another option. Currently, there are also capacity constraints for Basic and Standard (S1) tiers within a given region.
108105
109-
+ Business continuity and disaster recovery (BCDR) requirements dictate creating multiple search services in [regional pairs](../availability-zones/cross-region-replication-azure.md#azure-paired-regions). For example, if you're operating in North America, you might choose East US and West US, or North Central US and South Central US, for each search service.
106+
If you use multiple Azure services, putting all of them in the same region minimizes or voids bandwidth charges. There are no charges for data egress among same-region services.
110107

111-
## Choose a tier
108+
Generally, choose a region near you, unless the following considerations apply:
112109

113-
Azure AI Search is offered in [multiple pricing tiers](https://azure.microsoft.com/pricing/details/search/): Free, Basic, Standard, or Storage Optimized. Each tier has its own [capacity and limits](search-limits-quotas-capacity.md). There are also several features that are tier-dependent.
110+
+ Your nearest region is capacity constrained. West Europe is at capacity and unavailable for new instances. Other regions are [at capacity for specific tiers](search-sku-tier.md#region-availability-by-tier). One advantage to using the Azure portal for resource set up is that it provides only those regions and tiers that are available. You can't select regions or tiers that are unavailable.
114111

115-
Review the [tier descriptions](search-sku-tier.md) for computing characteristics and feature availability.
112+
+ You want to use integrated data chunking and vectorization or built-in skills for AI enrichment. Azure OpenAI and Azure AI services multiservice accounts must be in the same region as Azure AI Search for integration purposes. [Choose a region](search-region-support.md) that provides all necessary resources.
116113

117-
Basic and Standard are the most common choices for production workloads, but many customers start with the Free service. Among the billable tiers, key differences are partition size and speed, and limits on the number of objects you can create.
114+
+ You want to use Azure Storage for indexer-based indexing or you need to store application data that isn't in an index. Debug session state, enrichment caches, and knowledge stores are Azure AI Search features that have a dependency on Azure Storage. The region you choose for Azure Storage has implications for network security. Specifically, if you're setting up a firewall, you should place the resources in separate regions. For more information, see [Outbound connections from Azure AI Search to Azure Storage](search-indexer-securing-resources.md).
118115

119-
:::image type="content" source="media/search-create-service-portal/select-pricing-tier.png" lightbox="media/search-create-service-portal/select-pricing-tier.png" alt-text="Screenshot of Select a pricing tier page." border="true":::
116+
Here's a checklist for choosing a region:
120117

121-
Search services created after April 3, 2024 have larger partitions and higher vector quotas.
118+
1. Is Azure AI Search available in a nearby region? Check the [supported regions list](search-region-support.md). Capacity-constrained regions are indicated in the footnotes.
122119

123-
Remember, a pricing tier can't be changed once the service is created. If you need a higher or lower tier, you should re-create the service.
120+
1. Do you know which tier you want to use? Check [region availability by tier](search-sku-tier.md#region-availability-by-tier) to determine if you can create a search service at the desired tier in your region of choice.
121+
122+
1. Do you need [AI enrichment](cognitive-search-concept-intro.md) or [integrated data chunking and vectorization](vector-search-integrated-vectorization.md)? Verify that Azure OpenAI and Azure AI services are [offered in the same region](search-region-support.md) as Azure AI Search.
123+
124+
Be aware that Azure AI Vision multimodal embeddings API, used for [integrated image vectorization](search-get-started-portal-image-search.md), must be accessed through an Azure AI multiservice account, but is available in a [smaller subset of regions](/azure/ai-services/computer-vision/overview-image-analysis#region-availability).
125+
126+
1. Do you have business continuity and disaster recovery (BCDR) requirements? Such requirements dictate creating multiple search services in [regional pairs](../availability-zones/cross-region-replication-azure.md#azure-paired-regions) in [availability zones](search-reliability.md#availability-zones). For example, if you're operating in North America, you might choose East US and West US, or North Central US and South Central US, for each search service.
124127

125128
## Create your service
126129

@@ -190,7 +193,7 @@ A second service isn't required for high availability. High availability for que
190193
Azure AI Search restricts the [number of search services](search-limits-quotas-capacity.md#subscription-limits) you can initially create in a subscription. If you exhaust your maximum limit, you can request more quota.
191194

192195
You must have Owner or Contributor permissions on the subscription to request quota.
193-
Depending on region and datacenter capacity, you can automatically request more quota to add services to your subscription. If the request fails, you should either decrease the number or file a support ticket. For an large increase in quota, such as more than 30 extra services, you should expect a one-month turnaround.
196+
Depending on region and datacenter capacity, you can automatically request more quota to add services to your subscription. If the request fails, you should either decrease the number or file a support ticket. For a large increase in quota, such as more than 30 extra services, you should expect a one-month turnaround.
194197

195198

196199
1. Sign in to the Azure portal, search for "quotas" in your dashboard, and then select the **Quotas** service.

articles/search/search-region-support.md

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.author: heidist
99
ms.service: cognitive-search
1010
ms.topic: conceptual
1111
ms.custom: references_regions
12-
ms.date: 07/25/2024
12+
ms.date: 08/22/2024
1313

1414
---
1515

@@ -41,20 +41,22 @@ You can create an Azure AI Search resource in any of the following Azure public
4141
| Canada East​​ ​ | || |
4242
| East US​ ||||
4343
| East US 2 ​ ||||
44-
| ​Central US​ ​ ||||
44+
| ​Central US​ <sup>1</sup>||||
4545
| North Central US​ ​ ||| |
46-
| South Central US​ ​ ||||
46+
| South Central US​ <sup>1</sup>||||
4747
| West US​ ​ ||| |
48-
| West US 2​ ​ ||||
49-
| West US 3​ ​ ||||
48+
| West US 2​ <sup>1</sup>||||
49+
| West US 3​ <sup>1</sup>||||
5050
| West Central US​ ​ ||| |
5151

52+
<sup>1</sup> Currently, this region is at capacity for Basic and Standard (S1) tiers. Choose a higher tier or a different region.
53+
5254
### Europe
5355

5456
| Region | AI enrichment | Semantic ranking | Availability zones |
5557
|--|--|--|--|
56-
| North Europe​​ ||||
57-
| West Europe​​ <sup>1</sup>||||
58+
| North Europe​​ <sup>1</sup>||||
59+
| West Europe​​ <sup>2</sup>||||
5860
| France Central​​ ||||
5961
| Germany West Central​ ​|| ||
6062
| Italy North​​ | | ||
@@ -67,17 +69,21 @@ You can create an Azure AI Search resource in any of the following Azure public
6769
| UK South​ ||||
6870
| UK West​ ​| || |
6971

70-
<sup>1</sup> This region runs on older infrastructure that has lower capacity per partition at every tier. Choose a different region if you want [higher capacity](search-limits-quotas-capacity.md#service-limits).
72+
<sup>1</sup> Currently, this region is at capacity for Basic and Standard (S1) tiers. Choose a higher tier or a different region.
73+
74+
<sup>2</sup> West Europe is at capacity for all tiers and isn't accepting any new search services. Additionally, the clusters used to run Azure AI Search don't have the [higher capacity partitions](search-limits-quotas-capacity.md#service-limits) that were brought online in April 2024. This means that search services deployed in this region have lower storage and computing capability.
7175

7276
### Middle East
7377

7478
| Region | AI enrichment | Semantic ranking | Availability zones |
7579
|--|--|--|--|
76-
| Israel Central​ <sup>1</sup> | | ||
77-
| Qatar Central​ <sup>1</sup> | | ||
80+
| Israel Central​ <sup>2</sup> | | ||
81+
| Qatar Central​ <sup>1, 2</sup> | | ||
7882
| UAE North​​ || ||
7983

80-
<sup>1</sup> These regions run on older infrastructure that has lower capacity per partition at every tier. Choose a different region if you want [higher capacity](search-limits-quotas-capacity.md#service-limits).
84+
<sup>1</sup> Currently, this region is at capacity for Basic and Standard (S1) tiers. Choose a higher tier or a different region.
85+
86+
<sup>2</sup> These regions run on older infrastructure that has lower capacity per partition at every tier. Choose a different region if you want [higher capacity](search-limits-quotas-capacity.md#service-limits).
8187

8288
### Africa
8389

@@ -95,14 +101,15 @@ You can create an Azure AI Search resource in any of the following Azure public
95101
| Southeast Asia​ ​ ​ ||||
96102
| Central India||||
97103
| Jio India West​ ​ ||| |
98-
| South India <sup>1</sup> | | ||
99-
| Japan East||||
104+
| South India <sup>2</sup> | | ||
105+
| Japan East <sup>1</sup> ||||
100106
| Japan West​ ||| |
101107
| Korea Central ||||
102108
| Korea South​ ​ | || |
103109

104-
<sup>1</sup> These regions run on older infrastructure that has lower capacity per partition at every tier. Choose a different region if you want [higher capacity](search-limits-quotas-capacity.md#service-limits).
110+
<sup>1</sup> Currently, this region is at capacity for Basic and Standard (S1) tiers. Choose a higher tier or a different region.
105111

112+
<sup>2</sup> These regions run on older infrastructure that has lower capacity per partition at every tier. Choose a different region if you want [higher capacity](search-limits-quotas-capacity.md#service-limits).
106113

107114
<!-- ### United States
108115

articles/search/search-sku-tier.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: HeidiSteen
88
ms.author: heidist
99
ms.service: cognitive-search
1010
ms.topic: conceptual
11-
ms.date: 07/09/2024
11+
ms.date: 08/22/2024
1212

1313
---
1414

@@ -51,6 +51,21 @@ Some tiers are designed for certain types of work:
5151

5252
You can find out more about the various tiers on the [pricing page](https://azure.microsoft.com/pricing/details/search/), in the [Service limits in Azure AI Search](search-limits-quotas-capacity.md) article, and on the portal page when you're provisioning a service.
5353

54+
## Region availability by tier
55+
56+
Currently, several regions are at capacity for Basic and Standard (S1) tiers and can't be used for new search services. If you use the Azure portal to create a search service, the portal excludes any region-tier combinations that aren't available.
57+
58+
| Region | Disabled tier (SKU) due to over-capacity |
59+
|--------|------------------------------------------|
60+
| Japan East | Basic, Standard (S1) |
61+
| Qatar Central | Basic, Standard (S1) |
62+
| North Europe | Basic, Standard (S1) |
63+
| West Europe | All tiers |
64+
| Central US | Basic, Standard (S1) |
65+
| South Central US | Basic, Standard (S1) |
66+
| West US 2 | Basic, Standard (S1) |
67+
| West US 3| Basic, Standard (S1) |
68+
5469
<a name="premium-features"></a>
5570

5671
## Feature availability by tier

articles/search/search-what-is-azure-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Information retrieval is foundational to any app that surfaces text and vectors.
2020
+ A search engine for [vector search](vector-search-overview.md) and [full text](search-lucene-query-architecture.md) and [hybrid search](hybrid-search-overview.md) over a search index
2121
+ Rich indexing with [integrated data chunking and vectorization](vector-search-integrated-vectorization.md), [lexical analysis](search-analyzers.md) for text, and [optional applied AI](cognitive-search-concept-intro.md) for content extraction and transformation
2222
+ Rich query syntax for [vector queries](vector-search-how-to-query.md), text search, [hybrid queries](hybrid-search-how-to-query.md), fuzzy search, autocomplete, geo-search and others
23-
+ Relevance tuning with [semantic ranking](semantic-search-overview.md), [scoring profiles](index-add-scoring-profiles.md), and parameters for controlling query behaviors at runtime
23+
+ Relevance and query performance tuning with [semantic ranking](semantic-search-overview.md), [scoring profiles](index-add-scoring-profiles.md), [quantization for vector queries](vector-search-how-to-configure-compression-storage.md), and parameters for controlling query behaviors at runtime
2424
+ Azure scale, security, and reach
2525
+ Azure integration at the data layer, machine learning layer, Azure AI services and Azure OpenAI
2626

0 commit comments

Comments
 (0)