Skip to content

Commit adb282d

Browse files
authored
Merge pull request #106614 from HeidiSteen/heidist-master
[Azure Cognitive Search] Moving a service is not supported
2 parents 58e39ef + 3b03127 commit adb282d

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

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

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,28 @@ ms.author: terrychr
99
ms.service: cognitive-search
1010
ms.topic: how-to
1111
ms.custom: subject-moving-resources
12-
ms.date: 02/18/2020
12+
ms.date: 03/05/2020
1313
---
1414

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

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.
1834
1935
In this article, you'll learn how to:
2036
@@ -139,5 +155,4 @@ To commit the changes and complete the move of your service account, delete the
139155
140156
[Create a skillset](https://docs.microsoft.com/azure/search/cognitive-search-quickstart-blob)
141157
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

Comments
 (0)