Are there any patterns for deploying and upgrading Azure Worker Roles. We are currently using our CI Server to deploy our worker role to Staging and then to Swap to Production.
Is it possible to prevent the Staging role from accessing resources (ServiceBus, DB, etc.) so that it isn't processing jobs until it is promoted to Production.