Skip to content

Commit 8635aa6

Browse files
authored
Merge pull request #108918 from HeidiSteen/heidist-bugfix
[Azure Cognitive Search] What's new, service region edits
2 parents 59cf939 + 724cfb8 commit 8635aa6

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

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

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,27 @@ ms.author: heidist
99
ms.service: cognitive-search
1010
ms.topic: how-to
1111
ms.custom: subject-moving-resources
12-
ms.date: 03/06/2020
12+
ms.date: 03/24/2020
1313
---
1414

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

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.
1818

1919
> [!NOTE]
2020
> 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.
2121
22-
## Steps for moving a service
22+
## Guidance for moving a service
2323

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.
2525

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 source for 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.
2727

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.
2929

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.
3131

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.
3333

3434
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.
3535

@@ -41,6 +41,9 @@ If you need to move a search service to different region, your approach should l
4141

4242
## Next steps
4343

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/)
4447
+ [Choose a tier](search-sku-tier.md)
4548
+ [Create a search service](search-create-service-portal.md)
4649
+ [Load search documents](search-what-is-data-import.md)

articles/search/whats-new.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: HeidiSteen
88
ms.author: heidist
99
ms.service: cognitive-search
1010
ms.topic: overview
11-
ms.date: 03/10/2020
11+
ms.date: 03/24/2020
1212
---
1313
# What's new in Azure Cognitive Search
1414

@@ -24,6 +24,8 @@ Azure Search is now renamed to **Azure Cognitive Search** to reflect the expande
2424

2525
### March 2020
2626

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+
2729
+ New stable [Management REST API (2020-03-13)](https://docs.microsoft.com/rest/api/searchmanagement/management-api-versions) is now available.
2830

2931
### February 2020

0 commit comments

Comments
 (0)