1

Use case is as soon as an error occurs in application, support team should receive a notification.

Looking for an out of box solution in Azure.

Current system configured for Diagnostic logs with below settings:

  • Application Logging (Blob) - On
  • Logging Level - Error
  • Retention period - X days.
Brando Zhang
  • 22,586
  • 6
  • 37
  • 65
user155489
  • 143
  • 12
  • Maybe setup some kind of alert: https://learn.microsoft.com/en-us/azure/application-insights/app-insights-alerts – Mirza Sisic Oct 17 '17 at 02:59
  • Did you ever find the answer to your question? I am interested in doing the exact same thing (notification on ever error) – Mike Smith Nov 22 '18 at 05:13

1 Answers1

1

As far as I know, azure app service has Alerts feature. By using this feature, you could define which metrics will send the email.

About how to use it, you could refer to below images:

1.Find the alters in your from azure portal app service.

enter image description here

2.Click add alerts

enter image description here

3.Define alert rule

enter image description here

Brando Zhang
  • 22,586
  • 6
  • 37
  • 65