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
+22-13Lines changed: 22 additions & 13 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: 09/19/2024
14
+
ms.date: 10/17/2024
15
15
---
16
16
17
17
# Create an Azure AI Search service in the portal
@@ -93,37 +93,46 @@ If you use multiple Azure services, putting all of them in the same region minim
93
93
94
94
Generally, choose a region near you, unless the following considerations apply:
95
95
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
-
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.
96
+
+ Your nearest region is [at capacity for specific tiers or all 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.
99
97
100
98
+ 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
99
102
-
Here's a checklist for choosing a region:
100
+
+ You want to use integrated data chunking and vectorization or built-in skills for AI enrichment. Integrated operations require services to coexist in the same region.
101
+
102
+
### Checklist for choosing a region
103
103
104
104
1. Is Azure AI Search available in a nearby region? Check the [supported regions list](search-region-support.md).
105
105
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.
106
+
1. Do you have a specific tier in mind? Tiers are covered in the next step. Check [region availability by tier](search-sku-tier.md#region-availability-by-tier) for tier restrictions.
107
+
108
+
1. Do you have business continuity and disaster recovery (BCDR) requirements? Create two or more search services in [regional pairs](/azure/availability-zones/cross-region-replication-azure#azure-paired-regions) within [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.
109
+
110
+
1. Do you need [AI enrichment](cognitive-search-concept-intro.md), [integrated data chunking and vectorization](vector-search-integrated-vectorization.md), or [multimodal image search](search-get-started-portal-image-search.md)? Azure AI Search, Azure OpenAI, and Azure AI multiservice must coexist in the same region.
107
111
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.
112
+
+ Start with [Azure OpenAI regions](/azure/ai-services/openai/concepts/models#model-summary-table-and-region-availability) because it has the most variability. Azure OpenAI provides embedding models and chat models for RAG and vector search for integrated data chunking and vectorization.
109
113
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).
114
+
+ Check [Azure AI Search regions](search-region-support.md) for a match to your Azure OpenAI region. If you're using OCR, entity recognition, or other skills backed by Azure AI, the **AI Integration** column indicates whether Azure AI multiservice is in the same region as Azure AI Search.
111
115
112
-
1. Do you have business continuity and disaster recovery (BCDR) requirements? Such requirements dictate creating multiple search services in [regional pairs](/azure/availability-zones/cross-region-replication-azure#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.
116
+
+ Check [multimodal embedding regions](/azure/ai-services/computer-vision/overview-image-analysis#region-availability) if you want multimodal APIs for image search. This API is accessed through an Azure AI multiservice account, but it's available in fewer regions than Azure AI multiservice in general.
117
+
118
+
### Regions with the most overlap
119
+
120
+
Currently, the following regions offer cross-region among all three services (Azure AI Search, Azure OpenAI, Azure AI Vision multimodal). This list isn't definitive, and there might be more choices beyond the regions listed here depending on the tier. Also, region status can change quickly, so be sure to confirm region choice before installing.
121
+
122
+
+ Americas: West US
123
+
+ Europe: France Central, North Europe, Sweden Central
113
124
114
125
## Choose a tier
115
126
116
127
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.
117
128
118
-
Review the [tier descriptions](search-sku-tier.md) for computing characteristics and [feature availability](search-sku-tier.md#feature-availability-by-tier).
129
+
Review the [tier descriptions](search-sku-tier.md) for computing characteristics, [feature availability](search-sku-tier.md#feature-availability-by-tier), and [region availability](search-sku-tier.md#region-availability-by-tier).
119
130
120
131
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.
121
132
122
133
:::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":::
123
134
124
-
Search services created after April 3, 2024 have larger partitions and higher vector quotas.
125
-
126
-
Currently, some regions are tier-constrained. For more information, see [region availability by tier](search-sku-tier.md#region-availability-by-tier).
135
+
Search services created after April 3, 2024 have larger partitions and higher vector quotas at every billable tier.
127
136
128
137
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.
Copy file name to clipboardExpand all lines: articles/search/search-get-started-portal-image-search.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,9 @@ Sample data consists of image files in the [azure-search-sample-data](https://gi
22
22
23
23
+ An Azure subscription. [Create one for free](https://azure.microsoft.com/free/).
24
24
25
-
+ An [Azure AI services multiservice account](/azure/ai-services/multi-service-resource) to use for image vectorization and optical character recognition (OCR). The account must be in a region that provides Azure AI Vision multimodal embeddings.
25
+
+ An [Azure AI services multiservice account](/azure/ai-services/multi-service-resource) to use for image vectorization and optical character recognition (OCR). Image vectorization requires Azure AI Vision multimodal embeddings. [Check the documentation](/azure/ai-services/computer-vision/overview-image-analysis#region-availability) for an updated list of regions.
26
26
27
-
Currently, those regions are: EastUS, WestUS, WestUS2, NorthEurope, WestEurope, FranceCentral, SwedenCentral, SwitzerlandNorth, SoutheastAsia, KoreaCentral, AustraliaEast, JapanEast. [Check the documentation](/azure/ai-services/computer-vision/overview-image-analysis#region-availability) for an updated list.
28
-
29
-
+ Azure AI Search for indexing and queries. It can be on any tier, but it must be in the same region as Azure AI services.
27
+
+ Azure AI Search for indexing and queries. It can be on any tier, but it must be in the [same region as Azure AI multiservice](search-create-service-portal.md#regions-with-the-most-overlap).
30
28
31
29
The service tier determines how many blobs you can index. We used the Free tier to create this walkthrough and limited the content to 10 JPG files.
Copy file name to clipboardExpand all lines: articles/search/search-get-started-portal-import-vectors.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.service: azure-ai-search
8
8
ms.custom:
9
9
- build-2024
10
10
ms.topic: quickstart
11
-
ms.date: 10/16/2024
11
+
ms.date: 10/17/2024
12
12
---
13
13
14
14
# Quickstart: Vectorize text and images by using the Azure portal
@@ -38,7 +38,7 @@ Key points about the wizard:
38
38
39
39
Azure Storage must be a standard performance (general-purpose v2) account. Access tiers can be hot, cool, and cold.
40
40
41
-
+ An embedding model on an Azure AI platform. [Deployment instructions](#set-up-embedding-models) are in this article.
41
+
+ An embedding model on an Azure AI platform in the [same region as Azure AI Search](search-create-service-portal.md#regions-with-the-most-overlap). [Deployment instructions](#set-up-embedding-models) are in this article.
Copy file name to clipboardExpand all lines: articles/search/search-try-for-free.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ The [Azure portal](https://portal.azure.com/) is the easiest approach for first-
54
54
We recommend Basic for larger data files and more indexes, or Free if your files are less than 50 MB. Basic has more features and storage, but it's billable for the lifetime of the service and it might consume about one third of your available credits if you retain it for the entire trial period.
55
55
56
56
> [!TIP]
57
-
> Azure AI Search and Azure OpenAI must be in the same region. Currently, these regions provide themostoverlap and capacity: **East US**, **East US2**, and **South Central** in the Americas; **France Central** or **Switzerland North** in Europe; **Australia East** in Asia Pacific.
57
+
> Azure AI Search and Azure OpenAI must be in the [same region](search-create-service-portal.md#regions-with-the-most-overlap).
Copy file name to clipboardExpand all lines: articles/search/tutorial-rag-build-solution-models.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,12 +48,10 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
48
48
49
49
-[Azure AI Studio](/azure/ai-studio/reference/region-support) regions.
50
50
51
-
Azure AI Search is currently facing limited availability in some regions, such as West Europe and West US 2/3. To confirm region status, check the [Azure AI Search region list](search-region-support.md).
51
+
Azure AI Search is currently facing limited availability in some regions. To confirm region status, check the [Azure AI Search region list](search-region-support.md).
52
52
53
53
> [!TIP]
54
-
> Currently, the following regions provide the most overlap among the model providers and have the most capacity: **East US2** and **South Central** in the Americas; **France Central** or **Switzerland North** in Europe; **Australia East** in Asia Pacific.
55
-
>
56
-
> For Azure AI Vision and AI Search interoperability, choose one of these regions: **France Central**, **Korea Central**, **North Europe**, **South East Asia**, or **West US**.
54
+
> Check [this article](search-create-service-portal.md#regions-with-the-most-overlap) for a list of overlapping regions.
0 commit comments