Skip to content

Commit eff2972

Browse files
authored
Change to not translate unique names
1 parent bcdae40 commit eff2972

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/azure-monitor/insights/solutions-resources-searches-alerts.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -171,19 +171,19 @@ The properties for Alert action resources are described in the following tables.
171171

172172
| Element name | Required | Description |
173173
|:--|:--|:--|
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**
178178

179179

180180
#### Threshold
181181
This section is required. It defines the properties for the alert threshold.
182182

183183
| Element name | Required | Description |
184184
|:--|:--|:--|
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. |
187187

188188
##### MetricsTrigger
189189
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.
193193
194194
| Element name | Required | Description |
195195
|:--|:--|:--|
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. |
199199

200200

201201
#### Throttling

0 commit comments

Comments
 (0)