Skip to content

Commit 40df72c

Browse files
authored
Merge pull request #109706 from stephbaron/stbaron/addHosts
Adding dedicated host checks
2 parents 063c9f7 + 4cb4c95 commit 40df72c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/service-health/resource-health-checks-resource-types.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ Below is a complete list of all the checks executed through resource health by r
4343
|---|
4444
|<ul><li>Can the account be reached from within the datacenter?</li><li>Is the Cognitive Services Resource Provider available?</li><li>Is the Cognitive Service available in the appropriate region?</li><li>Can read operations be performed on the storage account holding the resource metadata?</li><li>Has the API call quota been reached?</li><li>Has the API call read-limit been reached?</li></ul>|
4545

46+
## Microsoft.compute/hostgroups/hosts
47+
|Executed Checks|
48+
|---|
49+
|<ul><li>Is the host up and running</li><li>Is the host hardware degraded?</li><li>Is the host deallocated?</li><li>Has the host hardware service healed to different hardware?</li></ul>|
50+
4651
## Microsoft.compute/virtualmachines
4752
|Executed Checks|
4853
|---|

0 commit comments

Comments
 (0)