Skip to content

Commit 8be64a9

Browse files
authored
Merge pull request #112131 from nolavime/patch-18
adding a note regarding the anyOf
2 parents 61a018d + 750d3db commit 8be64a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/service-health/resource-health-alert-arm-template-guide.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,9 @@ You may only want to be notified when a resource becomes unhealthy, in which cas
225225

226226
If you want to be notified for all four stages of health events, you can remove this condition all together, and the alert will notify you irrespective of the `status` property.
227227

228+
> [!NOTE]
229+
> Each "anyOf" section should contain just one field type values.
230+
228231
### Adjusting the Resource Health alerts to avoid "Unknown" events
229232

230233
Azure Resource Health can report to you the latest health of your resources by constantly monitoring them using test runners. The relevant reported health statuses are: "Available", "Unavailable", and "Degraded". However, in situations where the runner and the Azure resource are unable to communicate, an "Unknown" health status is reported for the resource, and that is considered an "Active" health event.

0 commit comments

Comments
 (0)