Make it possible to queue successive commands in the portal
It would be great if you could queue commands in the management portal. Often you have different configuration in staging and production like connectionstrings for production db and staging db.
Today you have to update configuration (wait a couple of minutes) and then swap VIP to update the production with a new deployment.
If you instead could queue the commands like "first apply this configuration, then swap VIP" (like a deploy script) it would save a lot of time. Especially when deploying often.

Thank you for the suggestion, we can see how this would be very useful for many different scenarios. However, I suspect that it’s not something that we can do immediately because it would be technically complex to implement (e.g. what should we do if the first step fails? What if step 3 of 10 fail? etc…).