The most valuable feature we have found in Microsoft Azure Application Gateway is mutual TLS. We find mutual TLS valuable because we can verify the client securely by setting up the trust certificate of the client, and also if we do it at the client side as well. This successfully develops mutual trust, ensuring that we know the client who is calling our service is a legitimate client. That is a very nice feature.Microsoft Azure Application Gateway has helped manage our traffic efficiently because we have many web services that we can put behind the same URL, and we can have different URLs with the same Application Gateway with a limited number of listeners. We can do host-based routing as well as URL-based routing or path-based routing. It supports both, so we can have even a single URL supporting many applications, or we can have different URLs for different applications respectively. We have both use cases.


