Skip to content

Commit 8878c31

Browse files
committed
Updates
1 parent 91a0d60 commit 8878c31

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

articles/reliability/reliability-ai-search.md

Lines changed: 3 additions & 1 deletion
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: 08/20/2025
9+
ms.date: 08/25/2025
1010
ms.custom: subject-reliability
1111
---
1212

@@ -39,6 +39,8 @@ The addition of multiple replicas allows AI Search to:
3939
- Handle higher indexing and query workloads.
4040
- Improve resiliency by attempting to provision replicas in different availability zones, if supported in your region.
4141

42+
One replica is automatically assigned to be the *primary replica* by Azure AI Search. All write operations are performed against that replica. The other replicas are used for read operations.
43+
4244
You can also configure the number of *partitions*, which represent the storage used by the search indexes.
4345

4446
It's important to understand the impact of adding replicas and partitions, because they each affect read and write performance in different ways. For more information about replicas and partitions, see [Estimate and manage capacity of a search service](/azure/search/search-capacity-planning).

0 commit comments

Comments
 (0)