Hosting FAQ
I want to re-deploy a website. How do I 'overwrite' my existing site?
Answer:
You have to take these steps:
- Create a zip archive of your local site and put it somewhere on the web.
- Change the
ZippedWebsiteUrl
value in the C1 Azure configuration file to your zip archive on the web. - Delete all containers in you blob storage with the prefix you used the last time you deployed your site to Azure (the default is:
compositec1
).
Steps 1 and 2 here are also described in the guide for deploying existing website (steps 2 and 4).