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
3. Hover over the **Analytics** tab, then hover over the **Real-Time Stats** flyout. Click on **Real-Time Alerts**.
@@ -56,26 +56,26 @@ This document explains real-time alerts in Microsoft Azure CDN. This functionali
56
56

57
57
58
58
> [!IMPORTANT]
59
-
> You must select **HTTP Large Object** as the **Media Type**. The other choices are not used by **Azure CDN from Verizon**. Failure to select **HTTP Large Object**will cause your alert to never be triggered.
59
+
> You must select **HTTP Large Object** as the **Media Type**. The other choices are not used by **Azure CDN from Verizon**. Failure to select **HTTP Large Object**causes your alert to never be triggered.
60
60
>
61
61
>
62
62
8. Create an **Expression** to monitor by selecting a **Metric**, **Operator**, and **Trigger value**.
63
63
64
64
* For **Metric**, select the type of condition you want monitored. **Bandwidth Mbps** is the amount of bandwidth usage in megabits per second. **Total Connections** is the number of concurrent HTTP connections to our edge servers. For definitions of the various cache statuses and status codes, see [Azure CDN Cache Status Codes](https://msdn.microsoft.com/library/mt759237.aspx) and [Azure CDN HTTP Status Codes](https://msdn.microsoft.com/library/mt759238.aspx)
65
65
***Operator** is the mathematical operator that establishes the relationship between the metric and the trigger value.
66
-
***Trigger Value** is the threshold value that must be met before a notification will be sent out.
66
+
***Trigger Value** is the threshold value that must be met before a notification is sent.
67
67
68
-
In the below example, the expression I have created indicates that I would like to be notified when the number of 404 status codes is greater than 25.
68
+
In the following example, the created expression indicates that a notification is sent when the number of 404 status codes is greater than 25.
9. For **Interval**, enter how frequently you would like the expression evaluated.
72
72
10. In the **Notify on** dropdown, select when you would like to be notified when the expression is true.
73
73
74
-
***Condition Start** indicates that a notification will be sent when the specified condition is first detected.
75
-
***Condition End** indicates that a notification will be sent when the specified condition is no longer detected. This notification can only be triggered after our network monitoring system detected that the specified condition occurred.
76
-
***Continuous** indicates that a notification will be sent each time that the network monitoring system detects the specified condition. Keep in mind that the network monitoring system will only check once per interval for the specified condition.
77
-
***Condition Start and End** indicates that a notification will be sent the first time that the specified condition is detected and once again when the condition is no longer detected.
78
-
11. If you want to receive notifications by email, check the **Notify by Email** checkbox.
74
+
***Condition Start** indicates that a notification is sent when the specified condition is first detected.
75
+
***Condition End** indicates that a notification is sent when the specified condition is no longer detected. This notification can only be triggered after our network monitoring system detected that the specified condition occurred.
76
+
***Continuous** indicates that a notification is sent each time that the network monitoring system detects the specified condition. Keep in mind that the network monitoring system checks only once per interval for the specified condition.
77
+
***Condition Start and End** indicates that a notification is sent the first time that the specified condition is detected and once again when the condition is no longer detected.
78
+
1. If you want to receive notifications by email, check the **Notify by Email** checkbox.
79
79
80
80

81
81
@@ -89,7 +89,7 @@ This document explains real-time alerts in Microsoft Azure CDN. This functionali
89
89
90
90

91
91
92
-
In the **Url** field, enter the URL you where you want the HTTP message posted. In the **Headers** textbox, enter the HTTP headers to be sent in the request. For **Body** you may customize the message using the **Available keywords** list to dynamically insert alert data when the message is sent. **Headers** and **Body** default to an XML payload similar to the below example.
92
+
In the **Url** field, enter the URL you where you want the HTTP message posted. In the **Headers** textbox, enter the HTTP headers to be sent in the request. For **Body**, you may customize the message by using the **Available keywords** list to dynamically insert alert data when the message is sent. **Headers** and **Body** default to an XML payload similar to the following example:
0 commit comments