|
| 1 | +--- |
| 2 | +title: Use an Azure Resource Manager template to deploy your service |
| 3 | +titleSuffix: Azure Cognitive Search |
| 4 | +description: You can quickly deploy an Azure Cognitive Search service instance using the Azure resource manager template. |
| 5 | + |
| 6 | +manager: nitinme |
| 7 | +author: tchristiani |
| 8 | +ms.author: terrychr |
| 9 | +ms.service: cognitive-search |
| 10 | +ms.topic: quickstart |
| 11 | +ms.custom: subject-armqs |
| 12 | +ms.date: 03/20/2020 |
| 13 | +--- |
| 14 | + |
| 15 | +# Quickstart: Deploy Cognitive Search using a Resource Manager template |
| 16 | + |
| 17 | +This article walks you through the process for using a Resource Manager template to deploy an Azure Cognitive Search resource in the Azure portal. |
| 18 | + |
| 19 | +[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-introduction.md)] |
| 20 | + |
| 21 | +## Prerequisites |
| 22 | + |
| 23 | +If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin. |
| 24 | + |
| 25 | +## Create a Cognitive Search service |
| 26 | + |
| 27 | +### Review the template |
| 28 | + |
| 29 | +The template used in this quickstart is from [Azure templates](https://docs.microsoft.com/azure/templates/Microsoft.Search/2015-08-19/searchservices). |
| 30 | + |
| 31 | +:::code language="json"source="~/quickstart-templates/101-azure-search-create/azuredeploy.json" range="1-86" highlight="4-50"::: |
| 32 | + |
| 33 | +The Azure resource defined in this template: |
| 34 | + |
| 35 | +- [Microsoft.Search/searchServices](https://docs.microsoft.com/azure/templates/Microsoft.Search/2015-08-19/searchServices): create an Azure Cognitive Search service |
| 36 | + |
| 37 | +### Deploy the template |
| 38 | + |
| 39 | +Select the following image to sign in to Azure and open a template. The template creates an Azure Cognitive Search resource. |
| 40 | + |
| 41 | +[](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) |
| 42 | + |
| 43 | +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. |
| 44 | + |
| 45 | +> [!div class="mx-imgBorder"] |
| 46 | +>  |
| 47 | +
|
| 48 | +## Review deployed resources |
| 49 | + |
| 50 | +When your deployment is complete you can access your new resource group and new search service in the portal. |
| 51 | + |
| 52 | +## Clean up resources |
| 53 | + |
| 54 | +Other Cognitive 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 Cognitive Search service and related resources. |
| 55 | + |
| 56 | +## Next steps |
| 57 | + |
| 58 | +In this quickstart, you created a Cognitive Search service using an Azure Resource Manager template, and validated the deployment. To learn more about Cognitive Search and Azure Resource Manager, continue on to the articles below. |
| 59 | + |
| 60 | + - Read an [overview of Azure Cognitive Search](https://docs.microsoft.com/azure/search/search-what-is-azure-search) |
| 61 | + - [Create an index](https://docs.microsoft.com/azure/search/search-get-started-portal) for your search service |
| 62 | + - [Create a search app](https://docs.microsoft.com/azure/search/search-create-app-portal) using the portal wizard |
| 63 | + - [Create a skillset](https://docs.microsoft.com/azure/search/cognitive-search-quickstart-blob) to extract information from your data |
| 64 | + |
| 65 | + |
0 commit comments