Azure Application Gateway gives you application-level routing and load balancing services that let you build a scalable and highly-available web front end in Azure.
You control the size of the gateway and scale your deployment based on your needs.
It will comes under Layer 7(Application) in OSI model. We will called it as path based routing.
For e.g.:
abc.xyz/home
abc.xyz/movies
abc.xyz/songs
Minimum instance count: Additional reserved capacity which is always maintained irrespective of traffic. 0 signifies purely autoscaling Application Gateway with no additional reserved capacity while still maintaining high availability of the service.
Steps to create application gateway:
Post configurations:
Configure path based routing
Below are the screenshots for references.