I published a Azure Web Role from Visual Studio and something went wrong. I think my workstation settings are wrong. Is there a way to restore an Azure website if a deployment goes wrong?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
When you upgrade your Azure application, you do so by provisioning a staging environment which you can test before go-live. You can then switch the staging environment to live in a matter of seconds with no downtime. This makes the latest version live, but the previous version is still available to switch back to, until you’re comfortable that the new version is ok.
There are several ways to deploy your application, but if you adopt the approach of uploading your application to Blob Storage, and deploying from there, you can maintain a complete version history which you can revert back to if required.