You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/search/search-create-service-portal.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.custom:
11
11
- references_regions
12
12
- build-2024
13
13
ms.topic: conceptual
14
-
ms.date: 08/22/2024
14
+
ms.date: 09/19/2024
15
15
---
16
16
17
17
# Create an Azure AI Search service in the portal
@@ -87,25 +87,25 @@ Service name requirements:
87
87
## Choose a region
88
88
89
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. Currently, there are also capacity constraints for Basic and Standard (S1) tiers within a given region.
90
+
> Due to high demand, Azure AI Search is currently unavailable for new instances in some regions.
91
91
92
92
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.
93
93
94
94
Generally, choose a region near you, unless the following considerations apply:
95
95
96
-
+ 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 setup is that it provides only those regions and tiers that are available. You can't select regions or tiers that are unavailable.
96
+
+ Your nearest region is capacity constrained. For example, 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 setup is that it provides only those regions and tiers that are available.
97
97
98
98
+ 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.
99
99
100
100
+ 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).
101
101
102
102
Here's a checklist for choosing a region:
103
103
104
-
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.
104
+
1. Is Azure AI Search available in a nearby region? Check the [supported regions list](search-region-support.md).
105
105
106
106
1. Do you know which tier you want to use? Tiers are covered in the next step. 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.
107
107
108
-
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.
108
+
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 multiservice are [offered in the same region](search-region-support.md) as Azure AI Search.
109
109
110
110
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).
Copy file name to clipboardExpand all lines: articles/search/search-region-support.md
+22-23Lines changed: 22 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,13 @@ ms.author: heidist
9
9
ms.service: cognitive-search
10
10
ms.topic: conceptual
11
11
ms.custom: references_regions
12
-
ms.date: 09/03/2024
12
+
ms.date: 09/19/2024
13
13
14
14
---
15
15
16
16
# Azure AI Search feature availability across cloud regions
17
17
18
-
This article identifies the cloud regions in which Azure AI Search is available. It also lists which premium features are available in each region.
18
+
This article identifies the cloud regions in which Azure AI Search is available. It also lists which premium features are available in each region.
19
19
20
20
## Features subject to regional availability
21
21
@@ -57,22 +57,24 @@ You can create an Azure AI Search resource in any of the following Azure public
57
57
| Canada East || ✅ ||
58
58
| East US | ✅ | ✅ | ✅ |
59
59
| East US 2 | ✅ | ✅ | ✅ |
60
-
| Central US <sup>1</sup> | ✅ | ✅ | ✅ |
60
+
| Central US | ✅ | ✅ | ✅ |
61
61
| North Central US | ✅ | ✅ ||
62
-
| South Central US <sup>1</sup> | ✅ | ✅ | ✅ |
62
+
| South Central US <sup>2</sup> | ✅ | ✅ | ✅ |
63
63
| West US | ✅ | ✅ ||
64
-
| West US 2 <sup>1</sup> | ✅ | ✅ | ✅ |
65
-
| West US 3 <sup>1</sup> | ✅ | ✅ |✅ |
64
+
| West US 2 | ✅ | ✅ | ✅ |
65
+
| West US 3 <sup>2</sup> | ✅ | ✅ |✅ |
66
66
| West Central US | ✅ | ✅ ||
67
67
68
-
<sup>1</sup> Currently, this region is at capacity for Basic and Standard (S1) tiers. Choose a higher tier or a different region.
68
+
<sup>1</sup> This region has capacity, but some tiers are [not available](search-sku-tier.md#region-availability-by-tier).
69
+
70
+
<sup>2</sup> Currently, this region is at full capacity and not accepting new search services.
69
71
70
72
### Europe
71
73
72
74
| Region | AI integration | Semantic ranking | Availability zones |
73
75
|--|--|--|--|
74
-
| North Europe <sup>1</sup>| ✅ | ✅ | ✅ |
75
-
| West Europe <sup>2</sup>| ✅ | ✅ | ✅ |
76
+
| North Europe | ✅ | ✅ | ✅ |
77
+
| West Europe <sup>1, 2</sup>| ✅ | ✅ | ✅ |
76
78
| France Central | ✅ | ✅ | ✅ |
77
79
| Germany West Central | ✅ || ✅ |
78
80
| Italy North ||| ✅ |
@@ -85,9 +87,9 @@ You can create an Azure AI Search resource in any of the following Azure public
85
87
| UK South | ✅ | ✅ | ✅ |
86
88
| UK West || ✅ ||
87
89
88
-
<sup>1</sup> Currently, this region is at capacity for Basic and Standard (S1) tiers. Choose a higher tier or a different region.
90
+
<sup>1</sup> Currently, this region is at full capacity and not accepting new search services.
89
91
90
-
<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.
92
+
<sup>2</sup> This region runs on older infrastructure that has lower storage limits per partition at every tier. Choose a different region if you want [higher limits](search-limits-quotas-capacity.md#service-limits).
91
93
92
94
### Middle East
93
95
@@ -97,9 +99,9 @@ You can create an Azure AI Search resource in any of the following Azure public
97
99
| Qatar Central <sup>1, 2</sup> ||| ✅ |
98
100
| UAE North | ✅ || ✅ |
99
101
100
-
<sup>1</sup> Currently, this region is at capacity for Basic and Standard (S1) tiers. Choose a higher tier or a different region.
102
+
<sup>1</sup> Currently, this region is at full capacity and not accepting new search services.
101
103
102
-
<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).
104
+
<sup>2</sup> This region runs on older infrastructure that has lower storage limits per partition at every tier. Choose a different region if you want [higher limits](search-limits-quotas-capacity.md#service-limits).
103
105
104
106
### Africa
105
107
@@ -123,25 +125,21 @@ You can create an Azure AI Search resource in any of the following Azure public
123
125
| Korea Central | ✅ | ✅ | ✅ |
124
126
| Korea South || ✅ ||
125
127
126
-
<sup>1</sup> Currently, this region is at capacity for Basic and Standard (S1) tiers. Choose a higher tier or a different region.
128
+
<sup>1</sup> This region has capacity, but some tiers are [not available](search-sku-tier.md#region-availability-by-tier).
127
129
128
-
<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).
130
+
<sup>2</sup> This region runs on older infrastructure that has lower storage limits per partition at every tier. Choose a different region if you want [higher limits](search-limits-quotas-capacity.md#service-limits).
129
131
130
132
## Azure Government regions
131
133
132
-
All of these regions support [higher capacity tiers](search-limits-quotas-capacity.md#service-limits).
133
-
134
-
None of these regions support Azure [role-based access for data plane operations](search-security-rbac.md). You must use key-based authentication for indexing and query workloads.
135
-
136
134
| Region | AI integration | Semantic ranking | Availability zones |
137
135
|--|--|--|--|
138
136
| Arizona | ✅ | ✅ ||
139
137
| Texas ||||
140
-
| Virginia | ✅ | ✅ | ✅ |
138
+
| Virginia <sup>1</sup> | ✅ | ✅ | ✅ |
141
139
142
-
## Azure operated by 21Vianet
140
+
<sup>1</sup> Currently, this region is at full capacity and not accepting new search services.
143
141
144
-
You can install Azure AI Search in any of the following regions. If you need semantic ranking or AI enrichment, choose a region that provides the feature.
142
+
## Azure operated by 21Vianet
145
143
146
144
| Region | AI integration | Semantic ranking | Availability zones |
147
145
|--|--|--|--|
@@ -152,7 +150,7 @@ You can install Azure AI Search in any of the following regions. If you need sem
152
150
| China North 2 <sup>1</sup> ||||
153
151
| China North 3 || ✅ | ✅ |
154
152
155
-
<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).
153
+
<sup>1</sup> These regions run on older infrastructure that have lower storage limits per partition at every tier. Choose a different region if you want [higher limits](search-limits-quotas-capacity.md#service-limits).
156
154
157
155
<!-- ## Early Update Access Program (EUAP)
158
156
@@ -169,5 +167,6 @@ These regions
169
167
170
168
-[Azure AI Studio region availability](/azure/ai-studio/reference/region-support)
171
169
-[Azure OpenAI model region availability](/azure/ai-services/openai/concepts/models#model-summary-table-and-region-availability)
170
+
-[Azure AI Vision region list](/azure/ai-services/computer-vision/overview-image-analysis#region-availability)
172
171
-[Availability zone region availability](/azure/reliability/availability-zones-service-support#azure-regions-with-availability-zone-support)
173
172
-[Azure product by region page](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/?products=search)
Copy file name to clipboardExpand all lines: articles/search/search-sku-tier.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ author: HeidiSteen
8
8
ms.author: heidist
9
9
ms.service: cognitive-search
10
10
ms.topic: conceptual
11
-
ms.date: 08/22/2024
11
+
ms.date: 09/19/2024
12
12
13
13
---
14
14
@@ -53,7 +53,9 @@ You can find out more about the various tiers on the [pricing page](https://azur
53
53
54
54
## Region availability by tier
55
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.
56
+
The supported [regions list](search-region-support.md) provides the locations where Azure AI Search is offered.
57
+
58
+
Currently, several regions are at capacity for specific 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
59
58
60
| Region | Disabled tier (SKU) due to over-capacity |
@@ -93,7 +95,7 @@ Tiers determine the maximum storage of the service itself, plus the maximum num
93
95
Tier pricing includes details about per-partition storage that ranges from 15 GB for Basic, up to 2 TB for Storage Optimized (L2) tiers. Other hardware characteristics, such as speed of operations, latency, and transfer rates, aren't published, but tiers that are designed for specific solution architectures are built on hardware that has the features to support those scenarios. For more information about partitions, see [Estimate and manage capacity](search-capacity-planning.md) and [Reliability in Azure AI Search](search-reliability.md).
94
96
95
97
> [!NOTE]
96
-
> Higher capacity partitions became available in selected regions starting in April 2024. A second wave of higher capacity partitions released in May 2024. If you're using an older search service, consider creating a new search service to benefit from more capacity at the same billing rate. For more information, see [Service limits](search-limits-quotas-capacity.md#service-limits)
98
+
> Higher capacity partitions became available in selected regions starting in April 2024. A second wave of higher capacity partitions released in May 2024. If you're using an older search service, consider creating a new search service to benefit from more capacity at the same billing rate. For more information, see [Service limits](search-limits-quotas-capacity.md#service-limits). To check the age of your search service, see [How to check service creation date](vector-search-index-size.md#how-to-check-service-creation-date).
0 commit comments