Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.
Technically, this is Firewall log and not Access log.
- You have to find out what are the rules that are actually getting triggered/matched and the reason why
- You can check the fields "ruleId", "action" and "details" fields to understand why a particular request was flagged/blocked.
- Essentially, you have to Tune your WAF according to your application traffic.
Once you identified all the rules that are blocking and you feel they are false positives, you have three options
- Disable the Rule
- Create Exclusions
- Create Custom rules with a higher priority to allow the requests
The above methods are specific to your requirements and use case.
Hope this helps.
Thanks,
Kapil
Please don’t forget to close the thread by clicking "Accept the answer" wherever the information provided helps you, as this can be beneficial to other community members.