What is Azure Application Gateway
Summary
Learn how you can use an Azure application gateway to manage web traffic to your application.
Highlights
Application Gateway can make routing decisions based on additional attributes of an HTTP request, for example URI path or host headers. For example, you can route traffic based on the incoming URL. So if /images
is in the incoming URL, you can route traffic to a specific set of servers (known as a pool) configured for images. If /video
is in the URL, that traffic is routed to another pool that's optimized for videos. ([View Highlight] (https://read.readwise.io/read/01h1nmpqtx2abx9r62anya1nd6))