Converting Trusted Azure VMs to Standard VMs

Jagroop Kaur 20 Reputation points
2023-10-02T21:54:20.85+00:00

I have created a Windows Server VM with Trusted Launch Virtual Machine and am unable to add it to Azure Site Recovery. Is there a way to convert the running VM to a standard VM? Additionally, I am unable to add backups to a standard backup policy.

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,141 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,271 questions
Azure Site Recovery
Azure Site Recovery
An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
646 questions
Windows Server Security
Windows Server Security
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
1,746 questions
Windows Server Infrastructure
Windows Server Infrastructure
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Infrastructure: A Microsoft solution area focused on providing organizations with a cloud solution that supports their real-world needs and meets evolving regulatory requirements.
518 questions
{count} votes

Accepted answer
  1. TP 78,976 Reputation points
    2023-10-03T04:27:41.72+00:00

    Hi Jagroop,

    There is no "simple" way to convert Trusted Launch VM to Standard VM. If you don't have a lot of customizations/data in your VM I recommend creating a new VM with Security type: Standard, manually copying over any data from original VM, and re-perform any customizations inside of the VM.

    If it would take many hours to manually re-do all the work to a new VM as described above, there is a multi-step process I have used in the past. Before doing it I recommend shutting down the VM and taking snapshot.

    Basic steps are Export the disk (generate SAS), use azcopy to copy it to blob in storage account, create new disk from blob, create new Standard VM, shut down VM, swap OS disk with new disk created above, start VM and check that everything is okay.

    Please click Accept Answer and upvote if the above was useful. If you decide to perform the more complicated export procedure above and need more details on a specific step let me know and I can assist.

    Thanks.

    -TP

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful