Skip to content

Commit bb6167e

Browse files
committed
Minor Acrolinx Update
1 parent ac272c7 commit bb6167e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/anomaly-detector/includes/quickstarts/anomaly-detector-client-library-javascript-multivariate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Use the Anomaly Detector multivariate client library for JavaScript to:
2525
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
2626
* The current version of [Node.js](https://nodejs.org/)
2727
* 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.
28-
* You'll need the key and endpoint from the resource you create to connect your application to the Anomaly Detector API. You'll paste your key and endpoint into the code below later in the quickstart.
28+
* You need the key and endpoint from the resource you create to connect your application to the Anomaly Detector API. You paste your key and endpoint into the code below later in the quickstart.
2929
You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
3030

3131
## Setting up
@@ -58,7 +58,7 @@ const { AzureKeyCredential } = require('@azure/core-auth');
5858
Create variables your resource's Azure endpoint and key. Create another variable for the example data file.
5959

6060
> [!NOTE]
61-
> You will always have the option of using one of two keys. This is to allow secure key rotation. For the purposes of this quickstart use the first key.
61+
> You'll always have the option of using one of two keys. This is to allow secure key rotation. For the purposes of this quickstart, use the first key.
6262
6363

6464
```javascript

0 commit comments

Comments
 (0)