Forum Discussion
3 tier azure architechture
Hello, Sushant_Chavhan
If you are looking to deploy a 3 tier architecture, you should deploy each component separately,
now for the question about whether these components should be VMs in IaaS or PaaS it depends on the supportability of the application that will be installed.
but in a nutshell, you can have all components as VMs so totally 3 VMs or a mixture between Web Apps and VMs.
Now I believe that
- The WHM is only supporeted on CentOS therefore, practically would have to be installed on a sperate as a VM, that would be your app service I believe.
- The Web Service can be a PaaS Azure Web App ( linux or IIS)
- The Database can be a DBaaS Azure mySQL.
of course you will need to take into consideration securing the environment and network communication between the architecture different tiers.
I hope that you find these information helpful and mark this reply asn an answer.
Regards,
Charbel Hanna