Network
Application Gateways
Advanced HTTP and HTTPS routing: send each request to the right service based on its path, its domain or its headers.
What Application Gateways covers
Rule based routing
A single public address serves several applications: the path, the domain name or a header decides the destination. Your services stay separate without multiplying addresses.
Application protection
An application firewall filters malicious requests before they reach your code. Rate limiting and allow or deny lists are configured in the same place.
Error pages and redirects
An error page in your own brand replaces the server's technical message, and permanent redirects are declared without touching your application.