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)
- Host: GitHub
- URL: https://github.com/wshamroukh/azure-managed-disk-to-unmanaged-disk-conversion
- Owner: wshamroukh
- Created: 2021-09-27T18:40:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-09T07:42:08.000Z (over 3 years ago)
- Last Synced: 2025-02-08T02:16:16.924Z (4 months ago)
- Topics: azure, azure-storage, azure-storage-account, managed-disks, storage-account, vhd
- Language: PowerShell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.