In this article we can explore about Cloud Service Roles.
Cloud Services
Cloud Services are highly available, scalable, n-tier cloud apps with more control of the OS.
Cloud Service Roles
There are 2 types of Roles in Cloud Services.
· Web Role
· Worker Role
Web Role
Web Role is for hosting your application through IIS.
Web Role is intended for Frontend UI applications.
Worker Role
Worker Role does not use IIS.
Worker Role runs the application Standalone.
Worker Role is intended for background processing.
References
https://docs.microsoft.com/en-us/azure/cloud-services/cloud-services-choose-me
Summary
In this article we have explored about Cloud Service Roles.