Skip to content

Commit 3a3be86

Browse files
authored
Merge pull request #85076 from stephbaron/stbaron/rhc-types-update
Added newly supported RHC types
2 parents acbec3b + b89e423 commit 3a3be86

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

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

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ Below is a complete list of all the checks executed through resource health by r
2222
|---|
2323
|<ul><li>Is the Api Management service up and running?</li></ul>|
2424

25+
## Microsoft.Batch/batchAccounts
26+
|Executed Checks|
27+
|---|
28+
|<ul><li>Is the Batch account up and running?</li><li>Has the pool quota been exceeded for this batch account?</li></ul>|
29+
2530
## Microsoft.CacheRedis/Redis
2631
|Executed Checks|
2732
|---|
@@ -68,6 +73,11 @@ Below is a complete list of all the checks executed through resource health by r
6873
|---|
6974
|<ul><li>Has the database migration service failed to provision?</li><li>Has the database migration service stopped due to inactivity or user request?</li></ul>|
7075

76+
## Microsoft.DataShare/accounts
77+
|Executed Checks|
78+
|---|
79+
|<ul><li>Is the Data Share account up and running?</li><li>Is the cluster hosting the Data Share available?</li></ul>|
80+
7181
## Microsoft.DBforMariaDB/servers
7282
|Executed Checks|
7383
|---|
@@ -108,6 +118,16 @@ Below is a complete list of all the checks executed through resource health by r
108118
|---|
109119
|<ul><li>Are requests to key vault failing due to Azure KeyVault platform issues?</li><li>Are requests to key vault being throttled due to too many requests made by customer?</li></ul>|
110120

121+
## Microsoft.MachineLearning/webServices
122+
|Executed Checks|
123+
|---|
124+
|<ul><li>Is the web service up and running?</li></ul>|
125+
126+
## Microsoft.Media/mediaservices
127+
|Executed Checks|
128+
|---|
129+
|<ul><li>Is the media service up and running?</li></ul>|
130+
111131
## Microsoft.network/applicationgateways
112132
|Executed Checks|
113133
|---|
@@ -128,6 +148,11 @@ Below is a complete list of all the checks executed through resource health by r
128148
|---|
129149
|<ul><li>Are Front Door backends responding with errors to health probes?</li><li>Are configuration changes delayed?</li></ul>|
130150

151+
## Microsoft.network/LoadBalancers
152+
|Executed Checks|
153+
|---|
154+
|<ul><li>Are the load balancing endpoints available?</li></ul>|
155+
131156
## Microsoft.network/virtualNetworkGateways
132157
|Executed Checks|
133158
|---|
@@ -163,10 +188,15 @@ Below is a complete list of all the checks executed through resource health by r
163188
|---|
164189
|<ul><li>Are customers experiencing user generated Service Bus errors?</li><li>Are users experiencing an increase in transient errors due to a Service Bus namespace upgrade?</li></ul>|
165190

166-
## Microsoft.SQL/Server/database
191+
## Microsoft.SQL/managedInstances/databases
192+
|Executed Checks|
193+
|---|
194+
|<ul><li>Is the database up and running?</li></ul>|
195+
196+
## Microsoft.SQL/Server/databases
167197
|Executed Checks|
168198
|---|
169-
|<ul><li> Have there been logins to the database?</li></ul>|
199+
|<ul><li>Have there been logins to the database?</li></ul>|
170200

171201
## Microsoft.Storage/storageAccounts
172202
|Executed Checks|

0 commit comments

Comments
 (0)