Skip to content

Commit 9ccec59

Browse files
committed
Updated links
1 parent 814643a commit 9ccec59

12 files changed

+17
-145
lines changed

articles/search/.openpublishing.redirection.search.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
},
208208
{
209209
"source_path_from_root": "/articles/search/search-performance-optimization.md",
210-
"redirect_url": "/azure/search/search-reliability",
210+
"redirect_url": "/azure/reliability/reliability-ai-search",
211211
"redirect_document_id": true
212212
},
213213
{

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.author: haileytapia
99
ms.service: azure-ai-search
1010
ms.update-cycle: 180-days
1111
ms.topic: how-to
12-
ms.date: 07/31/2025
12+
ms.date: 08/08/2025
1313
ms.custom:
1414
- references_regions
1515
- build-2024
@@ -116,7 +116,7 @@ In most cases, choose a region near you, unless any of the following apply:
116116

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

119-
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.
119+
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](/azure/reliability/reliability-ai-search#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.
120120

121121
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.
122122

articles/search/search-how-to-upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: haileytapia
88
ms.service: azure-ai-search
99
ms.topic: how-to
1010
ms.custom: references_regions
11-
ms.date: 07/07/2025
11+
ms.date: 08/08/2025
1212
---
1313

1414
# Upgrade your Azure AI Search service in the Azure portal
@@ -78,7 +78,7 @@ The date you created your service partially determines its [upgrade eligibility]
7878

7979
You can't undo a service upgrade. Before you proceed, make sure that you want to permanently increase the [storage limit](#higher-storage-limits) and [vector index size](#higher-vector-limits) of your search service. We recommend that you test this operation in a nonproduction environment.
8080

81-
The availability of your search service during an upgrade depends on how many replicas you've provisioned. With two or more replicas, your service remains available while one replica is updated. For more information, see [Reliability in Azure AI Search](search-reliability.md).
81+
The availability of your search service during an upgrade depends on how many replicas you've provisioned. With two or more replicas, your service remains available while one replica is updated. For more information, see [Reliability in Azure AI Search](/azure/reliability/reliability-ai-search).
8282

8383
To upgrade your service:
8484

articles/search/search-multi-region.md

Lines changed: 6 additions & 6 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: conceptual
9-
ms.date: 07/11/2025
9+
ms.date: 08/08/2025
1010
---
1111

1212
# Multi-region deployments in Azure AI Search
@@ -15,7 +15,7 @@ Although Azure AI Search is a single-region service, you can achieve higher avai
1515

1616
This article describes the components of a multi-region solution, which relies on your custom script or code to handle failover if a service becomes unavailable.
1717

18-
For more information about the reliability features of Azure AI Search, including intra-regional resiliency via availability zones, see [Reliability in Azure AI Search](search-reliability.md).
18+
For more information about the reliability features of Azure AI Search, including intra-regional resiliency via availability zones, see [Reliability in Azure AI Search](/azure/reliability/reliability-ai-search).
1919

2020
## Why use multiple regions?
2121

@@ -33,7 +33,7 @@ Azure AI Search doesn't provide an automated method of index replication across
3333

3434
The following diagram illustrates a geo-distributed set of search services:
3535

36-
:::image type="content" source="media/search-reliability/geo-redundancy.png" alt-text="Diagram that shows a cross-tab view of services by region." border="true" lightbox="media/search-reliability/geo-redundancy.png":::
36+
:::image type="content" source="media/search-multi-region/geo-redundancy.png" alt-text="Diagram that shows a cross-tab view of services by region." border="true" lightbox="media/search-multi-region/geo-redundancy.png":::
3737

3838
> [!TIP]
3939
> For a complete implementation, see the [Bicep sample](https://github.com/Azure-Samples/azure-search-multiple-regions) on GitHub. The sample deploys a fully configured, multi-region search solution that can be modified to your regions and indexing strategies.
@@ -55,7 +55,7 @@ If you have an indexer on one search service, you can create a second indexer on
5555

5656
The following diagram illustrates this architecture:
5757

58-
:::image type="content" source="media/search-reliability/scale-indexers.png" alt-text="Diagram of a single data source with distributed indexer and service combinations." border="true" lightbox="media/search-reliability/scale-indexers.png":::
58+
:::image type="content" source="media/search-multi-region/scale-indexers.png" alt-text="Diagram of a single data source with distributed indexer and service combinations." border="true" lightbox="media/search-multi-region/scale-indexers.png":::
5959

6060
---
6161

@@ -99,7 +99,7 @@ Traffic Manager doesn't provide an endpoint for a direct connection to Azure AI
9999

100100
The following diagram illustrates search apps connecting through Traffic Manager:
101101

102-
:::image type="content" source="media/search-reliability/azure-function-search-traffic-mgr.png" alt-text="Diagram of search apps connecting through Azure Traffic Manager." border="true" lightbox="media/search-reliability/azure-function-search-traffic-mgr.png":::
102+
:::image type="content" source="media/search-multi-region/azure-function-search-traffic-mgr.png" alt-text="Diagram of search apps connecting through Azure Traffic Manager." border="true" lightbox="media/search-multi-region/azure-function-search-traffic-mgr.png":::
103103

104104
> [!TIP]
105105
> Azure AI Search provides a [multi-region Bicep sample](https://github.com/Azure-Samples/azure-search-multiple-regions) that uses Traffic Manager for request redirection when the primary endpoint fails. This solution is useful for routing to a search-enabled client that only calls a search service in the same region.
@@ -118,5 +118,5 @@ As you evaluate these load-balancing options, consider the following points:
118118

119119
## Related content
120120

121-
+ [Reliability in Azure AI Search](search-reliability.md)
121+
+ [Reliability in Azure AI Search](/azure/reliability/reliability-ai-search)
122122
+ [Design reliable Azure applications](/azure/architecture/framework/resiliency/app-design)

articles/search/search-region-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Shows supported regions and feature availability across regions for
55
author: haileytap
66
ms.author: haileytapia
77
manager: nitinme
8-
ms.date: 07/31/2025
8+
ms.date: 08/08/2025
99
ms.service: azure-ai-search
1010
ms.update-cycle: 90-days
1111
ms.topic: conceptual
@@ -25,7 +25,7 @@ When you create an Azure AI Search service, your region selection might depend o
2525
| Feature | Description | Availability |
2626
|---------|-------------|--------------|
2727
| [AI enrichment](cognitive-search-concept-intro.md) | Refers to [built-in skills](cognitive-search-predefined-skills.md) that make internal calls to Azure AI for enrichment and transformation during indexing. Integration requires that Azure AI Search coexists with an [Azure AI services multi-service account](/azure/ai-services/multi-service-resource#azure-ai-services-resource-for-azure-ai-search-skills) in the same physical region. You can bypass region requirements by using [identity-based connections](cognitive-search-attach-cognitive-services.md#bill-through-a-keyless-connection), currently in public preview. | Regional support is noted in this article. |
28-
| [Availability zones](search-reliability.md#availability-zone-support) | Divides a region's data centers into distinct physical location groups, providing high availability within the same geo. | Regional support is noted in this article. |
28+
| [Availability zones](/azure/reliability/reliability-ai-search#availability-zone-support) | Divides a region's data centers into distinct physical location groups, providing high availability within the same geo. | Regional support is noted in this article. |
2929
| [Agentic retrieval](search-agentic-retrieval-concept.md) | Takes a dependency on semantic ranker, which is another premium feature. | Regional support is noted in this article. |
3030
| [Semantic ranker](semantic-search-overview.md) | Takes a dependency on Microsoft-hosted models in specific regions. | Regional support is noted in this article. |
3131
| [Query rewrite](semantic-how-to-query-rewrite.md) | Takes a dependency on Microsoft-hosted models in specific regions. | Regional support is noted in this article. |

articles/search/search-reliability.md

Lines changed: 0 additions & 127 deletions
This file was deleted.

0 commit comments

Comments
 (0)