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-data-sources-gallery.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Data sources gallery
3
3
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.
5
5
author: HeidiSteen
6
6
ms.author: heidist
7
7
@@ -10,12 +10,12 @@ ms.custom:
10
10
- ignite-2023
11
11
ms.topic: conceptual
12
12
layout: LandingPage
13
-
ms.date: 10/17/2022
13
+
ms.date: 01/11/2024
14
14
---
15
15
16
16
# Data sources gallery
17
17
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:
19
19
20
20
+[Generally available data sources by Azure AI Search](#ga)
21
21
+[Preview data sources by Azure AI Search](#preview)
Copy file name to clipboardExpand all lines: articles/search/search-howto-move-across-regions.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: How to move your service resource across regions
2
+
title: Move a search service across regions
3
3
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.
5
5
6
6
manager: nitinme
7
7
author: HeidiSteen
@@ -11,12 +11,12 @@ ms.topic: how-to
11
11
ms.custom:
12
12
- subject-moving-resources
13
13
- ignite-2023
14
-
ms.date: 01/30/2023
14
+
ms.date: 01/11/2024
15
15
---
16
16
17
17
# Move your Azure AI Search service to another Azure region
18
18
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.
20
20
21
21
> [!NOTE]
22
22
> 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
31
31
32
32
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.
33
33
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.
35
35
36
36
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.
37
37
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.
39
39
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.
41
41
42
42
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.
43
43
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.
45
45
46
46
1. Update client applications and test suites to use the new service name and API keys, and test all applications.
0 commit comments