As an example, I have a hosted service with two roles, web and worker. I want to get rid of the worker role temporarily. Is there an easy way to achieve this? It would seem like something that should be trivial.
In the azure portal, if I select one of the roles and hit STOP, it stops all the roles in the hosted service. In Visual studio, I could delete the role from the "Roles" folder and republish, but then when I want to have that role start again I would have to go through the whole process of adding the role; and a seemingly unnecessary publish.