Skip to content

Commit 4693b7b

Browse files
Merge pull request #213198 from mrbullwinkle/mrb_09_30_2022_test
[Cognitive Services] [Anomaly Detector] Small fixes
2 parents 1b486bc + e16d099 commit 4693b7b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/cognitive-services/Anomaly-Detector/includes/quickstarts/anomaly-detector-client-library-python.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: mrbullwinkle
66
manager: nitinme
77
ms.service: cognitive-services
88
ms.topic: include
9-
ms.date: 09/09/2022
9+
ms.date: 09/30/2022
1010
ms.author: mbullwin
1111
recommendations: false
1212
---
@@ -23,10 +23,9 @@ Use the Anomaly Detector client library for Python to:
2323

2424
## Prerequisites
2525

26-
* [Python 3.x](https://www.python.org/)
26+
* An Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>
2727
* <a href="https://www.python.org/" target="_blank">Python 3.x</a>
2828
* <a href="https://pandas.pydata.org/" target="_blank">Pandas data analysis library</a>
29-
* An Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>
3029
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesAnomalyDetector" title="Create an Anomaly Detector resource" target="_blank">create an Anomaly Detector resource </a> in the Azure portal to get your key and endpoint. Wait for it to deploy and select the **Go to resource** button. You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
3130

3231
## Set up

0 commit comments

Comments
 (0)