@Sadiq Shifath The error message you're seeing, '/RDWeb/Pages/en-US/login.aspx' does not exist
, is my best guess due to automated bots or crawlers attempting to access paths that are commonly associated with Remote Desktop Web Access (RDWeb) services. Here are a few steps you can take to address this issue:
- Ignore the Requests. Since these requests are not relevant to your application, you can configure your application to ignore them. This can be done by adding a custom error page or a specific route handler that returns a 404 status code for these paths.
- Block the Requests. Use web application firewall (WAF) rules or IP restrictions to block these requests. Azure Application Gateway WAF or Azure Front Door can help you set up these rules.
- Monitor and Analyze Traffic. Use Azure Application Insights to monitor and analyze the traffic hitting your application. This can help you identify the source of these requests and take appropriate action.
- Update Robots.txt. If these requests are coming from well-behaved bots, updating your
robots.txt
file to disallow these paths might reduce the frequency of such requests. - Check for Misconfigurations. Ensure there are no misconfigurations in your application or any linked services that might be causing these requests.