Skip to content

Commit ab5407b

Browse files
bennageMike Wasson
authored and
Mike Wasson
committed
correction of Azure Search statement (MicrosoftDocs#169)
* correction of Azure Search statement
1 parent fb4a4de commit ab5407b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/checklist/resiliency.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ The following checklist items apply to specific services in Azure.
126126
* **Provision more than one replica.** Use at least two replicas for read high-availability, or three for read-write high-availability.
127127
* **Configure indexers for multi-region deployments.** If you have a multi-region deployment, consider your options for continuity in indexing.
128128

129-
* If the data source is geo-replicated, point each indexer of each regional Azure Search service to its local data source replica.
129+
* If the data source is geo-replicated, you should generally point each indexer of each regional Azure Search service to its local data source replica. However, that approach is not recommended for large datasets stored in Azure SQL Database. The reason is that Azure Search cannot perform incremental indexing from secondary SQL Database replicas, only from primary replicas. Instead, point all indexers to the primary replica. After a failover, point the Azure Search indexers at the new primary replica.
130130
* If the data source is not geo-replicated, point multiple indexers at the same data source, so that Azure Search services in multiple regions continuously and independently index from the data source. For more information, see [Azure Search performance and optimization considerations][search-optimization].
131131

132132
### Azure Storage

0 commit comments

Comments
 (0)