Skip to content

Commit a09d519

Browse files
committed
Incorporated feedback
1 parent dbfd0e4 commit a09d519

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 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: 06/20/2025
14+
ms.date: 07/02/2025
1515
---
1616

1717
# 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:
114114

115115
1. Do you have a specific tier in mind? Check [region availability by tier](search-sku-tier.md#region-availability-by-tier).
116116

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

119119
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.
120120

articles/search/search-reliability.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: haileytap
66
ms.author: haileytapia
77
ms.service: azure-ai-search
88
ms.topic: reliability-article
9-
ms.date: 06/26/2025
9+
ms.date: 07/02/2025
1010
ms.custom:
1111
- subject-reliability
1212
- ignite-2023
@@ -36,7 +36,7 @@ Transient faults are short, intermittent failures in components. They occur freq
3636

3737
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).
3838

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

4141
## Availability zone support
4242

@@ -56,7 +56,7 @@ Zone redundancy is automatically enabled when your search service:
5656

5757
+ Is in a [region that has availability zones](search-region-support.md).
5858
+ 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).
6060

6161
### Considerations
6262

@@ -92,7 +92,7 @@ When the availability zone recovers, Azure AI Search automatically restores norm
9292

9393
### Testing for zone failures
9494

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 routing for zone-redundant services. You don't need to initiate or validate any zone failure processes.
9696

9797
## Multi-region support
9898

0 commit comments

Comments
 (0)