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
@@ -166,28 +166,28 @@ The properties for Alert action resources are described in the following tables.
166
166
167
167
| Element name | Required | Description |
168
168
|:--|:--|:--|
169
-
| Type | Yes | Type of the action. This is **Alert** for alert actions. |
170
-
| Name | Yes | Display name for the alert. This is the name that's displayed in the console for the alert rule. |
171
-
| Description | No | Optional description of the alert. |
172
-
| Severity | Yes | Severity of the alert record from the following values:<br><br> **critical**<br>**warning**<br>**informational**
169
+
|`Type`| Yes | Type of the action. This is **Alert** for alert actions. |
170
+
|`Name`| Yes | Display name for the alert. This is the name that's displayed in the console for the alert rule. |
171
+
|`Description`| No | Optional description of the alert. |
172
+
| `Severity` | Yes | Severity of the alert record from the following values:<br><br> **critical**<br>**warning**<br>**informational**
173
173
174
174
175
175
#### Threshold
176
176
This section is required. It defines the properties for the alert threshold.
177
177
178
178
| Element name | Required | Description |
179
179
|:--|:--|:--|
180
-
| Operator | Yes | Operator for the comparison from the following values:<br><br>**gt = greater than<br>lt = less than**|
181
-
| Value | Yes | The value to compare the results. |
180
+
|`Operator`| Yes | Operator for the comparison from the following values:<br><br>**gt = greater than<br>lt = less than**|
181
+
|`Value`| Yes | The value to compare the results. |
182
182
183
183
##### MetricsTrigger
184
184
This section is optional. Include it for a metric measurement alert.
185
185
186
186
| Element name | Required | Description |
187
187
|:--|:--|:--|
188
-
| TriggerCondition | Yes | Specifies whether the threshold is for total number of breaches or consecutive breaches from the following values:<br><br>**Total<br>Consecutive**|
189
-
| Operator | Yes | Operator for the comparison from the following values:<br><br>**gt = greater than<br>lt = less than**|
190
-
| Value | Yes | Number of the times the criteria must be met to trigger the alert. |
188
+
|`TriggerCondition`| Yes | Specifies whether the threshold is for total number of breaches or consecutive breaches from the following values:<br><br>**Total<br>Consecutive**|
189
+
|`Operator`| Yes | Operator for the comparison from the following values:<br><br>**gt = greater than<br>lt = less than**|
190
+
|`Value`| Yes | Number of the times the criteria must be met to trigger the alert. |
0 commit comments