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/service-health/resource-health-checks-resource-types.md
+32-2Lines changed: 32 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,11 @@ Below is a complete list of all the checks executed through resource health by r
22
22
|---|
23
23
|<ul><li>Is the Api Management service up and running?</li></ul>|
24
24
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
+
25
30
## Microsoft.CacheRedis/Redis
26
31
|Executed Checks|
27
32
|---|
@@ -68,6 +73,11 @@ Below is a complete list of all the checks executed through resource health by r
68
73
|---|
69
74
|<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>|
70
75
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
+
71
81
## Microsoft.DBforMariaDB/servers
72
82
|Executed Checks|
73
83
|---|
@@ -108,6 +118,16 @@ Below is a complete list of all the checks executed through resource health by r
108
118
|---|
109
119
|<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>|
110
120
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
+
111
131
## Microsoft.network/applicationgateways
112
132
|Executed Checks|
113
133
|---|
@@ -128,6 +148,11 @@ Below is a complete list of all the checks executed through resource health by r
128
148
|---|
129
149
|<ul><li>Are Front Door backends responding with errors to health probes?</li><li>Are configuration changes delayed?</li></ul>|
130
150
151
+
## Microsoft.network/LoadBalancers
152
+
|Executed Checks|
153
+
|---|
154
+
|<ul><li>Are the load balancing endpoints available?</li></ul>|
155
+
131
156
## Microsoft.network/virtualNetworkGateways
132
157
|Executed Checks|
133
158
|---|
@@ -163,10 +188,15 @@ Below is a complete list of all the checks executed through resource health by r
163
188
|---|
164
189
|<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>|
165
190
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
167
197
|Executed Checks|
168
198
|---|
169
-
|<ul><li>Have there been logins to the database?</li></ul>|
199
+
|<ul><li>Have there been logins to the database?</li></ul>|
0 commit comments