An Azure personalized recommendation engine that helps users follow best practices to optimize Azure deployments.
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