Skip to content

Commit 39fa213

Browse files
committed
Mike's feedback
1 parent f614341 commit 39fa213

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

articles/search/search-howto-move-across-regions.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,22 @@ titleSuffix: Azure Cognitive Search
44
description: This article will show you how to move your Azure Cognitive Search resources from one region to another in the Azure cloud.
55

66
manager: nitinme
7-
author: tchristiani
8-
ms.author: terrychr
7+
author: HeidiSteen
8+
ms.author: heidist
99
ms.service: cognitive-search
1010
ms.topic: how-to
1111
ms.custom: subject-moving-resources
12-
ms.date: 03/05/2020
12+
ms.date: 03/06/2020
1313
---
1414

1515
# Move your Azure Cognitive Search service to another Azure region
1616

17-
Currently, moving a search service to another region is not supported, in that there is no automation or tooling to help you with the task end-to-end.
17+
Occasionally, customers inquire about moving an existing search service to another region. Currently, there are no built-in mechanisms or tooling to help you with that task. It remains a manual process, outlined below in this article.
1818

19-
In the portal, the **Export template** command produces a basic definition of a service (name, location, tier, replica, and partition count), but does not recognize the content of your service, nor does it carry over keys, roles, or logs.
19+
> [!NOTE]
20+
> In the Azure portal, all services have an **Export template** command. In the case of Azure Cognitive Search, this command produces a basic definition of a service (name, location, tier, replica, and partition count), but does not recognize the content of your service, nor does it carry over keys, roles, or logs. Although the command exists, we don't recommend using it for moving a search service.
21+
22+
## Steps for moving a service
2023

2124
If you need to move a search service to different region, your approach should look similar to the steps below:
2225

@@ -28,6 +31,8 @@ If you need to move a search service to different region, your approach should l
2831

2932
1. Create a service in the new region and republish from source code any existing indexes, indexers, data sources, skillsets, knowledge stores, and synonym maps. Service names must be unique so you cannot reuse the existing name.
3033

34+
1. Reload indexes and knowledge stores, if applicable. You'll either use application code to push JSON data into an index, or rerun indexers to pull documents in from external sources.
35+
3136
1. Enable logging, and if you are using them, re-create security roles.
3237

3338
1. Update client applications and test suites to use the new service name and API keys, and test all applications.
@@ -38,6 +43,7 @@ If you need to move a search service to different region, your approach should l
3843

3944
+ [Choose a tier](search-sku-tier.md)
4045
+ [Create a search service](search-create-service-portal.md)
46+
+ [Load search documents](search-what-is-data-import.md)
4147
+ [Enable logging](search-monitor-logs.md)
4248

4349

0 commit comments

Comments
 (0)