0

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!

SSB
  • 1
  • 1

1 Answers1

0

By collecting AppService HTTP Logs, you can do alert by querying http 302 with kusto. Just be attention that you would be charged for some fee of logs.