Skip to content

Commit 1c0e846

Browse files
committed
fixed links
1 parent e87b538 commit 1c0e846

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/reliability/migrate-search-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If you created your search service in a region that supports availability zones
4444

4545
>[!IMPORTANT]
4646
>The [free and basic tiers do not support availability zones](../search/search-sku-tier.md#feature-availability-by-tier), and so they should not be used.
47-
1. Add at [least two replicas to your new search service](../search/search-capacity-planning.md#add-or-reduce-replicas-and-partitions). Once the search service has at least two replicas, it automatically takes advantage of availability zone support.
47+
1. Add at [least two replicas to your new search service](../search/search-capacity-planning.md#adjust-capacity). Once the search service has at least two replicas, it automatically takes advantage of availability zone support.
4848
1. Migrate your data from your old search service to your new search service by rebuilding of all your search indexes from your old service.
4949

5050
To rebuild all of your search indexes:

articles/search/search-how-to-load-search-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A search service imports and indexes text and vectors in JSON, used in full text
2121

2222
Once data is indexed, the physical data structures of the index are locked in. For guidance on what can and can't be changed, see [Drop and rebuild an index](search-howto-reindex.md).
2323

24-
Indexing isn't a background process. A search service will balance indexing and query workloads, but if [query latency is too high](search-performance-analysis.md#impact-of-indexing-on-queries), you can either [add capacity](search-capacity-planning.md#ajust-capacity) or identify periods of low query activity for loading an index.
24+
Indexing isn't a background process. A search service will balance indexing and query workloads, but if [query latency is too high](search-performance-analysis.md#impact-of-indexing-on-queries), you can either [add capacity](search-capacity-planning.md#adjust-capacity) or identify periods of low query activity for loading an index.
2525

2626
## Load documents
2727

0 commit comments

Comments
 (0)