Skip to content

Commit 5f8ba90

Browse files
authored
Merge pull request #263098 from HeidiSteen/heidist-jan
[azure search] January refresh #3
2 parents 44aa207 + 840bc80 commit 5f8ba90

9 files changed

Lines changed: 136 additions & 132 deletions

articles/search/search-blob-metadata-properties.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: cognitive-search
99
ms.custom:
1010
- ignite-2023
1111
ms.topic: conceptual
12-
ms.date: 02/08/2023
12+
ms.date: 01/11/2024
1313
---
1414

1515
# Content metadata properties used in Azure AI Search
@@ -24,7 +24,7 @@ Azure AI Search supports blob indexing and SharePoint document indexing for the
2424

2525
## Properties by document format
2626

27-
The following table summarizes processing done for each document format, and describes the metadata properties extracted by a blob indexer and the SharePoint indexer.
27+
The following table summarizes processing for each document format, and describes the metadata properties extracted by a blob indexer and the SharePoint indexer.
2828

2929
| Document format / content type | Extracted metadata | Processing details |
3030
| --- | --- | --- |

articles/search/search-create-service-portal.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ ms.date: 12/12/2023
1515

1616
# Create an Azure AI Search service in the portal
1717

18-
[**Azure AI Search**](search-what-is-azure-search.md) is an Azure resource used for adding a full text search experience to custom apps.
18+
[**Azure AI Search**](search-what-is-azure-search.md) is an Azure resource used for adding a full text search experience to custom apps or for providing enterprise information retrieval for chat-style search solutions.
1919

20-
If you have an Azure subscription, including a [trial subscription](https://azure.microsoft.com/pricing/free-trial/?WT.mc_id=A261C142F), you can create a search service for free. Free services have limitations, but you can complete all of the quickstarts and most tutorials.
20+
If you have an Azure subscription, including a [trial subscription](https://azure.microsoft.com/pricing/free-trial/?WT.mc_id=A261C142F), you can create a search service for free. Free services have limitations, but you can complete all of the quickstarts and most tutorials, except for those featuring semantic ranking (it requires a billable service).
2121

22-
The easiest way to create search service is using the [Azure portal](https://portal.azure.com/), which is covered in this article. You can also use [Azure PowerShell](search-manage-powershell.md#create-or-delete-a-service), [Azure CLI](search-manage-azure-cli.md#create-or-delete-a-service), the [Management REST API](search-manage-rest.md#create-or-update-a-service), an [Azure Resource Manager service template](search-get-started-arm.md), or a [Bicep file](search-get-started-bicep.md).
22+
The easiest way to create a service is using the [Azure portal](https://portal.azure.com/), which is covered in this article. You can also use [Azure PowerShell](search-manage-powershell.md#create-or-delete-a-service), [Azure CLI](search-manage-azure-cli.md#create-or-delete-a-service), the [Management REST API](search-manage-rest.md#create-or-update-a-service), an [Azure Resource Manager service template](search-get-started-arm.md), a [Bicep file](search-get-started-bicep.md), or [Terraform](search-get-started-terraform.md).
2323

2424
[![Animated GIF](./media/search-create-service-portal/AnimatedGif-AzureSearch-small.gif)](./media/search-create-service-portal/AnimatedGif-AzureSearch.gif#lightbox)
2525

@@ -33,9 +33,9 @@ The following service properties are fixed for the lifetime of the service. Beca
3333

3434
## Subscribe (free or paid)
3535

36-
To try search for free, [open a free Azure account](https://azure.microsoft.com/pricing/free-trial/?WT.mc_id=A261C142F) and then create your search service by choosing the **Free** tier. You can have one free search service per Azure subscription. Free search services are intended for short-term evaluation of the product for non-production applications. If you decide you would like to continue using the service for a production application, create a new search service on a billable tier.
36+
To try search for free, [open a free Azure account](https://azure.microsoft.com/pricing/free-trial/?WT.mc_id=A261C142F) and then create your search service by choosing the **Free** tier. You can have one free search service per Azure subscription. Free search services are intended for short-term evaluation of the product for non-production applications. If you want to move forward with a production application, create a new search service on a billable tier.
3737

38-
Alternatively, you can use free credits to try out paid Azure services, which means you can create your search service at **Basic** or above to get more capacity. Your credit card is never charged unless you explicitly change your settings and ask to be charged. Another approach is to [activate Azure credits in a Visual Studio subscription](https://azure.microsoft.com/pricing/member-offers/msdn-benefits-details/?WT.mc_id=A261C142F). A Visual Studio subscription gives you credits every month you can use for paid Azure services.
38+
Alternatively, you can use free credits to try out paid Azure services. With this approach, you can create your search service at **Basic** or above to get more capacity. Your credit card is never charged unless you explicitly change your settings and ask to be charged. Another approach is to [activate Azure credits in a Visual Studio subscription](https://azure.microsoft.com/pricing/member-offers/msdn-benefits-details/?WT.mc_id=A261C142F). A Visual Studio subscription gives you credits every month you can use for paid Azure services.
3939

4040
Paid (or billable) search occurs when you choose a billable tier (Basic or above) when creating the resource on a billable Azure subscription.
4141

@@ -176,7 +176,7 @@ Although most customers use just one service, service redundancy might be necess
176176

177177
+ [Business continuity and disaster recovery (BCDR)](../availability-zones/cross-region-replication-azure.md). Azure AI Search doesn't provide instant failover in the event of an outage.
178178

179-
+ [Multi-tenant architectures](search-modeling-multitenant-saas-applications.md) sometimes call for two or more services.
179+
+ [Multitenant architectures](search-modeling-multitenant-saas-applications.md) sometimes call for two or more services.
180180

181181
+ Globally deployed applications might require search services in each geography to minimize latency.
182182

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

Lines changed: 4 additions & 4 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)
@@ -2373,7 +2373,7 @@ BA Insight's SharePoint Connector allows you to connect to SharePoint 2019, fetc
23732373

23742374
by [Accenture](https://www.accenture.com)
23752375

2376-
The SharePoint connector will crawl content from any SharePoint site collection URL. The connector will retrieve Sites, Lists, Folders, List Items and Attachments, as well as other pages (in .aspx format). Supports SharePoint running in the Microsoft O365 offering.
2376+
The SharePoint connector will crawl content from any SharePoint site collection URL. The connector will retrieve Sites, Lists, Folders, List Items and Attachments, as well as other pages (in .aspx format). Supports SharePoint running in the Microsoft 365 offering.
23772377

23782378
[More details](https://contentanalytics.digital.accenture.com/display/aspire40/SharePoint+Online+Connector)
23792379

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)