I'm trying to replace a hosted service with an empty redirect project, however when I try to do so I get the following error;
Windows Azure cannot perform a VIP swap between deployments that have a different number of endpoints.
I believe the only solutions available to me are the following;
Unfortunetly changing DNS records isnt an option for me at this stage so unless anyone can suggest an alternative I will have to go with Point #2.
Although my only query with this is once I delete production and flip staging will the new production instance retain the old IP as like I said above im unable to change the DNS records.
Thanks, any queries let me know.
I resolved this issue by adding the additional endpoints to staging through another deployment. Although the application will never use them it allowed me to deploy without downtime.
Alternative solutions are included in my question.