Skip to content

Commit cd243be

Browse files
authored
Merge pull request #115681 from davidsmatlak/ds-qsrt1720628
Quickstart review - Cognitive Search
2 parents 8076a54 + 012868a commit cd243be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2626

2727
### Review the template
2828

29-
The template used in this quickstart is from [Azure templates](https://docs.microsoft.com/azure/templates/Microsoft.Search/2015-08-19/searchservices).
29+
The template used in this quickstart is from [Azure templates](https://azure.microsoft.com/resources/templates/101-azure-search-create/).
3030

31-
:::code language="json"source="~/quickstart-templates/101-azure-search-create/azuredeploy.json" range="1-86" highlight="4-50":::
31+
:::code language="json"source="~/quickstart-templates/101-azure-search-create/azuredeploy.json" range="1-86" highlight="4-50,70-85":::
3232

3333
The Azure resource defined in this template:
3434

@@ -38,7 +38,7 @@ The Azure resource defined in this template:
3838

3939
Select the following image to sign in to Azure and open a template. The template creates an Azure Cognitive Search resource.
4040

41-
[![Deploy to Azure](./media/search-get-started-arm/arm-deploybuttona.png)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fazure%2Fazure-quickstart-templates%2Fmaster%2F101-azure-search-create%2Fazuredeploy.json)
41+
[![Deploy to Azure](../media/template-deployments/deploy-to-azure.svg)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fazure%2Fazure-quickstart-templates%2Fmaster%2F101-azure-search-create%2Fazuredeploy.json)
4242

4343
The portal displays a form that allows you to easily provide parameter values. Some parameters are pre-filled with the default values from the template. You will need to provide your subscription, resource group, location, and service name. If you want to use Cognitive Services in an [AI enrichment](https://docs.microsoft.com/azure/search/cognitive-search-concept-intro) pipeline, for example to analyze binary image files for text, choose a location that offers both Cognitive Search and Cognitive Services. Both services are required to be in the same region for AI enrichment workloads. Once you have completed the form, you will need to agree to the terms and conditions and then select the purchase button to complete your deployment.
4444

0 commit comments

Comments
 (0)