Hey All
Hoping somebody can help!
I have developed a simple resource management app for our company, we link it into a Basic DTU Azure SQL DB which costs very little (£5 per month) We only need 3 tables and approx. 200 rows.
We have a plan 2 licence and we have a dev/test environment and production environment. When we release updates I can promote to live using app packages, all good 🙂
If we want to make changes to the back end (SQL tables) so far I have been doing this in live, which is a bit risky!
I have asked out IT department to spin up another basic SQL DB for dev/testing and migrate the DB over, the idea is I can then use both front and back ends and keep them aligned.
We may need to refresh the data from time to time and any SQL structure changes would need to be moved from dev/test back to live
This got me thinking though, what are other peoples experiences when having a dev/test live SQL back end? Is this the best approach for a small set up like ours ?
Any help would greatly appreciated!
Many thanks!