Microsoft Azure SQL Monitoring Management Service Group Populator

Microsoft.SqlServer.Azure.Discovery.MonitoringManagementServiceGroup (Discovery)

This workflow populates the Microsoft Azure SQL Database Cloud Services group with Management Services.

Knowledge Base article:

Summary

This workflow populates the Microsoft Azure SQL Database Cloud Services group with Management Services.

Overrideable Parameters

Name

Description

Default Value

Enabled

Enables or disables the workflow.

Yes

Element properties:

TargetMicrosoft.SqlServer.Azure.MonitoringManagementServiceGroup
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DiscoveryDataSource DataSource Microsoft.SystemCenter.GroupPopulator Default

Source Code:

<Discovery ID="Microsoft.SqlServer.Azure.Discovery.MonitoringManagementServiceGroup" Target="Microsoft.SqlServer.Azure.MonitoringManagementServiceGroup" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryRelationship TypeID="Microsoft.SqlServer.Azure.MonitoringManagementServiceGroupContainsService"/>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="SC!Microsoft.SystemCenter.ManagementService"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="Microsoft.SqlServer.Azure.MonitoringManagementServiceGroupContainsService"]$</RelationshipClass>
<Expression>
<Contained maxDepth="2">
<MonitoringClass>$MPElement[Name="Microsoft.SqlServer.Azure.MonitoringManagementPoolGroup"]$</MonitoringClass>
</Contained>
</Expression>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>