Share via

Disk Export feature?

Anonymous
2022-12-13T02:20:03.447+00:00

Is there a document for the Disk Export Feature that gives instructions on how to use an exported OS disk in Hyper-V to make it bootable?

Azure Disk Storage
Azure Disk Storage

A high-performance, durable block storage designed to be used with Azure Virtual Machines and Azure VMware Solution.

0 comments No comments

Answer accepted by question author
  1. Ramya Harinarthini_MSFT 5,371 Reputation points Microsoft Employee Moderator
    2022-12-13T05:16:43.89+00:00

    @Anonymous Welcome to Microsoft Q&A, thank you for posting your here!!

    If you are trying to troubleshoot a non-bootable Azure VM by exporting the disk to your local On-premises, then you can follow the steps provided in this article without creating a Rescue VM in Azure.

    If you are trying to troubleshoot a non-bootable Azure VM in Azure Environment. You can execute the below repair VM commands in the Azure Cloud shell and in the third command Replace the resource group name and VM name with the VM which you are having issues with and resource group where the VM is residing.

    az extension add -n vm-repair  
    az extension update -n vm-repair  
    az vm repair create -g MyResourceGroup -n myVM --repair-username username --repair-password 'password!234' --enable-nested --verbose  
    

    Hope it helps!!!

    ---------------------------------------------------------------------------------------------------------------------------

    Please "Accept as Answer" if it helped so it can help others in community looking for help on similar topics.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.