I've set up my website (app service) and database (Sql Server) in Azure. Right now it works like this:
prod website -> prod database
The prod website has connection strings to the prod database and all is good!
What I want to do now is to have my dev website (prod slot) point to a mirrored/replicated dev database, that has the mirrored data from production, so I can test new features with prod data.
dev site (slot) -> dev database (Sql Server)
I think I want my dev database as a mirror or replica of the production database, where if I make changes (test new features) I can manually or on a schedule update the dev database to whatever the prod is. Ex. every night at midnight re-mirror prod to dev. So any new changes made to dev during the day get wiped out.
Questions -
Hello pavan hnk2022,
what has this to do with Sophos and Sophos Integrations specifically?
Christian