How to Monitor An Azure App Service Protected by EasyAuth
If you want to provide authentication for your App Service without writing a single line of code, you can turn on the Authentication in App Service configuration. When you turn on this option, Azure will verify the users before sending the traffic to the application. There is a challenge when it comes to monitoring, if our monitoring tool can’t pass this authentication, we’ll not be able to monitor this application. There are many case the application is not working, but Azure still ask the user to login before seeing the errors. Here is a simple script that can authenticate using a principal account.Read More →