Hello Martin Vaughan,
Greetings! Welcome to Microsoft Q&A Platform.
Firstly, Refer to this article, how to find the unmanaged disk How to find if a Virtual Machine is using managed/Unmanaged disks in Azure
In 2017, Azure managed disks was introduced. We've been enhancing capabilities ever since. Because Azure managed disks now have the full capabilities of unmanaged disks and other advancements. This functionality will be fully retired on September 30, 2025.
With managed disks, you don't have to worry about managing storage accounts for creating a disk, because Azure manages the storage accounts under the hood. The abstraction reduces maintenance overhead for you. Also, it allows managed disks to provide numerous benefits over unmanaged disks, such as better reliability, scalability, large disks, bursting, and shared disks. If you use unmanaged disks, start planning your Windows or Linux migration now. Complete the migration by September 30, 2025, to take advantage of Azure managed disks.
On September 30, 2025, customers will no longer be able to start IaaS VMs by using unmanaged disks. Any VMs that are still running or allocated will be stopped and deallocated.
What actions should I take?
Start planning your migration to Azure managed disks today.
- Make a list of all affected VMs:
- The VMs with Uses managed disks set to No on the Azure portal's VM pane are all the affected VMs within the subscription.
- You can also query Azure Resource Graph by using the portal or PowerShell to view the list of all flagged VMs and related information for the selected subscriptions.
- On February 28, 2020, we sent out emails to subscription owners with a list of all subscriptions that contain these VMs. Please use them to build this list.
- Learn more about migrating your VMs to managed disks. For more information, see Frequently asked questions about migrating to managed disks.
- For technical questions, issues, and help with adding subscriptions to the allowlist, contact support.
- Complete the migration as soon as possible to prevent business impact and to take advantage of the improved reliability, scalability, security, and new features of Azure managed disks.
Migrating data from Azure unmanaged disk storage to managed disks is a fairly straightforward process. Here are the general steps you can follow:
- Create a new managed disk in your Azure account that will serve as the destination for your data. You can do this using the Azure Portal or Azure CLI.
- Once the new managed disk is created, use a tool like AzCopy or Azure Storage Explorer to copy your data from the unmanaged disk storage to the new managed disk. Make sure to select the appropriate source and destination locations for the transfer.
- After the data transfer is complete, you can detach the unmanaged disk storage from your virtual machine or resource group, and then delete it from your Azure account.
- Attach the new managed disk to your virtual machine or resource group, and verify that your data is accessible and functioning properly.
Please refer to the below mentioned article for more detailed information on migration
Hope this helps! Please let us know if you have any further queries. I’m happy to assist you further.
Please "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.