Skip to content

Update search-region-support.md #405

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 19 additions & 10 deletions articles/search/search-region-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ You can create an Azure AI Search service in any of the following Azure public r
| West US 3​ | ✅ | ✅ | ✅ | ✅ | ✅ |
| West Central US​ ​ | ✅ | | ✅ | ✅ | |

<sup>1</sup> This region has capacity constraints in all tiers.

### Europe

| Region | AI enrichment | Availability zones | Agentic retrieval | Semantic ranker | Query rewrite |
Expand All @@ -71,19 +73,22 @@ You can create an Azure AI Search service in any of the following Azure public r
| UK South​ | ✅ | ✅ | ✅ | ✅ | ✅ |
| UK West​ ​| | | ✅ | ✅ | |

<sup>1</sup> This region has capacity constraints on the following tiers: S2, S3, L1, and L2.
<sup>1</sup> This region has capacity constraints.

<sup>2</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.

### Middle East

| Region | AI enrichment | Availability zones | Agentic retrieval | Semantic ranker | Query rewrite |
|--|--|--|--|--|--|
| Israel Central​ <sup>1</sup> | | ✅ | | | |
| Qatar Central​ <sup>1</sup> | | ✅ | ✅ | ✅ | |
| UAE North​​ | ✅ | ✅ | ✅ | ✅ | |
| Israel Central​ <sup>2</sup> | | ✅ | | | |
| Qatar Central​ <sup>2</sup> | | ✅ | | | |
| UAE North​​ | ✅ | ✅ | | | |


<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.
<sup>1</sup> This region has capacity constraints.

<sup>2</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.

### Africa

Expand All @@ -108,7 +113,8 @@ You can create an Azure AI Search service in any of the following Azure public r
| Korea South​​ | | | ✅ | ✅ | |
| Indonesia Central | | ✅ | | | |

<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.
<sup>1</sup> This region has capacity constraints in all tiers.


## Azure Government regions

Expand All @@ -123,13 +129,16 @@ You can create an Azure AI Search service in any of the following Azure public r
| Region | AI enrichment | Availability zones | Agentic retrieval | Semantic ranker | Query rewrite |
|--|--|--|--|--|--|
| China East | | | | | |
| China East 2 <sup>1</sup> | ✅ | | | |
| China East 2 <sup>2</sup> | ✅ | | | |
| China East 3 | | | | | |
| China North | | | | | |
| China North 2 <sup>1</sup> | | | | | |
| China North 3 | | ✅ | ✅ | ✅ | ✅ |
| China North 2 <sup>2</sup> | | | | | |
| China North 3 | | ✅ | ✅ | ✅ | |


<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.
<sup>1</sup> This region has capacity constraints.

<sup>2</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.

## Related content

Expand Down