Skip to content

Commit 0ef0681

Browse files
committed
trying ./ form to fix image file paths
1 parent 5086aa9 commit 0ef0681

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ 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](/search/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/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)
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

4545
> [!div class="mx-imgBorder"]
46-
> ![Azure portal display of template](/search/media/search-get-started-arm/arm-portalscrnsht.png)
46+
> ![Azure portal display of template](./media/search-get-started-arm/arm-portalscrnsht.png)
4747
4848
## Review deployed resources
4949

0 commit comments

Comments
 (0)