You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: This article will show you how to move your Azure Cognitive Search resources from one region to another in the Azure cloud.
5
5
6
6
manager: nitinme
7
-
author: tchristiani
8
-
ms.author: terrychr
7
+
author: HeidiSteen
8
+
ms.author: heidist
9
9
ms.service: cognitive-search
10
10
ms.topic: how-to
11
11
ms.custom: subject-moving-resources
12
-
ms.date: 03/05/2020
12
+
ms.date: 03/06/2020
13
13
---
14
14
15
15
# Move your Azure Cognitive Search service to another Azure region
16
16
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.
18
18
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
20
23
21
24
If you need to move a search service to different region, your approach should look similar to the steps below:
22
25
@@ -28,6 +31,8 @@ If you need to move a search service to different region, your approach should l
28
31
29
32
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.
30
33
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
+
31
36
1. Enable logging, and if you are using them, re-create security roles.
32
37
33
38
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
38
43
39
44
+[Choose a tier](search-sku-tier.md)
40
45
+[Create a search service](search-create-service-portal.md)
0 commit comments