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
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,27 +9,27 @@ 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/06/2020
12
+
ms.date: 03/24/2020
13
13
---
14
14
15
15
# Move your Azure Cognitive Search service to another Azure region
16
16
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.
17
+
Occasionally, customers ask about moving a search service to another region. Currently, there is no built-in mechanism or tooling to help with that task, but this article can help you understand the manual steps for achieving the same outcome.
18
18
19
19
> [!NOTE]
20
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
21
22
-
## Steps for moving a service
22
+
## Guidance for moving a service
23
23
24
-
If you need to move a search service to different region, your approach should look similar to the steps below:
24
+
1. Identify dependencies and related services to understand the full impact of relocating a service, in case you need to move more than just Azure Cognitive Search.
25
25
26
-
1. Identify related services to understand the full impact of relocating a service. You might be using Azure Storage for logging, knowledge store, or as an external data source. You might be using Cognitive Services for AI enrichment. Accessing services in other regions is common, but comes with additional bandwidth charges. Cognitive Services and Azure Cognitive Search are required to be in the same region if you are using AI enrichment.
26
+
Azure Storage is used for logging, creating a knowledge store, and is a commonly used external data sourcefor AI enrichment and indexing. Cognitive Services is a dependency in AI enrichment. Both Cognitive Services and your search service are required to be in the same region if you are using AI enrichment.
27
27
28
-
1.Inventory your existing service for a full list of objects on the service. If you enabled logging, create and archive any reports you might need for a historical record.
28
+
1.Create an inventory of all objects on the service so that you know what to move: indexes, synonym maps, indexers, data sources, skillsets. If you enabled logging, create and archive any reports you might need for a historical record.
29
29
30
-
1. Check pricing and availability in the new region to ensure availability of Azure Cognitive Search plus any related services that you might want to create in the same region. Check for feature parity. Some preview features have restricted availability.
30
+
1. Check pricing and availability in the new region to ensure availability of Azure Cognitive Search plus any related services in the new region. The majority of features are available in all regions, but some preview features have restricted availability.
31
31
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.
32
+
1. Create a service in the new region and republish from source code any existing indexes, synonym maps, indexers, data sources, and skillsets. Remember that service names must be unique so you cannot reuse the existing name. Check each skillset to see if connections to Cognitive Services are still valid in terms of the same-region requirement. Also, if knowledge stores are created, check the connection strings for Azure Storage if you are using a different service.
33
33
34
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
35
@@ -41,6 +41,9 @@ If you need to move a search service to different region, your approach should l
41
41
42
42
## Next steps
43
43
44
+
The following links can help you locate more information when completing the steps outlined above.
45
+
46
+
+[Azure Cognitive Search pricing and regions](https://azure.microsoft.com/pricing/details/search/)
44
47
+[Choose a tier](search-sku-tier.md)
45
48
+[Create a search service](search-create-service-portal.md)
Copy file name to clipboardExpand all lines: articles/search/whats-new.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ author: HeidiSteen
8
8
ms.author: heidist
9
9
ms.service: cognitive-search
10
10
ms.topic: overview
11
-
ms.date: 03/10/2020
11
+
ms.date: 03/24/2020
12
12
---
13
13
# What's new in Azure Cognitive Search
14
14
@@ -24,6 +24,8 @@ Azure Search is now renamed to **Azure Cognitive Search** to reflect the expande
24
24
25
25
### March 2020
26
26
27
+
+[Native blob soft delete (preview)](search-howto-indexing-azure-blob-storage.md#incremental-indexing-and-deletion-detection) means that the Azure Blob Storage indexer in Azure Cognitive Search will recognize blobs that are in a soft deleted state, and remove the corresponding search document during indexing.
28
+
27
29
+ New stable [Management REST API (2020-03-13)](https://docs.microsoft.com/rest/api/searchmanagement/management-api-versions) is now available.
0 commit comments