Service Health notifications

Azure Service Health notifications are system-generated alerts that inform you about Azure service issues or events affecting your resources. They're recorded as part of your subscription’s Azure Activity Log (which logs many events in Azure), and then shown in the Azure portal under Azure Service Health. In other words, whenever Azure needs to communicate something about service health (for example, an outage, upcoming maintenance, or account-specific alert), it creates a Service Health event in your Activity Log.

Depending on the notification’s type, it could be purely informational or indicate an issue that requires you to act. For more information, see View Service Health notifications.

Screenshot of service health notification history pane.

For information on how long Service Health notifications stay active in the portal see Service Health data transitions.

View Service Health notifications

Once logged into Azure, you can access Service Health notifications in one of three ways:

  • Azure Portal - Service Health: In the Azure portal, select Service Health to open a personalized dashboard showing any active notifications for your subscriptions. The notifications are organized into the categories corresponding to the types (Incidents, Maintenance, etc.), and there’s also a Health history section for past events. For example, active service outages are listed under Incidents, planned maintenance under Maintenance, and so on. From this interface, you can select a notification to read its details (impact, status updates, resolution, etc.). See Azure Service Health Portal.

  • Azure Portal - Activity Log: In the Azure portal, open the activity log to view notifications that contain more detailed information, but only under specific conditions.

    • Service Health events appear in the Activity Log when they're subscription-scoped (for example, service issues, planned maintenance, health advisories).
    • Emerging Issues don't show up because they're global and not tied to a subscription.
      For more information, see View and retrieve the activity log.
  • Alerts: Within the Service Health portal pane, you can also set up Activity Log alerts to notify you (via email, Short Message Service (SMS), etc.) when new Service Health events occur. For instance, you might create an alert to get an email whenever there’s a new Incident or a Security advisory. This way you don’t have to constantly check the portal; Azure proactively sends you a notification through your chosen channel. For more information on how to create alerts, see Create Service Health Alerts.

  • Programmatic Access: Because the Service health notification are from Activity Log events, you can retrieve them using Azure’s APIs or command-line tools. Azure also provides Resource Graph queries to list service health events across resources. This programmatic access is helpful for integration with external systems or dashboards.

For information about using Azure Resource Graph (ARG) queries to create reports on your Service health notifications, see Resource graph sample queries. This document provides guidance on how to utilize the available queries.

Service Health notification types

To help you stay ahead of potential disruptions, Azure categorizes service health events into six types, each indicating a different type of situation. Some event types are actionable (meaning you need to do something) and others are purely informational.

Here’s a breakdown of each notification type, what it means, and how you can access and retain these updates.

  • Action required - Actionable. Azure detected something unusual or important in your subscription that needs your attention or intervention. For example, Azure could detect something that needs your attention—like a configuration problem or an upcoming change that could affect your service. When that happens, Azure sends you a notification explaining what’s happening and provides clear steps you can take to fix it or how to reach support for help. The notifications are proactively issued to prevent or fix potential problems.
    The notifications often appear in the Service Health portal under Health Advisories.

  • Incident - Informational (urgent service issue). This type represents a service outage or degradation (an unplanned event) that is currently affecting one or more of your Azure resources. Essentially, an Incident notification means Azure is experiencing a problem (for example, a data center issue) that impacts you. The notification describes the issue and keeps you updated on its status. While labeled informational, Incidents are critical to know about; you usually don’t fix them, but you might activate your contingency plans.
    You typically see them under the Service Issues pane for active outages.

  • Maintenance - Informational (scheduled event). This type is for planned maintenance activities that might affect your resources. Azure uses these notifications to inform you of upcoming maintenance windows, such as infrastructure upgrades or patches that could cause a brief downtime or performance impact. The notification includes the schedule and scope of the maintenance so you can prepare.
    Maintenance notifications appear in the Planned Maintenance pane in the portal.

  • Information - Informational (advisory). These notifications are health advisories or suggestions that don’t require action, but provide useful information to optimize or improve your use of Azure. For example, Azure might send an informational notice about best practices or a heads-up about a non-urgent issue. In general, an Information type notification highlights potential optimizations or minor issues that don't directly impact service availability.
    These notifications also show in under Health Advisories pane.

  • Security - Actionable or informational (security-related). Security notifications warn you of urgent security issues or advisories related to your Azure resources or Azure services. For instance, if there’s a security vulnerability affecting an Azure service you’re using, or a configuration that exposes a security risk, Azure issues a Security advisory. Some security notifications might require you to act (for example, apply a patch or update your settings) while others might just inform you of a potential threat or fix.
    These notifications are found in Security advisories pane in the portal.

  • Billing - Informational (account notices). These notifications provide information about billing or subscription changes. They might notify subscription owners/contributors about things like upcoming billing updates, credit expiration, or other billing-related issues. Billing notifications are purely informational. You don't fix anything in Azure—if there’s a billing issue, you’d contact support or check your billing settings.
    These notifications are shown in the Billing updates pane.

Note

Billing notifications aren't shown in the Activity Log located in the Azure portal. You only see them in Azure Service Health.

For more information