Search code examples
azureazure-application-gatewaywebsite-hosting

1 Application gatway hosting multiple websites on 1 backend VMSS


i'm looking for the following configuration :

enter image description here

  1. The backend pool is azure vmss
  2. there are 2 websites and both websites are running on vmss
  3. SSL termination should be active and application gateway SSKU v1
  4. mutual authentication tls/ssl would be nice to have

So how could i do it with application gateway? I didn't find a configuration for this infrstructure.

Thanks in advance.


Solution

  • Multi-site listeners would be the best solution based on your configuration discussed above

    • Would suggest you to refer the below link on how to create an application gateway hosting multiple sites by using listeners using PowerShell.

    https://learn.microsoft.com/en-us/azure/application-gateway/tutorial-multiple-sites-powershell