Differences between Azure App Services and Cloud Services Differences between Azure App Services and Cloud Services azure azure

Differences between Azure App Services and Cloud Services


Azure offers several ways to host web sites:

enter image description here

The same idea but in abstract vision:

enter image description here

Source: http://www.hanselman.com/blog/IntroducingWindowsAzureWebJobs.aspx


I also had a confusion about their differences, until I read the following blog. Hope this helps.

http://cloudacademy.com/blog/microsoft-azure-app-service-virtual-machines/


There has been a bit of movement in the last month :). Web Sites have become Web Apps. Same thing with Mobile Apps.

Now to answer your question on the contrast between the two, each serves their own goal. Cloud Services was your PaaS related for a VM. On the other hand, App Services speaks to "resourcing groups."

With regards to the App Services, you are able to condense a lot more applications within instances of a VM, without much effort. However, the biggest seller that the App Services have over Cloud Services is the ability to compose business processes with the App Logic, much like BizTalk does the external connecting to other processes.

The resourcing groups is the next phase on how to approach DevOps. IMHO, the next move that Azure would 'promise' is the notion that your applications are deployed as microservices on the Microsoft Service Fabric. (It was just announced last week).