Monitor health and alerts in Azure Stack - Modular Data Center (MDC)

Azure Stack includes infrastructure monitoring capabilities that help you view health and alerts for an Azure Stack region. The Region management tile lists all the deployed regions of Azure Stack. It's pinned by default in the administrator portal for the Default Provider Subscription. The tile shows the number of active critical and warning alerts for each region. The tile is your entry point into the health and alert functionality of Azure Stack.

The Region Management tile in Azure Stack administrator portal

Understand health in Azure Stack

The health resource provider manages health and alerts. Azure Stack infrastructure components register with the health resource provider during Azure Stack deployment and configuration. This registration enables the display of health and alerts for each component. Health in Azure Stack is a simple concept. If alerts for a registered instance of a component exist, the health state of that component reflects the worst active alert severity: warning or critical.

Alert severity definition

Azure Stack raises alerts with only two severities: warning and critical.

  • Warning
    An operator can address the warning alert in a scheduled manner. The alert typically doesn't impact user workloads.

  • Critical
    An operator should address the critical alert with urgency. These alerts indicate issues that currently impact or will soon impact Azure Stack users.

View and manage component health state

You can view the health state of components in the administrator portal and through REST API and PowerShell.

To view the health state in the portal, click the region that you want to view in the Region management tile. You can view the health state of infrastructure roles and of resource providers.

List of infrastructure roles

You can click a resource provider or infrastructure role to view more detailed information.

Warning

If you click an infrastructure role, and then click the role instance, there are options to Start, Restart, or Shutdown. Don't use these actions when you apply updates to an integrated system. For troubleshooting assistance, post your issue to the Azure Stack forum.

View alerts

The list of active alerts for each Azure Stack region is available directly from the Region management blade. The first tile in the default configuration is the Alerts tile, which displays a summary of the critical and warning alerts for the region. You can pin the Alerts tile, like any other tile on this blade, to the dashboard for quick access.

Alerts tile that shows a warning in Azure Stack administrator portal

To view a list of all active alerts for the region, select the top part of the Alerts tile. To view a filtered list of alerts (Critical or Warning), select either the Critical or Warning line item within the tile.

The Alerts blade supports the ability to filter both on state (Active or Closed) and severity (Critical or Warning). The default view displays all active alerts. All closed alerts are removed from the system after seven days.

Note

If an alert remains active but hasn't been updated in over a day, you can run Test-AzureStack and close the alert if no problems are reported.

Filter pane to filter by critical or warning status in Azure Stack administrator portal

The View API action displays the REST API that was used to generate the list view. This action provides a quick way to become familiar with the REST API syntax that you can use to query alerts. You can use this API in automation or for integration with your existing datacenter monitoring, reporting, and ticketing solutions.

You can click a specific alert to view the alert details. The alert details show all fields that are associated with the alert and enable quick navigation to the affected component and source of the alert. For example, the following alert occurs if one of the infrastructure role instances goes offline or isn't accessible. You can look up the cross-reference link in the Remediation section of the alert details to view the article.

The Alert details blade in Azure Stack administrator portal

Repair alerts

You can select Repair in some alerts.

When selected, the Repair action performs steps specific to the alert to attempt to resolve the issue. Once selected, the status of the Repair action is available as a portal notification.

The Repair alert action in progress

The Repair action will report successful completion or failure to complete the action in the same portal notification blade. If a Repair action fails for an alert, you may rerun the Repair action from the alert detail. If the Repair action successfully completes, do not rerun the Repair action.

The Repair action completes successfully

After the infrastructure role instance is back online, this alert automatically closes. Many, but not every alert, automatically close when the underlying issue is resolved. Alerts that provide a Repair action button will close automatically if Azure Stack resolves the issue. For all other alerts, select Close Alert after you do the remediation steps. If the issue persists, Azure Stack generates a new alert. If you resolve the issue, the alert remains closed and requires no more steps.

Next steps

Manage updates in Azure Stack

Region management in Azure Stack