application-gateway-kubernetes-ingress
application-gateway-kubernetes-ingress copied to clipboard
Remove note from WAF policy annotation documentation
Checklist
- [ ] The title of the PR is clear and informative
- [ ] If applicable, the changes made in the PR have proper test coverage
- [ ] Issues addressed by the PR are mentioned in the description followed by
Fixes.
Description
Remove an invalid note from the documentation
Fixes
The documentation has an invalid note. The note WAF policy will only be applied to a listener if ingress rule path is not set or set to "/" or "/*" is incorrect. The WAF policy is also applied if other paths are set.