I have an Azure service which currently has a Web Role within it that has been deployed. I now have a need to add a Worker Role to the project to handle some maintenance, but I'm unable to upgrade the service deployment. When I attempt to deploy the new version of the service which includes both the Web Role and the Worker Role, I receive the following error.
The number of roles specified by the service model differs between the service upgrade package and the currently deployed service. An upgrade is not supported in this case.
Is there a way to get the new version of my service deployed?