Skip to content

Commit 9ec71be

Browse files
committed
swapped tier and region sections
1 parent 426b63b commit 9ec71be

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

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

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -84,20 +84,6 @@ 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 tier
88-
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.
90-
91-
Review the [tier descriptions](search-sku-tier.md) for computing characteristics and [feature availability](search-sku-tier.md#feature-availability-by-tier).
92-
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.
94-
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":::
96-
97-
Search services created after April 3, 2024 have larger partitions and higher vector quotas.
98-
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.
100-
10187
## Choose a region
10288

10389
> [!IMPORTANT]
@@ -117,14 +103,30 @@ Here's a checklist for choosing a region:
117103

118104
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.
119105

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.
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.
121107

122108
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.
123109

124110
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).
125111

126112
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.
127113

114+
## Choose a tier
115+
116+
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+
118+
Review the [tier descriptions](search-sku-tier.md) for computing characteristics and [feature availability](search-sku-tier.md#feature-availability-by-tier).
119+
120+
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+
122+
:::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+
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 informaation, see [region availability by tier](search-sku-tier.md#region-availability-by-tier).
127+
128+
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.
129+
128130
## Create your service
129131

130132
After you've provided the necessary inputs, go ahead and create the service.

0 commit comments

Comments
 (0)