Hello everybody
we would like to migrate our application suite (Web Forms, on-premise) to azure
We currently have two balanced windows machines pointing to a SQL Server AlwaysOn cluster
On the IIS of each machine we have a site for each customer
From a physical point of view, however, the application is always the same and is installed on the default web site
The other sites refer, with the exception of the dedicated root with its web.config, to the physical paths of the application on the default web site. This allows us (by exploiting the bindings on distinct URLs) to have separate processes for each customer without losing the advantage of having a single point of intervention for changes / fixes
Is it possible to replicate this architecture in Paas mode on Azure without creating new virtual machines but using the app services?
Thanks for the support