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
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
2
title: 'Create a Search Service in the Azure Portal'
3
3
titleSuffix: Azure AI Search
4
-
description: Learn how to set up an Azure AI Search resource in the Azure portal. Choose resource groups, regions, and a pricing tier.
4
+
description: Learn how to set up an Azure AI Search service in the Azure portal. Choose a resource group, region, and pricing tier.
5
5
manager: nitinme
6
6
author: haileytap
7
7
ms.author: haileytapia
8
8
ms.service: azure-ai-search
9
9
ms.update-cycle: 180-days
10
10
ms.topic: how-to
11
-
ms.date: 08/08/2025
11
+
ms.date: 09/25/2025
12
12
ms.custom:
13
13
- references_regions
14
14
- build-2024
@@ -41,7 +41,7 @@ Some properties are fixed for the lifetime of the search service. Before you cre
41
41
|[Name](#name-your-service)| Becomes part of the URL endpoint. The name must be unique and follow naming rules. |
42
42
|[Region](search-region-support.md)| Determines data residency and availability of certain features. For example, semantic ranker and Azure AI integration have region requirements. Choose a region that supports the features you need. |
43
43
|[Tier](search-sku-tier.md)| Determines infrastructure, service limits, and billing. Some features aren't available on lower or specialized tiers. After you create your service, you can [switch between Basic and Standard (S1, S2, and S3) tiers](search-capacity-planning.md#change-your-pricing-tier). |
44
-
44
+
|[Compute type](search-security-overview.md#data-in-use)| Determines virtualization and security model. You can choose between standard VMs (recommended) and confidential VMs, which are intended for select workloads requiring data-in-use privacy and isolation. |
45
45
## Subscribe to Azure
46
46
47
47
Azure AI Search requires a free or Standard Azure subscription.
@@ -141,6 +141,16 @@ The Basic and Standard tiers are the most common for production workloads, but m
141
141
> [!NOTE]
142
142
> Services created after April 3, 2024 have larger partitions and higher vector quotas at every billable tier.
143
143
144
+
## Choose a compute type
145
+
146
+
The compute type determines the virtualization and security model used to deploy your search service. There are two compute types:
147
+
148
+
+**Default** (base cost) deploys your search service on standard Azure infrastructure, encrypting data at rest and in transit but not in use. Recommended for most search workloads.
149
+
150
+
+**Confidential** (10% surcharge) uses [Azure confidential computing](/azure/confidential-computing/use-cases-scenarios) to isolate processing in a hardware-based trusted execution environment, protecting unencrypted data in use from unauthorized access. Recommended only if you have advanced privacy, compliance, or regulatory requirements.
151
+
152
+
Confidential computing has limited regional availability, disables or restricts certain features, and increases the cost of running your search service. For a detailed comparison of both compute types, see [Data in use](search-security-overview.md#data-in-use).
153
+
144
154
## Create your service
145
155
146
156
After providing the necessary inputs, create your search service.
[Confidential computing](search-security-overview.md#data-in-use) is an optional compute type for data-in-use protection. When configured, your search service is deployed on confidential VMs (DCasv5 or DCesv5) instead of standard VMs. This compute type also incurs a 10% surcharge for billable tiers. For more information, see the [pricing page](https://azure.microsoft.com/pricing/details/search/).
313
+
314
+
For daily usage, confidential computing isn't necessary. We only recommend this compute type for stringent regulatory, compliance, or security requirements. For more information, see [Confidential computing use cases](/azure/confidential-computing/use-cases-scenarios).
315
+
316
+
The compute type is fixed for the lifetime of your search service. To permanently configure confidential computing, set the `compute-type` property to `confidential` on a new service.
To roll over admin [API keys](search-security-api-keys.md), use [**az search admin-key renew**](/cli/azure/search/admin-key#az-search-admin-key-renew). Two admin keys are created with each service for authenticated access. Keys are required on every request. Both admin keys are functionally equivalent, granting full write access to a search service with the ability to retrieve any information, or create and delete any object. Two keys exist so that you can use one while replacing the other.
[Confidential computing](search-security-overview.md#data-in-use) is an optional compute type for data-in-use protection. When configured, your search service is deployed on confidential VMs (DCasv5 or DCesv5) instead of standard VMs. This compute type also incurs a 10% surcharge for billable tiers. For more information, see the [pricing page](https://azure.microsoft.com/pricing/details/search/).
247
+
248
+
For daily usage, confidential computing isn't necessary. We only recommend this compute type for stringent regulatory, compliance, or security requirements. For more information, see [Confidential computing use cases](/azure/confidential-computing/use-cases-scenarios).
249
+
250
+
The compute type is fixed for the lifetime of your search service. To permanently configure confidential computing, set the `computeType` property to `confidential` on a new service.
PUT https://management.azure.com/subscriptions/{{subscription-id}}/resourcegroups/{{resource-group}}/providers/Microsoft.Search/searchServices/{{search-service}}?api-version=2025-05-01 HTTP/1.1
Copy file name to clipboardExpand all lines: articles/search/search-region-support.md
+70-69Lines changed: 70 additions & 69 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Shows supported regions and feature availability across regions for
5
5
author: haileytap
6
6
ms.author: haileytapia
7
7
manager: nitinme
8
-
ms.date: 08/08/2025
8
+
ms.date: 09/25/2025
9
9
ms.service: azure-ai-search
10
10
ms.topic: conceptual
11
11
ms.custom:
@@ -26,6 +26,7 @@ When you create an Azure AI Search service, your region selection might depend o
26
26
|[AI enrichment](cognitive-search-concept-intro.md)| Refers to [built-in skills](cognitive-search-predefined-skills.md) that make internal calls to Azure AI for enrichment and transformation during indexing. Integration requires that Azure AI Search coexists with an [Azure AI services multi-service account](/azure/ai-services/multi-service-resource#azure-ai-services-resource-for-azure-ai-search-skills) in the same physical region. You can bypass region requirements by using [identity-based connections](cognitive-search-attach-cognitive-services.md#bill-through-a-keyless-connection), currently in public preview. | Regional support is noted in this article. |
27
27
|[Availability zones](/azure/reliability/reliability-ai-search#availability-zone-support)| Divides a region's data centers into distinct physical location groups, providing high availability within the same geo. | Regional support is noted in this article. |
28
28
|[Agentic retrieval](search-agentic-retrieval-concept.md)| Takes a dependency on semantic ranker, which is another premium feature. | Regional support is noted in this article. |
29
+
|[Confidential computing](search-security-overview.md#data-in-use)| Deploys your search service on confidential VMs to process data in a hardware-based trusted execution environment.<p>Confidential computing disables or restricts certain features, including agentic retrieval, semantic ranker, query rewrite, and skillset execution. | Regional support is noted in this article. |
29
30
|[Semantic ranker](semantic-search-overview.md)| Takes a dependency on Microsoft-hosted models in specific regions. | Regional support is noted in this article. |
30
31
|[Query rewrite](semantic-how-to-query-rewrite.md)| Takes a dependency on Microsoft-hosted models in specific regions. | Regional support is noted in this article. |
31
32
|[Extra capacity](search-limits-quotas-capacity.md#service-limits)| Higher-capacity partitions became available in select regions starting in April 2024, with a second wave following in May 2024. Currently, there are just a few regions that *don't* offer higher-capacity partitions.<p>If you have an older search service in a supported region, check if you can [upgrade your service](search-how-to-upgrade.md). Otherwise, create a new search service to benefit from more capacity at the same billing rate. | Regional support is noted in the footnotes of this article. |
@@ -38,96 +39,96 @@ You can create an Azure AI Search service in any of the following Azure public r
38
39
39
40
### Americas
40
41
41
-
| Region | AI enrichment | Availability zones | Agentic retrieval | Semantic ranker | Query rewrite |
42
-
|--|--|--|--|--|--|
43
-
| Brazil South | ✅ || ✅ | ✅ | ✅ |
44
-
| Canada Central | ✅ | ✅ | ✅ | ✅ | ✅ |
45
-
| Canada East ||| ✅ | ✅ ||
46
-
| Central US | ✅ | ✅ | ✅ | ✅ | ✅ |
47
-
| East US | ✅ | ✅ | ✅ | ✅ ||
48
-
| East US 2 | ✅ | ✅ | ✅ | ✅ | ✅ |
49
-
| Mexico Central || ✅ ||||
50
-
| North Central US | ✅ || ✅ | ✅ | ✅ |
51
-
| South Central US | ✅ | ✅ | ✅ | ✅ | ✅ |
52
-
| West US | ✅ || ✅ | ✅ | ✅ |
53
-
| West US 2 | ✅ | ✅ | ✅ | ✅ | ✅ |
54
-
| West US 3 | ✅ | ✅ | ✅ | ✅ | ✅ |
55
-
| West Central US | ✅ || ✅ | ✅ ||
42
+
| Region | AI enrichment | Availability zones | Agentic retrieval |Confidential computing |Semantic ranker | Query rewrite |
43
+
|--|--|--|--|--|--|--|
44
+
| Brazil South | ✅ || ✅ | ✅ | ✅ | ✅ |
45
+
| Canada Central | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
46
+
| Canada East ||| ✅ ||✅ ||
47
+
| Central US | ✅ | ✅ | ✅ ||✅ | ✅ |
48
+
| East US | ✅ | ✅ | ✅ ||✅ ||
49
+
| East US 2 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
50
+
| Mexico Central || ✅ ||✅ |||
51
+
| North Central US | ✅ || ✅ ||✅ | ✅ |
52
+
| South Central US | ✅ | ✅ | ✅ ||✅ | ✅ |
53
+
| West US | ✅ || ✅ ||✅ | ✅ |
54
+
| West US 2 | ✅ | ✅ | ✅ ||✅ | ✅ |
55
+
| West US 3 | ✅ | ✅ | ✅ ||✅ | ✅ |
56
+
| West Central US | ✅ || ✅ ||✅ ||
56
57
57
58
### Europe
58
59
59
-
| Region | AI enrichment | Availability zones | Agentic retrieval | Semantic ranker | Query rewrite |
60
-
|--|--|--|--|--|--|
61
-
| France Central | ✅ | ✅ | ✅ | ✅ | ✅ |
62
-
| Germany West Central | ✅ | ✅ | ✅ | ✅ ||
63
-
| Italy North || ✅ | ✅ | ✅ ||
64
-
| Norway East | ✅ | ✅ ||||
65
-
| North Europe | ✅ | ✅ | ✅ | ✅ | ✅ |
66
-
| Poland Central ||| ✅ | ✅ ||
67
-
| Spain Central <sup>1</sup> || ✅ ||||
68
-
| Sweden Central | ✅ | ✅ | ✅ | ✅ | ✅ |
69
-
| Switzerland North | ✅ | ✅ | ✅ | ✅ | ✅ |
70
-
| Switzerland West | ✅ | ✅ | ✅ | ✅ ||
71
-
| UK South | ✅ | ✅ | ✅ | ✅ | ✅ |
72
-
| UK West ||| ✅ | ✅ ||
73
-
| West Europe | ✅ | ✅ | ✅ | ✅ | ✅ |
60
+
| Region | AI enrichment | Availability zones | Agentic retrieval |Confidential computing |Semantic ranker | Query rewrite |
61
+
|--|--|--|--|--|--|--|
62
+
| France Central | ✅ | ✅ | ✅ ||✅ | ✅ |
63
+
| Germany West Central | ✅ | ✅ | ✅ ||✅ ||
64
+
| Italy North || ✅ | ✅ | ✅ |✅ ||
65
+
| Norway East | ✅ | ✅ ||✅ |||
66
+
| North Europe | ✅ | ✅ | ✅ ||✅ | ✅ |
67
+
| Poland Central ||| ✅ ||✅ ||
68
+
| Spain Central <sup>1</sup> || ✅ ||✅ |||
69
+
| Sweden Central | ✅ | ✅ | ✅ ||✅ | ✅ |
70
+
| Switzerland North | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
71
+
| Switzerland West | ✅ | ✅ | ✅ ||✅ ||
72
+
| UK South | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
73
+
| UK West ||| ✅ ||✅ ||
74
+
| West Europe | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
74
75
75
76
<sup>1</sup> [Higher storage limits](search-limits-quotas-capacity.md#service-limits) aren't available in this region. If you want higher limits, choose a different region.
76
77
77
78
### Middle East
78
79
79
-
| Region | AI enrichment | Availability zones | Agentic retrieval | Semantic ranker | Query rewrite |
80
-
|--|--|--|--|--|--|
81
-
| Israel Central <sup>1</sup> || ✅ ||||
82
-
| Qatar Central <sup>1</sup> || ✅ | ✅ | ✅ ||
83
-
| UAE North | ✅ | ✅ | ✅ | ✅ ||
80
+
| Region | AI enrichment | Availability zones | Agentic retrieval |Confidential computing |Semantic ranker | Query rewrite |
81
+
|--|--|--|--|--|--|--|
82
+
| Israel Central <sup>1</sup> || ✅ |||||
83
+
| Qatar Central <sup>1</sup> || ✅ | ✅ ||✅ ||
84
+
| UAE North | ✅ | ✅ | ✅ | ✅ |✅ ||
84
85
85
86
<sup>1</sup> [Higher storage limits](search-limits-quotas-capacity.md#service-limits) aren't available in this region. If you want higher limits, choose a different region.
86
87
87
88
### Africa
88
89
89
-
| Region | AI enrichment | Availability zones | Agentic retrieval | Semantic ranker | Query rewrite |
90
-
|--|--|--|--|--|--|
91
-
| South Africa North | ✅ | ✅ | ✅ | ✅ ||
90
+
| Region | AI enrichment | Availability zones | Agentic retrieval |Confidential computing |Semantic ranker | Query rewrite |
91
+
|--|--|--|--|--|--|--|
92
+
| South Africa North | ✅ | ✅ | ✅ | ✅ |✅ ||
92
93
93
94
### Asia Pacific
94
95
95
-
| Region | AI enrichment | Availability zones | Agentic retrieval | Semantic ranker | Query rewrite |
96
-
|--|--|--|--|--|--|
97
-
| Australia East | ✅ | ✅ | ✅ | ✅ | ✅ |
98
-
| Australia Southeast ||| ✅ | ✅ ||
99
-
| Central India | ✅ | ✅ | ✅ | ✅ | ✅ |
100
-
| East Asia | ✅ | ✅ | ✅ | ✅ | ✅ |
101
-
| Indonesia Central || ✅ ||||
102
-
| Jio India West | ✅ || ✅ | ✅ | ✅ |
103
-
| Jio India Central ||||||
104
-
| Japan East | ✅ | ✅ | ✅ | ✅ | ✅ |
105
-
| Japan West | ✅ || ✅ | ✅ ||
106
-
| Korea Central | ✅ | ✅ | ✅ | ✅ | ✅ |
107
-
| Korea South ||| ✅ | ✅ ||
108
-
| Malaysia West || ✅ ||||
109
-
| New Zealand North || ✅ ||||
110
-
| South India || ✅ ||||
111
-
| Southeast Asia | ✅ | ✅ | ✅ | ✅ | ✅ |
96
+
| Region | AI enrichment | Availability zones | Agentic retrieval |Confidential computing |Semantic ranker | Query rewrite |
97
+
|--|--|--|--|--|--|--|
98
+
| Australia East | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
99
+
| Australia Southeast ||| ✅ ||✅ ||
100
+
| Central India | ✅ | ✅ | ✅ ||✅ | ✅ |
101
+
| East Asia | ✅ | ✅ | ✅ ||✅ | ✅ |
102
+
| Indonesia Central || ✅ |||||
103
+
| Jio India West | ✅ || ✅ ||✅ | ✅ |
104
+
| Jio India Central |||||||
105
+
| Japan East | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
106
+
| Japan West | ✅ || ✅ ||✅ ||
107
+
| Korea Central | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
108
+
| Korea South ||| ✅ ||✅ ||
109
+
| Malaysia West || ✅ |||||
110
+
| New Zealand North || ✅ |||||
111
+
| South India || ✅ |||||
112
+
| Southeast Asia | ✅ | ✅ | ✅ ||✅ | ✅ |
112
113
113
114
## Azure Government regions
114
115
115
-
| Region | AI enrichment | Availability zones | Agentic retrieval | Semantic ranker | Query rewrite |
116
-
|--|--|--|--|--|--|
117
-
| Arizona | ✅ || ✅ | ✅ | ✅ |
118
-
| Texas ||||||
119
-
| Virginia | ✅ | ✅ | ✅ | ✅ | ✅ |
116
+
| Region | AI enrichment | Availability zones | Agentic retrieval |Confidential computing |Semantic ranker | Query rewrite |
117
+
|--|--|--|--|--|--|--|
118
+
| Arizona | ✅ || ✅ ||✅ | ✅ |
119
+
| Texas |||||||
120
+
| Virginia | ✅ | ✅ | ✅ ||✅ | ✅ |
120
121
121
122
## Azure operated by 21Vianet
122
123
123
-
| Region | AI enrichment | Availability zones | Agentic retrieval | Semantic ranker | Query rewrite |
124
-
|--|--|--|--|--|--|
125
-
| China East ||||||
126
-
| China East 2 <sup>1</sup> | ✅ ||||
127
-
| China East 3 ||||||
128
-
| China North ||||||
129
-
| China North 2 <sup>1</sup> ||||||
130
-
| China North 3 || ✅ | ✅ | ✅ | ✅ |
124
+
| Region | AI enrichment | Availability zones | Agentic retrieval |Confidential computing |Semantic ranker | Query rewrite |
125
+
|--|--|--|--|--|--|--|
126
+
| China East |||||||
127
+
| China East 2 <sup>1</sup> | ✅ ||||||
128
+
| China East 3 |||||||
129
+
| China North |||||||
130
+
| China North 2 <sup>1</sup> |||||||
131
+
| China North 3 || ✅ | ✅ ||✅ | ✅ |
131
132
132
133
<sup>1</sup> [Higher storage limits](search-limits-quotas-capacity.md#service-limits) aren't available in this region. If you want higher limits, choose a different region.
0 commit comments