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
Copy file name to clipboardExpand all lines: articles/search/search-howto-move-across-regions.md
+19-4Lines changed: 19 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,28 @@ ms.author: terrychr
9
9
ms.service: cognitive-search
10
10
ms.topic: how-to
11
11
ms.custom: subject-moving-resources
12
-
ms.date: 02/18/2020
12
+
ms.date: 03/05/2020
13
13
---
14
14
15
15
# Move your Azure Cognitive Search service to another Azure region
16
16
17
-
To move your Azure Cognitive Service account from one region to another, you will create an export template to move your subscription(s). After moving your subscription, you will need to move your data and recreate your service.
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.
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.
20
+
21
+
When moving search from one region to another, we recommend the following approach:
22
+
23
+
1. Inventory your existing service for a full list of objects on the service. If you enabled logging, create and archive reports you might need for future comparison.
24
+
25
+
1. Create a service in the new region and republish from source code any existing indexes, indexers, data sources, skillsets, and synonym maps. Service names must be unique so you cannot reuse the existing name.
26
+
27
+
1. Enable logging, and if you are using them, re-create security roles.
28
+
29
+
1. Update client applications and test suites to use the new service name and API keys, and test all applications.
30
+
31
+
1. Delete the old service once the new service is fully operational.
32
+
33
+
<!-- To move your Azure Cognitive Service account from one region to another, you will create an export template to move your subscription(s). After moving your subscription, you will need to move your data and recreate your service.
18
34
19
35
In this article, you'll learn how to:
20
36
@@ -139,5 +155,4 @@ To commit the changes and complete the move of your service account, delete the
139
155
140
156
[Create a skillset](https://docs.microsoft.com/azure/search/cognitive-search-quickstart-blob)
141
157
142
-
[Create a knowledge store](https://docs.microsoft.com/azure/search/knowledge-store-create-portal)
143
-
158
+
[Create a knowledge store](https://docs.microsoft.com/azure/search/knowledge-store-create-portal) -->
0 commit comments