Hi @Kristofen
Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.
- Please try to update your Connection Monitor test to directly target the final URL after the redirect.
- It will give you accurate reflection of the user experience and eliminates the 301 failures. For your reference: https://learn.microsoft.com/en-us/azure/network-watcher/connection-monitor-overview
- If you need more in-depth monitoring of the redirect behaviour itself, consider using Azure Application Insights alongside Connection Monitor.
- Application Insights can track the full redirect chain and provide detailed insights into the performance and status of each step.
- The advantages for using application insights are like full visibility into redirect chains, granular performance data, better for troubleshooting redirect-related issues. For your reference: https://learn.microsoft.com/en-us/azure/azure-monitor/app/availability?tabs=standard
Kindly let us know if the above helps or you need further assistance on this issue.
If you feel that your queries have been resolved, please accept the answer by clicking the "Accept Answer" on the post.
Regards,
Sai.