Skip to content

Commit 9e4cfd0

Browse files
committed
Updating search-create-service-portal.md
1 parent 6e6b290 commit 9e4cfd0

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

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

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom:
1111
- references_regions
1212
- build-2024
1313
ms.topic: how-to
14-
ms.date: 02/19/2025
14+
ms.date: 02/20/2025
1515
---
1616

1717
# Create an Azure AI Search service in the Azure portal
@@ -126,7 +126,7 @@ In most cases, choose a region near you, unless any of the following apply:
126126

127127
+ Start with [Azure OpenAI regions](/azure/ai-services/openai/concepts/models#model-summary-table-and-region-availability) because they have the most variability. Azure OpenAI provides embedding models and chat models for RAG and integrated vectorization.
128128

129-
+ Check [Azure AI Search regions](search-region-support.md#azure-public-regions) for a match to your Azure OpenAI region. If you're using OCR, entity recognition, or other skills backed by Azure AI, the AI Service Integration column indicates whether Azure AI multiservice and Azure AI Search are in the same region.
129+
+ Check [Azure AI Search regions](search-region-support.md#azure-public-regions) for a match to your Azure OpenAI region. If you're using OCR, entity recognition, or other skills backed by Azure AI, the **AI service integration** column indicates whether Azure AI multiservice and Azure AI Search are in the same region.
130130

131131
+ Check [multimodal embedding regions](/azure/ai-services/computer-vision/overview-image-analysis#region-availability) for multimodal APIs and image search. This API is accessed through an Azure AI multiservice account, but in general, it's available in fewer regions than Azure AI multiservice.
132132

@@ -148,16 +148,15 @@ Azure AI Search is offered in multiple [pricing tiers](https://azure.microsoft.c
148148
+ Standard
149149
+ Storage Optimized
150150

151-
Each tier has its own [capacity and limits](search-limits-quotas-capacity.md), and some features are tier dependent. For detailed information about computing characteristics, feature availability, and region availability, see [Choose a service tier for Azure AI Search](search-sku-tier.md).
151+
Each tier has its own [capacity and limits](search-limits-quotas-capacity.md), and some features are tier dependent. For information about computing characteristics, feature availability, and region availability, see [Choose a service tier for Azure AI Search](search-sku-tier.md).
152152

153153
The Basic and Standard tiers are the most common for production workloads, but many customers start with the Free tier. The billable tiers differ primarily in partition size, partition speed, and limits on the number of objects you can create.
154154

155-
Search services created after April 3, 2024 have larger partitions and higher vector quotas at every billable tier.
155+
:::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 the Select Pricing Tier blade in the Azure portal." border="true":::
156156

157-
:::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 the Select Pricing Tier pane in the Azure portal." border="true":::
158-
159-
> [!IMPORTANT]
160-
> Remember, you can't change the pricing tier after creating your search service. If you need a lower or higher tier, you must recreate the service.
157+
> [!NOTE]
158+
> + You can't change the tier after creating your search service, so choose wisely.
159+
> + Search services created after April 3, 2024 have larger partitions and higher vector quotas at every billable tier.
161160
162161
## Create your service
163162

@@ -181,17 +180,17 @@ To configure programmatic access to your service:
181180

182181
1. Go to your search service in the [Azure portal](https://portal.azure.com/).
183182

184-
1. From the navigation pane, select **Overview**. Use the URL endpoint to set up a programmatic connection.
183+
1. From the left pane, select **Overview**. Use the URL endpoint to set up a programmatic connection.
185184

186185
:::image type="content" source="media/search-create-service-portal/URL-endpoint.png" lightbox="media/search-create-service-portal/URL-endpoint.png" alt-text="Screenshot of the Overview tab with the URL endpoint." border="true":::
187186

188-
1. From the navigation pane, select **Settings** > **Keys**. You can connect to your service using [API keys](search-security-api-keys.md), [Azure roles](search-security-rbac.md), or both. Most quickstarts and tutorials use keys for simplicity, but if you're setting up a service for production workloads, consider using roles.
187+
1. From the left pane, select **Settings** > **Keys**. You can connect to your service using [API keys](search-security-api-keys.md), [Azure roles](search-security-rbac.md), or both. Most quickstarts and tutorials use keys for simplicity, but if you're setting up a service for production workloads, consider using roles.
189188

190189
:::image type="content" source="media/search-create-service-portal/authentication-options.png" lightbox="media/search-create-service-portal/authentication-options.png" alt-text="Screenshot of the Keys tab with authentication options." border="true":::
191190

192191
## Scale your service
193192

194-
After deploying your search service, you can [scale it to meet your needs](search-limits-quotas-capacity.md). There are two scaling options: *replicas* and *partitions*. Replicas allow your service to handle a higher load of search queries, while partitions allow your service to store and search through more documents.
193+
After deploying your search service, you can [scale it to meet your needs](search-limits-quotas-capacity.md). Azure AI Search offers two scaling dimensions: *replicas* and *partitions*. Replicas allow your service to handle a higher load of search queries, while partitions allow your service to store and search through more documents.
195194

196195
Scaling is available only on billable tiers. On the Free tier, you can't scale your service or configure replicas and partitions.
197196

@@ -204,15 +203,15 @@ To scale your service:
204203

205204
1. Go to your search service in the [Azure portal](https://portal.azure.com/).
206205

207-
1. From the navigation pane, select **Settings** > **Scale**.
206+
1. From the left pane, select **Settings** > **Scale**.
208207

209208
:::image type="content" source="media/search-create-service-portal/scale-settings.png" lightbox="media/search-create-service-portal/scale-settings.png" alt-text="Screenshot of the Scale tab with sliders for adding replicas and partitions." border="true":::
210209

211210
1. Use the sliders to add replicas and partitions.
212211

213-
## When to create a second service
212+
## When to add a second service
214213

215-
Most customers use a single search service at a tier [sufficient for the expected load](search-capacity-planning.md). One service can host multiple indexes, each isolated from the others, within the [maximum limits of your chosen tier](search-limits-quotas-capacity.md#index-limits). In Azure AI Search, requests are directed to one index, which reduces the risk of retrieving data from other indexes in the same service.
214+
Most customers use a single search service at a tier [sufficient for the expected load](search-capacity-planning.md). One service can host multiple indexes, each isolated from the others, within the [maximum limits of your chosen tier](search-limits-quotas-capacity.md#index-limits). In Azure AI Search, you can direct requests to only one index, reducing the chance of retrieving data from other indexes in the same service.
216215

217216
However, you might need a second service for the following operational requirements:
218217

@@ -247,9 +246,9 @@ To request more subscription quota:
247246

248247
:::image type="content" source="media/search-create-service-portal/usage-filter.png" lightbox="media/search-create-service-portal/usage-filter.png" alt-text="Screenshot of the Usage filter for search services in your current subscription.":::
249248

250-
1. Next to the tier and region that need more quota, select **Request Adjustment** <img src=media/search-create-service-portal/request-adjustment-icon.png alt="Screenshot of the Request Adjustment icon, which is the outline of a pencil." width="13">.
249+
1. Next to the tier and region that need more quota, select **Request adjustment** <img src=media/search-create-service-portal/request-adjustment-icon.png alt="Screenshot of the Request Adjustment icon, which is the outline of a pencil." width="14">.
251250

252-
1. In the **New Quota Request** pane, enter a new limit for your subscription quota. The new limit must be greater than your current limit. If regional capacity is constrained, your request won't be automatically approved, and an incident report will be generated on your behalf for investigation and resolution.
251+
1. On the **New Quota Request** blade, enter a new limit for your subscription quota. The new limit must be greater than your current limit. If regional capacity is constrained, your request won't be automatically approved, and an incident report will be generated on your behalf for investigation and resolution.
253252

254253
1. Submit your request.
255254

0 commit comments

Comments
 (0)