What is web role and worker role?

 Posted by Jiteshvyas0017 on 6/22/2016 | Category: Azure Interview questions | Views: 2558 | Points: 40
Answer:

Web role: it's a kind of container, which contain web application code and easily deployed on azure IIS.
Advantages: we don't need to create virtual directory, and not worry about deployment server.

Worker role: it's kind of background services, same as Windows application services.
It's generally use to test business logic continursly and perform some actions.

Ex: send notification message periodically and so on.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response

More Interview Questions by Jiteshvyas0017