'Where in Azure can i set the email address to receive emails if an App Service crashes?

I want to change the email address if an app service fails in Azure

The email looks like:

 From: Microsoft Azure <[email protected]> 
 Sent: Monday, March 4, 2022 2:20 PM
 To: Admin User <[email protected]>
 Subject: Your app, my-app-service, crashed because of an unhandled exception
   <body>

There are no Alerts on the app , so is this a system wide setting ? If so how can i change it ?



Solution 1:[1]

  • Yes,your approach is correct.
  • If you have registered your application using Azure AD, then you can Configure email services in the Azure ActiveDirectory window.
  • When you make a modification to the notification settings, they are changed for the entire managed domain.
  • If you don't have the permissions to edit Azure AD DS resource, Contact a global administrator to get permissions.
  • Go to Azure Portal => Azure AD Domain Services => Select managed domain=> Notification settings. enter the email address in the additional recipients table= > Save

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 HarshithaVeeramalla-MT