Skip to content

Commit 319ac2e

Browse files
committed
Updating quickstarts
1 parent 19a27b4 commit 319ac2e

20 files changed

+156
-162
lines changed

articles/search/includes/quickstarts/full-text-csharp.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
manager: nitinme
3-
author: eric-urban
4-
ms.author: eur
3+
author: haileytap
4+
ms.author: haileytapia
55
ms.service: azure-ai-search
66
ms.topic: include
7-
ms.date: 2/12/2025
7+
ms.date: 03/03/2025
88
---
99

1010
[!INCLUDE [Full text introduction](full-text-intro.md)]
@@ -14,12 +14,13 @@ ms.date: 2/12/2025
1414
1515
## Prerequisites
1616

17-
- An active Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>
18-
- An Azure AI Search service. [Create a service](../../search-create-service-portal.md) if you don't have one. You can use a free tier for this quickstart.
17+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
18+
- An Azure AI Search service. [Create a service](../../search-create-service-portal.md) if you don't have one. For this quickstart, you can use a free service.
1919

2020
## Microsoft Entra ID prerequisites
2121

2222
For the recommended keyless authentication with Microsoft Entra ID, you need to:
23+
2324
- Install the [Azure CLI](/cli/azure/install-azure-cli) used for keyless authentication with Microsoft Entra ID.
2425
- Assign both of the `Search Service Contributor` and `Search Index Data Contributor` roles to your user account. You can assign roles in the Azure portal under **Access control (IAM)** > **Add role assignment**. For more information, see [Connect to Azure AI Search using roles](../../search-security-rbac.md).
2526

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
manager: nitinme
3-
author: eric-urban
4-
ms.author: eur
3+
author: haileytap
4+
ms.author: haileytapia
55
ms.service: azure-ai-search
66
ms.topic: include
7-
ms.date: 2/19/2025
7+
ms.date: 03/03/2025
88
---
99

10-
Learn how to use the *Azure.Search.Documents* client library to create, load, and query a search index using sample data for [full text search](../../search-lucene-query-architecture.md). Full text search uses Apache Lucene for indexing and queries, and a BM25 ranking algorithm for scoring results.
10+
In this quickstart, you use the Azure.Search.Documents client library to create, load, and query a search index using sample data for [full text search](../../search-lucene-query-architecture.md). Full text search uses Apache Lucene for indexing and queries, and a BM25 ranking algorithm for scoring results.
1111

1212
This quickstart creates and queries a small hotels-quickstart index containing data about four hotels.
13-

articles/search/includes/quickstarts/full-text-java.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
manager: nitinme
3-
author: eric-urban
4-
ms.author: eur
3+
author: haileytap
4+
ms.author: haileytapia
55
ms.service: azure-ai-search
66
ms.topic: include
77
ms.date: 2/12/2025
@@ -14,8 +14,8 @@ ms.date: 2/12/2025
1414
1515
## Prerequisites
1616

17-
- An active Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>
18-
- An Azure AI Search service. [Create a service](../../search-create-service-portal.md) if you don't have one. You can use a free tier for this quickstart.
17+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
18+
- An Azure AI Search service. [Create a service](../../search-create-service-portal.md) if you don't have one. For this quickstart, you can use a free service.
1919

2020
## Microsoft Entra ID prerequisites
2121

articles/search/includes/quickstarts/full-text-javascript.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
manager: nitinme
3-
author: eric-urban
4-
ms.author: eur
3+
author: haileytap
4+
ms.author: haileytapia
55
ms.service: azure-ai-search
66
ms.topic: include
7-
ms.date: 2/19/2025
7+
ms.date: 03/03/2025
88
---
99

1010
[!INCLUDE [Full text introduction](full-text-intro.md)]
@@ -14,8 +14,8 @@ ms.date: 2/19/2025
1414
1515
## Prerequisites
1616

17-
- An active Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>
18-
- An Azure AI Search service. [Create a service](../../search-create-service-portal.md) if you don't have one. You can use a free tier for this quickstart.
17+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
18+
- An Azure AI Search service. [Create a service](../../search-create-service-portal.md) if you don't have one. For this quickstart, you can use a free service.
1919

2020
## Microsoft Entra ID prerequisites
2121

articles/search/includes/quickstarts/full-text-python.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
manager: nitinme
3-
author: eric-urban
4-
ms.author: eur
3+
author: haileytap
4+
ms.author: haileytapia
55
ms.service: azure-ai-search
66
ms.topic: include
7-
ms.date: 2/22/2025
7+
ms.date: 03/03/2025
88
---
99

1010
[!INCLUDE [Full text introduction](full-text-intro.md)]
@@ -14,9 +14,9 @@ ms.date: 2/22/2025
1414
1515
## Prerequisites
1616

17-
- An active Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>
18-
- An Azure AI Search service. [Create a service](../../search-create-service-portal.md) if you don't have one. You can use a free tier for this quickstart.
19-
- [Visual Studio Code with the Python extension](https://code.visualstudio.com/docs/languages/python), or an equivalent IDE, with Python 3.10 or later. If you don't have a suitable version of Python installed, you can follow the instructions in the [VS Code Python Tutorial](https://code.visualstudio.com/docs/python/python-tutorial#_install-a-python-interpreter).
17+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
18+
- An Azure AI Search service. [Create a service](../../search-create-service-portal.md) if you don't have one. For this quickstart, you can use a free service.
19+
- [Visual Studio Code](https://code.visualstudio.com/download) with the [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python), or an equivalent IDE with Python 3.10 or later. If you haven't installed a suitable version of Python, follow the instructions in the [VS Code Python Tutorial](https://code.visualstudio.com/docs/python/python-tutorial#_install-a-python-interpreter).
2020

2121
## Microsoft Entra ID prerequisites
2222

articles/search/includes/quickstarts/full-text-typescript.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
manager: nitinme
3-
author: eric-urban
4-
ms.author: eur
3+
author: haileytap
4+
ms.author: haileytapia
55
ms.service: azure-ai-search
66
ms.topic: include
77
ms.date: 2/19/2025
@@ -14,8 +14,8 @@ ms.date: 2/19/2025
1414
1515
## Prerequisites
1616

17-
- An active Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>
18-
- An Azure AI Search service. [Create a service](../../search-create-service-portal.md) if you don't have one. You can use a free tier for this quickstart.
17+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
18+
- An Azure AI Search service. [Create a service](../../search-create-service-portal.md) if you don't have one. For this quickstart, you can use a free service.
1919

2020
## Microsoft Entra ID prerequisites
2121

articles/search/search-explorer.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
2-
title: "Quickstart: Search explorer query tool"
2+
title: "Quickstart: Search Explorer Query Tool"
33
titleSuffix: Azure AI Search
44
description: Search explorer is a query tool in the Azure portal that sends query requests to a search index in Azure AI Search. Use it to learn syntax, test query expressions, or inspect a search document.
55
manager: nitinme
66
author: haileytap
77
ms.author: haileytapia
88
ms.service: azure-ai-search
99
ms.topic: quickstart
10-
ms.date: 01/15/2025
10+
ms.date: 03/03/2025
1111
ms.custom:
1212
- mode-ui
1313
---
1414

1515
# Quickstart: Use Search explorer to run queries in the Azure portal
1616

17-
In this quickstart, learn how to use **Search explorer**, a built-in query tool in the Azure portal used for running queries against a search index in Azure AI Search. Use it to test a query or filter expression, or confirm whether content exists in the index.
17+
In this quickstart, you learn how to use **Search explorer**, a built-in query tool in the Azure portal for running queries against an Azure AI Search index. Use it to test a query or filter expression, or confirm whether content exists in the index.
1818

1919
This quickstart uses an existing index to demonstrate Search explorer.
2020

@@ -23,13 +23,11 @@ This quickstart uses an existing index to demonstrate Search explorer.
2323
2424
## Prerequisites
2525

26-
Before you begin, have the following prerequisites in place:
27-
2826
+ An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/).
2927

30-
+ An Azure AI Search service. [Create a service](search-create-service-portal.md) or [find an existing service](https://portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.Search%2FsearchServices) under your current subscription. You can use a free service for this quickstart.
28+
+ An Azure AI Search service. [Create a service](search-create-service-portal.md) or [find an existing service](https://portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.Search%2FsearchServices) in your current subscription. For this quickstart, you can use a free servic.
3129

32-
+ The *realestate-us-sample-index* is used for this quickstart. To create the index, use the [**Import data wizard**](search-import-data-portal.md), choose the built-in sample data, and step through the wizard using all of the default values.
30+
+ This quickstart uses the realestate-us-sample-index. To create the index, use the [**Import data wizard**](search-import-data-portal.md), select the built-in sample data, and step through the wizard using all the default values.
3331

3432
:::image type="content" source="media/search-explorer/search-explorer-sample-data.png" alt-text="Screenshot of the sample data sets available in the Import data wizard." border="true":::
3533

@@ -205,7 +203,7 @@ You can find and manage resources in the Azure portal, using the **All resources
205203

206204
If you're using a free service, remember that you're limited to three indexes, indexers, and data sources. You can delete individual items in the Azure portal to stay under the limit.
207205

208-
## Next steps
206+
## Next step
209207

210208
To learn more about query structures and syntax, use a REST client to create query expressions that use more parts of the API. The [Search POST REST API](/rest/api/searchservice/documents/search-post?view=rest-searchservice-2024-05-01-preview&preserve-view=true) is especially helpful for learning and exploration.
211209

articles/search/search-get-started-arm.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'Quickstart: Deploy using templates'
2+
title: 'Quickstart: Deploy Using ARM Templates'
33
titleSuffix: Azure AI Search
4-
description: You can quickly deploy an Azure AI Search service instance using the Azure Resource Manager template.
4+
description: Learn how to deploy an Azure AI Search service instance using an Azure Resource Manager template.
55
manager: nitinme
66
author: haileytap
77
ms.author: haileytapia
@@ -12,12 +12,12 @@ ms.custom:
1212
- mode-arm
1313
- devx-track-arm-template
1414
- ignite-2023
15-
ms.date: 01/17/2025
15+
ms.date: 03/03/2025
1616
---
1717

1818
# Quickstart: Deploy Azure AI Search using an Azure Resource Manager template
1919

20-
This article walks you through the process for using an Azure Resource Manager (ARM) template to deploy an Azure AI Search resource in the Azure portal.
20+
In this quickstart, you use an Azure Resource Manager (ARM) template to deploy an Azure AI Search service in the Azure portal.
2121

2222
[!INCLUDE [About Azure Resource Manager](~/reusable-content/ce-skilling/azure/includes/resource-manager-quickstart-introduction.md)]
2323

@@ -60,11 +60,11 @@ When your deployment is complete you can access your new resource group and new
6060

6161
Other Azure AI Search quickstarts and tutorials build upon this quickstart. If you plan to continue on to work with subsequent quickstarts and tutorials, you may wish to leave this resource in place. When no longer needed, you can delete the resource group, which deletes the Azure AI Search service and related resources.
6262

63-
## Next steps
63+
## Related content
6464

65-
In this quickstart, you created an Azure AI Search service using an ARM template, and validated the deployment. To learn more about Azure AI Search and Azure Resource Manager, continue on to the articles below.
65+
In this quickstart, you created an Azure AI Search service using an ARM template and then validated the deployment. To learn more about Azure AI Search and Azure Resource Manager, see the following articles:
6666

67-
- Read an [overview of Azure AI Search](search-what-is-azure-search.md).
68-
- [Create an index](search-get-started-portal.md) for your search service.
69-
- [Create a demo app](search-create-app-portal.md) using the Azure portal wizard.
70-
- [Create a skillset](search-get-started-skillset.md) to extract information from your data.
67+
- [What is Azure AI Search?](search-what-is-azure-search.md)
68+
- [Quickstart: Create a search index in the Azure portal](search-get-started-portal.md)
69+
- [Quickstart: Create a demo search app in the Azure portal](search-create-app-portal.md)
70+
- [Quickstart: Create a skillset in the Azure portal](search-get-started-skillset.md)

articles/search/search-get-started-bicep.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'Quickstart: Deploy using Bicep'
2+
title: 'Quickstart: Deploy Using Bicep'
33
titleSuffix: Azure AI Search
4-
description: You can quickly deploy an Azure AI Search service instance using Bicep.
4+
description: Learn how to deploy an Azure AI Search service instance using Bicep.
55
author: haileytap
66
ms.author: haileytapia
77
ms.service: azure-ai-search
@@ -11,12 +11,12 @@ ms.custom:
1111
- mode-arm
1212
- devx-track-bicep
1313
- ignite-2023
14-
ms.date: 12/10/2024
14+
ms.date: 03/03/2025
1515
---
1616

1717
# Quickstart: Deploy Azure AI Search using Bicep
1818

19-
This article walks you through the process for using a Bicep file to deploy an Azure AI Search resource in the Azure portal.
19+
In this quickstart, you use a Bicep file to deploy an Azure AI Search service in the Azure portal.
2020

2121
[!INCLUDE [About Bicep](~/reusable-content/ce-skilling/azure/includes/resource-manager-quickstart-bicep-introduction.md)]
2222

@@ -101,11 +101,11 @@ Remove-AzResourceGroup -Name exampleRG
101101

102102
---
103103

104-
## Next steps
104+
## Related content
105105

106-
In this quickstart, you created an Azure AI Search service using a Bicep file, and then validated the deployment. To learn more about Azure AI Search and Azure Resource Manager, continue on to the articles.
106+
In this quickstart, you created an Azure AI Search service using a Bicep file and then validated the deployment. To learn more about Azure AI Search and Azure Resource Manager, see the following articles:
107107

108-
- Read an [overview of Azure AI Search](search-what-is-azure-search.md).
109-
- [Create an index](search-get-started-portal.md) for your search service.
110-
- [Create a demo app](search-create-app-portal.md) using the Azure portal wizard.
111-
- [Create a skillset](search-get-started-skillset.md) to extract information from your data.
108+
- [What is Azure AI Search?](search-what-is-azure-search.md)
109+
- [Quickstart: Create a search index in the Azure portal](search-get-started-portal.md)
110+
- [Quickstart: Create a demo search app in the Azure portal](search-create-app-portal.md)
111+
- [Quickstart: Create a skillset in the Azure portal](search-get-started-skillset.md)

0 commit comments

Comments
 (0)