I'm currently migrating all of our company's applications to the Azure platform. We have 4 Web Applications and a single Windows Service.
I'm not sure whether i should use deploy each website to azure as a Cloud Service or as a Website.
I've read some articles about the differences between those two but i still don't understand why one would choose Cloud Service over Website when its a small sized company.
In addition to that I came across a suggestion which says to simply get a Single VM and deploy all applications, including the Windows Service to that VM and be done with it. What do you think about it?