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
+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
@@ -11,7 +11,7 @@ ms.custom:
11
11
- references_regions
12
12
- build-2024
13
13
ms.topic: how-to
14
-
ms.date: 06/20/2025
14
+
ms.date: 07/02/2025
15
15
---
16
16
17
17
# Create an Azure AI Search service in the Azure portal
@@ -114,7 +114,7 @@ In most cases, choose a region near you, unless any of the following apply:
114
114
115
115
1. Do you have a specific tier in mind? Check [region availability by tier](search-sku-tier.md#region-availability-by-tier).
116
116
117
-
1. Do you have business continuity and disaster recovery (BCDR) requirements? Create two or more search services in [regional pairs](/azure/reliability/cross-region-replication-azure#azure-paired-regions) within[availability zones](search-reliability.md#availability-zone-support). 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.
117
+
1. Do you have business continuity and disaster recovery (BCDR) requirements? Create two or more search services in [regional pairs](/azure/reliability/cross-region-replication-azure#azure-paired-regions), each with two or more replicas for[availability zones](search-reliability.md#availability-zone-support). 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.
118
118
119
119
1. Do you need [AI enrichment](cognitive-search-concept-intro.md), [integrated data chunking and vectorization](vector-search-integrated-vectorization.md), or [multimodal search](multimodal-search-overview.md)? For [billing purposes](cognitive-search-attach-cognitive-services.md), Azure AI Search and Azure AI services multi-service must coexist in the same region.
Copy file name to clipboardExpand all lines: articles/search/search-reliability.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: haileytap
6
6
ms.author: haileytapia
7
7
ms.service: azure-ai-search
8
8
ms.topic: reliability-article
9
-
ms.date: 06/26/2025
9
+
ms.date: 07/02/2025
10
10
ms.custom:
11
11
- subject-reliability
12
12
- ignite-2023
@@ -36,7 +36,7 @@ Transient faults are short, intermittent failures in components. They occur freq
36
36
37
37
All cloud-hosted applications should follow the Azure transient fault handling guidance when communicating with any cloud-hosted APIs, databases, and other components. For more information, see [Recommendations for handing transient faults](/azure/well-architected/design-guides/handle-transient-faults).
38
38
39
-
Search services with one replica might experience transient faults due to regular maintenance operations. Azure AI Search minimizes these disruptions as much as possible, but they can still affect single-replica services. To ensure resiliency against transient faults, we recommend that you use two or more replicas.
39
+
Search services might experience transient faults during standard, unscheduled maintenance operations. Azure AI Search doesn't provide advance notification or allow you to schedule maintenance at specific times. Although every effort is made to minimize downtime, even for single-replica services, brief interruptions can still occur. To improve resiliency against these transient faults, we recommend that you use two or more replicas.
40
40
41
41
## Availability zone support
42
42
@@ -56,7 +56,7 @@ Zone redundancy is automatically enabled when your search service:
56
56
57
57
+ Is in a [region that has availability zones](search-region-support.md).
58
58
+ Is on the [Basic tier or higher](search-sku-tier.md).
59
-
+ Has [multiple replicas](search-capacity-planning.md#add-or-remove-partitions-and-replicas): two for read-only workloads and three or more for read-write workloads.
59
+
+ Has [multiple replicas](search-capacity-planning.md#add-or-remove-partitions-and-replicas).
60
60
61
61
### Considerations
62
62
@@ -92,7 +92,7 @@ When the availability zone recovers, Azure AI Search automatically restores norm
92
92
93
93
### Testing for zone failures
94
94
95
-
Azure AI Search manages traffic routing, failover, and failback for zone-redundant services. You don't need to initiate anything or validate zone failure processes.
95
+
Azure AI Search manages traffic routingfor zone-redundant services. You don't need to initiate or validate any zone failure processes.
0 commit comments