An open API service indexing awesome lists of open source software.

https://github.com/wshamroukh/azure-managed-disk-to-unmanaged-disk-conversion

This script helps you convert an Azure managed disk to unmanaged disk (stored on an Azure storage account)
https://github.com/wshamroukh/azure-managed-disk-to-unmanaged-disk-conversion

azure azure-storage azure-storage-account managed-disks storage-account vhd

Last synced: 2 months ago
JSON representation

This script helps you convert an Azure managed disk to unmanaged disk (stored on an Azure storage account)

Awesome Lists containing this project

README

        

# Azure Managed Disk to Unmanaged Disk Conversion.
This script helps you convert an Azure managed disk to unmanaged disk (stored on an Azure storage account).
This script can be useful if you want to migrate an Azure VM across different Azure AD tenant since there is no direct way to migrate VMs between different Azure AD tenants.
The other script is there to help you create a VM from the VHD on the storage account.