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/azure-monitor/insights/solutions-resources-searches-alerts.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,19 +171,19 @@ The properties for Alert action resources are described in the following tables.
171
171
172
172
| Element name | Required | Description |
173
173
|:--|:--|:--|
174
-
| Type | Yes | Type of the action. This is **Alert** for alert actions. |
175
-
| Name | Yes | Display name for the alert. This is the name that's displayed in the console for the alert rule. |
176
-
| Description | No | Optional description of the alert. |
177
-
| Severity | Yes | Severity of the alert record from the following values:<br><br> **critical**<br>**warning**<br>**informational**
174
+
|`Type`| Yes | Type of the action. This is **Alert** for alert actions. |
175
+
|`Name`| Yes | Display name for the alert. This is the name that's displayed in the console for the alert rule. |
176
+
|`Description`| No | Optional description of the alert. |
177
+
| `Severity` | Yes | Severity of the alert record from the following values:<br><br> **critical**<br>**warning**<br>**informational**
178
178
179
179
180
180
#### Threshold
181
181
This section is required. It defines the properties for the alert threshold.
182
182
183
183
| Element name | Required | Description |
184
184
|:--|:--|:--|
185
-
| Operator | Yes | Operator for the comparison from the following values:<br><br>**gt = greater than<br>lt = less than**|
186
-
| Value | Yes | The value to compare the results. |
185
+
|`Operator`| Yes | Operator for the comparison from the following values:<br><br>**gt = greater than<br>lt = less than**|
186
+
|`Value`| Yes | The value to compare the results. |
187
187
188
188
##### MetricsTrigger
189
189
This section is optional. Include it for a metric measurement alert.
@@ -193,9 +193,9 @@ This section is optional. Include it for a metric measurement alert.
193
193
194
194
| Element name | Required | Description |
195
195
|:--|:--|:--|
196
-
| TriggerCondition | Yes | Specifies whether the threshold is for total number of breaches or consecutive breaches from the following values:<br><br>**Total<br>Consecutive**|
197
-
| Operator | Yes | Operator for the comparison from the following values:<br><br>**gt = greater than<br>lt = less than**|
198
-
| Value | Yes | Number of the times the criteria must be met to trigger the alert. |
196
+
|`TriggerCondition`| Yes | Specifies whether the threshold is for total number of breaches or consecutive breaches from the following values:<br><br>**Total<br>Consecutive**|
197
+
|`Operator`| Yes | Operator for the comparison from the following values:<br><br>**gt = greater than<br>lt = less than**|
198
+
|`Value`| Yes | Number of the times the criteria must be met to trigger the alert. |
0 commit comments