|
| 1 | +--- |
| 2 | +title: Create an Anomaly Detector resource |
| 3 | +titleSuffix: Azure Cognitive Services |
| 4 | +description: Create an Anomaly Detector resource |
| 5 | +services: cognitive-services |
| 6 | +author: mrbullwinkle |
| 7 | +manager: nitinme |
| 8 | +ms.service: cognitive-services |
| 9 | +ms.subservice: anomaly-detector |
| 10 | +ms.topic: conceptual |
| 11 | +ms.date: 11/01/2022 |
| 12 | +ms.author: mbullwin |
| 13 | +--- |
| 14 | + |
| 15 | + |
| 16 | +# Create and Anomaly Detector resource |
| 17 | + |
| 18 | +Anomaly Detector service is a cloud-based Cognitive Service that uses machine-learning models to detect anomalies in your time series data. Here, you'll learn how to create an Anomaly Detector resource in the Azure portal. |
| 19 | + |
| 20 | +## Create an Anomaly Detector resource in Azure portal |
| 21 | + |
| 22 | +1. Create an Azure subscription if you don't have one - [Create one for free](https://azure.microsoft.com/free/cognitive-services) |
| 23 | +1. Once you have your Azure subscription, [create an Anomaly Detector resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesAnomalyDetector) in the Azure portal, and fill out the following fields: |
| 24 | + |
| 25 | + - **Subscription**: Select your current subscription. |
| 26 | + - **Resource group**: The [Azure resource group](/azure/cloud-adoption-framework/govern/resource-consistency/resource-access-management#what-is-an-azure-resource-group) that will contain your resource. You can create a new group or add it to a pre-existing group. |
| 27 | + - **Region**: Select your local region, see supported [Regions](../regions.md). |
| 28 | + - **Name**: Enter a name for your resource. We recommend using a descriptive name, for example *multivariate-msft-test*. |
| 29 | + - **Pricing tier**: The cost of your resource depends on the pricing tier you choose and your usage. For more information, see [pricing details](https://azure.microsoft.com/pricing/details/cognitive-services/anomaly-detector/). You can use the free pricing tier (F0) to try the service, and upgrade later to a paid tier for production. |
| 30 | + |
| 31 | +> [!div class="mx-imgBorder"] |
| 32 | +>  |
| 33 | +
|
| 34 | +1. Select **Identity** in the banner above and make sure you set the status as **On** which enables Anomaly Detector to visit your data in Azure in a secure way, then select **Review + create.** |
| 35 | + |
| 36 | +> [!div class="mx-imgBorder"] |
| 37 | +>  |
| 38 | +
|
| 39 | +1. Wait a few seconds until validation passed, and select **Create** button from the bottom-left corner. |
| 40 | +1. After you select create, you'll be redirected to a new page that says Deployment in progress. After a few seconds, you'll see a message that says, Your deployment is complete, then select **Go to resource**. |
| 41 | + |
| 42 | +## Get Endpoint URL and keys |
| 43 | + |
| 44 | +In your resource, select **Keys and Endpoint** on the left navigation bar, copy the **key** (both key1 and key2 will work) and **endpoint** values from your Anomaly Detector resource.. You'll need the key and endpoint values to connect your application to the Anomaly Detector API. |
| 45 | + |
| 46 | +> [!div class="mx-imgBorder"] |
| 47 | +>  |
| 48 | +
|
| 49 | +That's it! You could start preparing your data for further steps! |
| 50 | + |
| 51 | +## Next steps |
| 52 | + |
| 53 | +* [Join us to get more supports!](https://aka.ms/adadvisorsjoin) |
0 commit comments