What if…? Production has a Staging slot.

by Remy van Duijkeren | Jul 11, 2024 | Shorts

What if...? Production has a Staging slot.

Staging or QA environment needs to be the same or as close to production as it can be.

Preferably, you want to restore a recent backup πŸ’Ύ from Production as Staging and then deploy your changes πŸ”„.

Kudos πŸ‘ if you've fully automated this πŸ€–.

But the wasted storage 😞.

Would it not be nice if Microsoft allows us to have a staging slot to deploy your changes to in production environment? πŸ€”

It runs on the same data (or almost the same) πŸ“Š and it doesn't count for your capacity βš–οΈ.

And when your changes are approved βœ…, you flip Staging into Production with a simple action πŸ”„.

Would you vote for this?

Related