I'm using Application insights for outside-in testing, but my code is not instrumented with it. I don't want to receive the weekly email summary about my service, since most columns are blank. How can I disable the email being sent? (Note I do not want to just unsubscribe myself from it)
3
votes
2 Answers
3
votes
0
votes
As of 6/18/2018, application insights is no longer sending digest emails at all.
see https://docs.microsoft.com/en-us/azure/application-insights/automate-custom-reports for details, the suggestion is to use other tools, like Logic Apps or Flows to query and generate your own content.