Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,930 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I encountered many 403 error when using my app on Azure. Below is the message from log? Can you tell me how to fix them?
*Access denied with code 403. Match of ipMatch
That specific error indicates the request was blocked by the Web Application Firewall (WAF) because the client IP didn't match the IP range specified in the current rules.
To resolve, you can either update the WAF rule to include this client IP or whitelist the IP in the WAF configuration.