Skip to content

Commit 56f8da2

Browse files
committed
more edits
1 parent d88bb95 commit 56f8da2

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

articles/search/search-data-sources-gallery.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Data sources gallery
33
titleSuffix: Azure AI Search
4-
description: Lists all of the supported data sources for importing into an Azure AI Search index.
4+
description: Lists data source connectors for importing into an Azure AI Search index.
55
author: HeidiSteen
66
ms.author: heidist
77

@@ -10,12 +10,12 @@ ms.custom:
1010
- ignite-2023
1111
ms.topic: conceptual
1212
layout: LandingPage
13-
ms.date: 10/17/2022
13+
ms.date: 01/11/2024
1414
---
1515

1616
# Data sources gallery
1717

18-
Find a data connector from Microsoft or a partner to simplify data ingestion into a search index. This article has the following sections:
18+
Find a data connector from Microsoft or a partner that works with [an indexer](search-indexer-overview.md) to simplify data ingestion into a search index. This article has the following sections:
1919

2020
+ [Generally available data sources by Azure AI Search](#ga)
2121
+ [Preview data sources by Azure AI Search](#preview)

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: How to move your service resource across regions
2+
title: Move a search service across regions
33
titleSuffix: Azure AI Search
4-
description: This article will show you how to move your Azure AI Search resources from one region to another in the Azure cloud.
4+
description: Learn how to move your Azure AI Search resources from one region to another in the Azure cloud.
55

66
manager: nitinme
77
author: HeidiSteen
@@ -11,12 +11,12 @@ ms.topic: how-to
1111
ms.custom:
1212
- subject-moving-resources
1313
- ignite-2023
14-
ms.date: 01/30/2023
14+
ms.date: 01/11/2024
1515
---
1616

1717
# Move your Azure AI Search service to another Azure region
1818

19-
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 recreating indexes and other objects on a new search service in a different region.
19+
Occasionally, customers ask about moving a search service to another region. Currently, there's no built-in mechanism or tooling to help with that task, but this article can help you understand the manual steps for recreating indexes and other objects on a new search service in a different region.
2020

2121
> [!NOTE]
2222
> In the Azure portal, all services have an **Export template** command. In the case of Azure AI 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.
@@ -31,17 +31,17 @@ Occasionally, customers ask about moving a search service to another region. Cur
3131

3232
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 AI Search.
3333

34-
Azure Storage is used for logging, creating a knowledge store, and is a commonly used external data source for AI enrichment and indexing. Azure AI services is a dependency in AI enrichment. Both Azure AI services and your search service are required to be in the same region if you are using AI enrichment.
34+
Azure Storage is used for logging, creating a knowledge store, and is a commonly used external data source for AI enrichment and indexing. Azure AI services are used to power built-in skills during AI enrichment. Both Azure AI services and your search service are required to be in the same region if you're using AI enrichment.
3535

3636
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.
3737

38-
1. Check pricing and availability in the new region to ensure availability of Azure AI 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.
38+
1. Check pricing and availability in the new region to ensure availability of Azure AI Search plus any related services in the new region. Most features are available in all regions, but some preview features have restricted availability.
3939

40-
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 Azure AI 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.
40+
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 can't reuse the existing name. Check each skillset to see if connections to Azure AI 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're using a different service.
4141

4242
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.
4343

44-
1. Enable logging, and if you are using them, re-create security roles.
44+
1. Enable logging, and if you're using them, re-create security roles.
4545

4646
1. Update client applications and test suites to use the new service name and API keys, and test all applications.
4747

0 commit comments

Comments
 (0)