Jeff Sanders Technical Blog

I am a Microsoft employee that has worked on all aspects of the Web Stack for a long time. I hope these blogs are useful to you! Use this information at your own risk.


<< Go Back

Where Do Azure App Service Advisor Emails Get Sent

- 01 Sep 2021

Azure App Service Advisor will send notification emails and add notifications to the portal when your app is not healthy.  Where does the email notification system retrieve a list of recipients?

Answer

The system will send email to the RBAC Owner of the resource, Service Admin and Account Admin of the Subscription.

You can find the RBAC Owners in the Access control section of your application:

serviceadmin

You can find the Subscription Service Admin and Account Admin in the Subscription/Properties in the portal:

serviceadmin

Additional information

The source of these emails is not configurable other than these locations.  You can change the Service Admin of the subscriptions and you can adjust the RBAC owner of your resource (it may make sense to do it at the resource group level for you) however.  You are not able to disable this functionality.

Overview of this feature: https://azure.microsoft.com/en-us/resources/videos/azure-app-service-advisor/

<< Go Back