Skip to content

Commit 0f0f49d

Browse files
Attempt to get Acrolinx > 80
1 parent bcc094f commit 0f0f49d

File tree

1 file changed

+5
-5
lines changed
  • articles/ai-services/metrics-advisor/how-tos

1 file changed

+5
-5
lines changed

articles/ai-services/metrics-advisor/how-tos/alerts.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ Go to Metrics Advisor resource in Azure portal, and select "Identity", turn it t
6565

6666
**Step2.** Create a web hook in Metrics Advisor workspace
6767

68-
Log in to you workspace and select "Hooks" tab, then select "Create hook" button.
68+
Log in to your workspace and select "Hooks" tab, then select "Create hook" button.
6969

7070

71-
To create a web hook, you will need to add the following information:
71+
To create a web hook, you'll need to add the following information:
7272

7373
|Parameter |Description |
7474
|---------|---------|
@@ -84,7 +84,7 @@ To create a web hook, you will need to add the following information:
8484

8585
- Request method is **POST**
8686
- Timeout 30s
87-
- Retry for 5xx error, ignore other error. Will not follow 301/302 redirect request.
87+
- Retry for 5xx error, ignore other error. Won't follow 301/302 redirect request.
8888
- Request body:
8989
```
9090
{
@@ -111,7 +111,7 @@ As mentioned, if accessing the endpoint needs to be authenticated by a certifica
111111
- Then select "Access policies" and "Add access policy", grant "get" permission for "Key permissions", "Secrete permissions" and "Certificate permissions". Select principal as the name of your Metrics Advisor resource. Select "Add" and "Save" button in "Access policies" page.
112112

113113
**Step4.** Receive anomaly notification
114-
When a notification is pushed through a web hook, you can fetch incidents data by calling the "callBackUrl" in Webhook Request. Details for this api:
114+
When a notification is pushed through a web hook, you can fetch incidents data by calling the "callBackUrl" in Webhook Request. Details for this API:
115115

116116
- [/alert/anomaly/configurations/{configurationId}/alerts/{alertId}/incidents](https://westus2.dev.cognitive.microsoft.com/docs/services/MetricsAdvisor/operations/getIncidentsFromAlertByAnomalyAlertingConfiguration)
117117

@@ -121,7 +121,7 @@ By using web hook and Azure Logic Apps, it's possible to send email notification
121121

122122
Metrics Advisor also supports automatically creating a work item in Azure DevOps to track issues/bugs when any anomaly is detected. All alerts can be sent through Azure DevOps hooks.
123123

124-
To create an Azure DevOps hook, you will need to add the following information
124+
To create an Azure DevOps hook, you'll need to add the following information
125125

126126
|Parameter |Description |
127127
|---------|---------|

0 commit comments

Comments
 (0)