Skip to content

Commit 00848e9

Browse files
authored
Merge pull request #216664 from mrbullwinkle/mrb_10_31_2022_create_resoure
[Cognitive Services] [Anomaly Detector] Create resource
2 parents c9a99c2 + c2b031e commit 00848e9

File tree

5 files changed

+55
-0
lines changed

5 files changed

+55
-0
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
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+
> ![Screenshot of create a resource user experience](../media/create-resource/create-resource.png)
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+
> ![Screenshot of enable managed identity](../media/create-resource/enable-managed-identity.png)
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+
> ![Screenshot of copy key and endpoint user experience](../media/create-resource/copy-key-endpoint.png)
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)
57.2 KB
Loading
54.9 KB
Loading
40.1 KB
Loading

articles/cognitive-services/Anomaly-Detector/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@
5252
maintainContext: true
5353
- name: Multivariate Anomaly Detection
5454
items:
55+
- name: Create an Anomaly Detector Resource
56+
href: how-to/create-resource.md
5557
- name: Train a model
5658
href: how-to/train-model.md
5759
- name: Batch inference

0 commit comments

Comments
 (0)