I wonder if I am about to ask a very stupid question since I can't find anything on the web regarding this topic. Bare with me and forgive my stupidity please :).
We are considering to build a webapplication and rely on Azure. The main idea behind this application is that users are able to work together on specific tasks in the cloud. I'd love to go for the concept of instant releasing where users are not bothered with downtime but I have no idea how I can achieve this (if possible at all). Lets say 10.000 users are currently working on this webapplication, and I release software with database updates.
- What happens when I publish a new release of my software into Azure?
- What will happen to the brilliant work in progress of my poor users?
- Should I bring the site down first before I publish a new release?
- Can I "just release" and let users enjoy the "new" world as soon as they request a new page?
I am surprised that I can't find any information about releasing strategies in Azure, am I looking in the wrong places?
Who can shed a light on this?