0 votes
in Azure by
What are roles in Windows Azure?

 a) Worker Role

 b) Web Role

 c) VM Role

 d) All of these

2 Answers

0 votes
by

 d) All of these

0 votes
by

There are two types of Azure Cloud Services roles. The only difference between the two is how your role is hosted on the VMs: Web role: Automatically deploys and hosts your app through IIS. Worker role: Does not use IIS, and runs your app standalone.

...