Azure: Route subdomain traffic to different backend port
问题 I have multiple sites hosted on the same machine in Azure on different ports: foobar.com:8000 foobar.com:8001 foobar.com:8002 etc I would like to address these by subdomain using a reverse proxy; aaaa.mysite.com ----> foobar.com:8000 bbbb.mysite.com ----> foobar.com:8001 cccc.mysite.com ----> foobar.com:8002 Is it possible to do this in Application Gateway? It only seems to cater for different paths (not subdomains) and doesn't allow ports to be specified for backends. Is there another Azure