Skip to content

Commit 91bad93

Browse files
committed
Bicep clarification
1 parent 6883382 commit 91bad93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom:
1111
- mode-arm
1212
- devx-track-bicep
1313
- ignite-2023
14-
ms.date: 06/29/2023
14+
ms.date: 02/26/2024
1515
---
1616

1717
# Quickstart: Deploy Azure AI Search using Bicep
@@ -23,7 +23,7 @@ This article walks you through the process for using a Bicep file to deploy an A
2323
Only those properties included in the template are used in the deployment. If more customization is required, such as [setting up network security](search-security-overview.md#network-security), you can update the service as a post-deployment task. To customize an existing service with the fewest steps, use [Azure CLI](search-manage-azure-cli.md) or [Azure PowerShell](search-manage-powershell.md). If you're evaluating preview features, use the [Management REST API](search-manage-rest.md).
2424

2525
> [!TIP]
26-
> For an alternative Bicep template that deploys Azure AI Search with a pre-configured indexer to Cosmos DB for NoSQL, see [Bicep deployment of Azure AI Search](https://github.com/Azure-Samples/azure-search-deployment-template). The template creates an indexer, index, and data source. The indexer runs on a schedule that refreshes from Cosmos DB on a 5-minute interval.
26+
> For an alternative Bicep template that deploys Azure AI Search with a pre-configured indexer to Cosmos DB for NoSQL, see [Bicep deployment of Azure AI Search](https://github.com/Azure-Samples/azure-search-deployment-template). There's no bicep template support for Azure AI Search data plane operations like creating an index, but you can add a module that calls REST APIs. The template in this sample calls a module that creates an indexer, index, and data source. The indexer is configured with a schedule that refreshes from Cosmos DB on a 5-minute interval.
2727
2828
## Prerequisites
2929

@@ -85,7 +85,7 @@ Get-AzResource -ResourceGroupName exampleRG
8585

8686
## Clean up resources
8787

88-
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, use the Azure portal, Azure CLI, or Azure PowerShell to delete the resource group and its resources.
88+
Azure AI Search is a billable resource. If it's no longer needed, delete it from your subscription to avoid charges. You can use the Azure portal, Azure CLI, or Azure PowerShell to delete the resource group and its resources.
8989

9090
# [CLI](#tab/CLI)
9191

@@ -103,7 +103,7 @@ Remove-AzResourceGroup -Name exampleRG
103103

104104
## Next steps
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 below.
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.
107107

108108
- Read an [overview of Azure AI Search](search-what-is-azure-search.md).
109109
- [Create an index](search-get-started-portal.md) for your search service.

0 commit comments

Comments
 (0)