Prerequisites:
- Azure SDK
- Azure subscription
Getting started:
- VS 2015 (Enterprise) > New Project > Microsoft Azure Cloud Services
- Select ASP.NET Web Role
- Select "MVC" as template
Microsoft Azure Compute Emulator:
It helps to test Azure Cloud Services locally
Types of Web Role:
- ASP.NET Web Role (service with a web user interface)
- WCF Service Web Role (web role for WCF Service)
- Worker Role (background processing Service)
- Worker Role with service Bus Queue
Difference between Cloud Service and Web Role:
- Cloud service is a container or a boundary or a box, which can put different services.
- We can add different web role into a cloud service
Reference: