You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/metrics-advisor/how-tos/alerts.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,10 +65,10 @@ Go to Metrics Advisor resource in Azure portal, and select "Identity", turn it t
65
65
66
66
**Step2.** Create a web hook in Metrics Advisor workspace
67
67
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.
69
69
70
70
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:
72
72
73
73
|Parameter |Description |
74
74
|---------|---------|
@@ -84,7 +84,7 @@ To create a web hook, you will need to add the following information:
84
84
85
85
- Request method is **POST**
86
86
- 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.
88
88
- Request body:
89
89
```
90
90
{
@@ -111,7 +111,7 @@ As mentioned, if accessing the endpoint needs to be authenticated by a certifica
111
111
- 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.
112
112
113
113
**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:
@@ -121,7 +121,7 @@ By using web hook and Azure Logic Apps, it's possible to send email notification
121
121
122
122
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.
123
123
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
0 commit comments