Configure Service Health alerts across multiple tenants

Øystein Langeland Sandvik 1 Reputation point
2022-10-11T15:09:27.077+00:00

Hi,

I want to configure alerts for Azure events, such as maintenance, security and so on.

I've found that I can configure Azure Alerts through Service Health. However, from what I understand this will only report based on the resources that exist in the subscription.
We have multiple tenants in Azure for our projects that are managed by a common set of people. If I for example configure alerts on all of them, and there's a maintenance issue with App Services, I suppose I would end up with an email alert for all of them?

Is it possible to have a configuration where I can get the alerts from Azure Alerts, but based on either all type of resources, or a selected set for resources?

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,666 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Stanislav Zhelyazkov 28,596 Reputation points MVP Volunteer Moderator
    2022-10-12T12:23:10.773+00:00

    Hi,
    Service Health alerts are basically Activity Log Alerts. These alerts can be configured at subscription level at most. This means you will have to configure such alert for each subscription no matter at which tenant is located. If you want to consolidate the notification for those alerts I would suggest to use some ITSM tool where you log a ticket for those alerts. You can create your own custom logic via some automation service like Azure Functions, Azure Logic App, Azure Automation, etc. where incident with trackingId value already exists you do not open a new ticket but rather update the existing one. trackingId is available in common alert schema for those types of alerts. The trackingId will have the same value for a service health issue no matter which tenant/subscription affects.

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    0 comments No comments

Your answer

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