I have a Azure App Service and I want to set up Alerts if the app responds back with HTTP 302(I need to capture this). I know there is a signal called HTTP 3xx but thats too broad because my app does use other 3xx codes in positive scenario. Is there any way to set up Azure alert only based on 302 HTTP Response code ?
Any help or suggestions will be appreciated!
Thanks!