Summary
In this chapter, we looked at worker roles, which are the other main functionality provided by the Azure compute services. Similar to services on traditional operating systems, worker roles run in the background and can perform a variety of functions, including providing an HTTP endpoint for serving non-.NET languages. We then built our worker role, which processes queued messages and updates our SQL Azure database.