2

I want to know that can we reset/reprovision the operating system of a virtual machine in Azure? For example, let's say I created a ubuntu virtual machine, installed docker and some more stuff on it. Now I want to just get the factory ubuntu environment (the factory installation which was before installing docker and stuff). Is it possible? (I don't want to delete and recreate the VM). I explored a lot but couldn't found any way to do this.

1 Answer 1

2

You can use the VM Backup and create a backup at the point that you do not install the docker and stuff. Then restores the VM to the point via the backup. If you do not create the backup, then you cannot restore the VM. The only thing you can do is to delete and recreate the VM to get the factory ubuntu environment. Take a look at the Azure VM Backup to understand how does it work.

1
  • 1
    Ok, it means that reprovisioning is not supported directly in Azure. :( Actually I don't want to use backup as I'm just trying out Azure and backups are paid feature :( Aug 19, 2020 at 13:35

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

Not the answer you're looking for? Browse other questions tagged or ask your own question.