Microsoft Azure Subscription Certificate Expiration Monitor

Microsoft.SystemCenter.MicrosoftAzure.Subscription.Certificate.Monitor (UnitMonitor)

Microsoft Azure Subscription Certificate expiration monitor.

Knowledge Base article:

Summary

Microsoft Azure Subscription Certificate expiration monitor.

Causes

A service management certificate has expired or will expire soon.

Resolutions

Deploy a new service management certificate, update the services using the old certificate, and then delete the old certificate.

Element properties:

TargetMicrosoft.SystemCenter.MicrosoftAzure.Subscription
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.MicrosoftAzure.Subscription.Certificate.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Management Certificates will expire soon
One or more certificates for the subscription {0} ({1}) has expired or will expire soon. The certificates will expire:
{2}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.MicrosoftAzure.Subscription.Certificate.Monitor" Accessibility="Public" Enabled="false" Target="Microsoft.SystemCenter.MicrosoftAzure.Subscription" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter.MicrosoftAzure.Subscription.Certificate.MonitorType" ConfirmDelivery="true">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.MicrosoftAzure.Subscription.Certificate.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="Microsoft.SystemCenter.MicrosoftAzure.Subscription"]/SubscriptionId$</AlertParameter1>
<AlertParameter2>$Target/Property[Type="System!System.Entity"]/DisplayName$</AlertParameter2>
<AlertParameter3>$Data/Context/Property[@Name='Message']$</AlertParameter3>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Healthy" MonitorTypeStateID="Healthy" HealthState="Success"/>
<OperationalState ID="Critical" MonitorTypeStateID="Critical" HealthState="Error"/>
</OperationalStates>
<Configuration>
<TimeoutSeconds>300</TimeoutSeconds>
<IntervalSeconds>43200</IntervalSeconds>
<SyncTime/>
<Threshold>10</Threshold>
</Configuration>
</UnitMonitor>