Databases Health

Microsoft.SqlServer.Azure.Rollup.ElasticDatabaseToElasticPoolAvailability (DependencyMonitor)

Rolls up all elastic pool databases availability monitors to the elastic pool.

Knowledge Base article:

Summary

This monitor is the rollup of availability monitoring for all user databases contained by this elastic pool. If the state is unknown, the monitoring has not been initialized yet.

Causes

Unhealthy state for this monitor indicates a problem with availability of user databases contained by this elastic pool. View all current alerts for this elastic pool using this link:

View Alerts

Resolutions

Use the health explorer to drill down and find the cause of the unhealthy state. Use the knowledge on the specific monitor causing the issue to troubleshoot and fix the problem.

Overrideable Parameters

Name

Description

Default Value

Enabled

Enables or disables the workflow.

Yes

Generates Alerts

Defines whether the workflow generates an Alert.

No

Element properties:

TargetMicrosoft.SqlServer.Azure.ElasticPool
Parent MonitorSystem.Health.AvailabilityState
AlgorithmWorstOf
Source MonitorSystem.Health.AvailabilityState
RelationshipMicrosoft.SqlServer.Azure.ElasticPoolContainsElasticDatabase
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveFalse
RemotableTrue
AccessibilityPublic

Source Code:

<DependencyMonitor ID="Microsoft.SqlServer.Azure.Rollup.ElasticDatabaseToElasticPoolAvailability" Target="Microsoft.SqlServer.Azure.ElasticPool" ParentMonitorID="Health!System.Health.AvailabilityState" RelationshipType="Microsoft.SqlServer.Azure.ElasticPoolContainsElasticDatabase" MemberMonitor="Health!System.Health.AvailabilityState" Accessibility="Public" Enabled="true" Remotable="true" Priority="Normal">
<Category>AvailabilityHealth</Category>
<Algorithm>WorstOf</Algorithm>
<MemberUnAvailable>Error</MemberUnAvailable>
</DependencyMonitor>