Scenario: Mutiple vmss deployment
- Architecture:
- Steps:
- Create a vnet with 3 subnets
- product
- admin
- ApplicationGatewaySubnet
- Create a product vmss in product subnet
- Create a admin vmss in admin subnet
- Now create an Application Gateway in Application Gateway Subnet
- Configure Path based routing
- /admin/* => Backend target => admin target => admin vmss
- /product/* => Backend target => product target => product vmss
- Create a vnet with 3 subnets