Search code examples
azureazure-web-app-serviceazure-webapps

Azure, receive notification if web app is stopped or down


How can I configure Azure to send me notifications if WebApp is stopped or failed to start? a email will suffice. Thanks.


Solution

  • You can use Alerts on the Azure Portal/WebApp blade, but I'd recommend you to use Azure Monitor to configure alerts using Application Insights if you need more configuration options.