I will immediately admit that I might be going the wrong way about this, but, I would like to be able to have this setup:
Have an Azure App
, say myappstaging.azurewebsites.net, that we'll call Staging and a database
that, when I need to, be automatically recreated from another Azure App
and database
, that we'll call Production.
It would be nice if it kept the same publish settings so that I wouldn't have to constantly tinker with my Visual Studio
Publish Settings
Does such a thing exist or is possible? Is there a better approach?