Share via

Service Health Data - Is it incomplete ?

Ashish Javiya 0 Reputation points
2026-05-04T17:31:34.1533333+00:00

When i go to service health data in az portal, it shows tracking id.
when you try to check the data, it may show many subscriptions is impacted, however when you check for impacted resources it shows nothing.
we tried to fetch the tracking id > then convert it to > RecommendationTypeId > fetch resources.

it still does not have resources.

so how is the data generated or shown for subscription?

Azure Advisor
Azure Advisor

An Azure personalized recommendation engine that helps users follow best practices to optimize Azure deployments.


1 answer

Sort by: Most helpful
  1. Bharath Y P 9,100 Reputation points Microsoft External Staff Moderator
    2026-05-04T19:35:13.39+00:00

    Hello Ashish Javiya, You are observing the following behavior in Azure Service Health. A Service Health event (Tracking ID) shows that: multiple subscriptions are impacted. Service Health event that lists impacted subscriptions but no individual “Impacted resources.” That’s actually expected in many cases Service Health at the subscription level is an aggregate view, and not all incidents include per-resource metadata.

    How Service Health data is generated: Service Health publishes service-level events (incidents, advisories, planned maintenance) and determines impacted subscriptions based on service and region scope. For broad outages or maintenance (for example, regional service disruption), Azure may not enumerate individual resources. In such cases, the “Impacted resources” section remains empty because no resource-level mapping is available.

    Impacted Resources from Service issues - Azure Service Health | Microsoft Learn

     Why RecommendationTypeId conversion won’t surface resources: RecommendationTypeId belongs to Azure Advisor, which is a separate recommendation system. Service Health events are identified using trackingId/correlationId, and there is no direct mapping between Service Health and Advisor recommendation IDs.

    Azure Service Health notifications data overview - Azure Service Health | Microsoft Learn

    Getting resource-level information: For resource-specific status, use Resource Health (portal or API), which shows the health state (Available, Degraded, Unavailable) of individual resources. Impacted Resources from Service issues - Azure Service Health | Microsoft Learn

    Note: Resource Health reflects resource telemetry and may not always directly correlate to a Service Health event.

    • Identify whether the trackingId corresponds to a broad service incident (ServiceIssue or PlannedMaintenance). These events often do not include resource lists.
    • Use the Service Health REST API to confirm whether impacted resources are available for the event.
    • If resource-level impact is needed, enumerate resources in the affected region/service (via Resource Graph/ARM) and correlate with Resource Health data for the same timeframe.

    Hope this helps, please feel free to reach out if you have any further questions. Thanks

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.