We have a web application on Azure and we use development slots. We already set up a dev slot using the development branch in our GIT and using Continuous Build. And we have a test slot using the master branch and our GIT and using Continuous Build. This works fine. We are now ready to move on and setup an acceptance and production environment. What is the best practice?
We thought of setting up a 5th slot: staging to move from acceptance to production. But how to 'fill' the acceptance slot? It is a clone of test at some time.