I have a project run on Azure platform and I have set up all the configurations, most important of all, the database. But the tricky thing is that I login into the virtual machine several days later, all the settings are disappeared. What’s the matter? I haven’t done anything to the VM..
Can anyone help?
I have a project run on Azure platform and I have set up all
Share
Could it be that you changed these settings in a Web Role / Worker Role (PaaS)? You have to know that these ‘virtual machines’ are not persistent. These virtual machines are provisioned with a package you upload through the portal or Visual Studio for example. Every change you make through remote desktop that wasn’t included in the package (installing a database for example), will get lost whenever a hardware failure occurs, when your instance gets a Windows Update, …
If you want to keep those changes you have 2 options: