@Chiaroni Alexandre (C/IDI-LA)
Thank you for reaching out to us on the Microsoft Q&A forum.
Yes, your understanding is correct WAF provides protection at Layer 7 and not Layer 3 and 4.
Based on your question above
Is there any option for applying security configurations such as WAF and DDoS protection (which are provided by App Gateway) for my TCP listener?
Depending on your requirement, I am wondering if you can use Azure Firewall along with Azure Application Gateway. Azure Firewall provides protection at Layer 3 and Layer 4 of the OSI model.
You can go through the documentation here to understand the different use cases of deploying Azure Application Gateway with Firewall.
When you combine Application Gateway and Azure Firewall to protect an AKS cluster, it's best to use the parallel design option. The Application Gateway with WAF processes inbound connection requests to web applications in the cluster. Azure Firewall permits only explicitly allowed outbound connections.
You can go through these reference baseline architectures for AKS to get more information.
If this does not satisfy your requirements, please upload this feature request on our feedback portal as suggested by Cristian above.
Hope this helps! Please let me know if you have any additional questions. Thank you!
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.