An Azure service that is used for provisioning development and test environments.
Hello Cai,
Thanks for reaching out about transitioning from Azure Lab Services to Azure DevTest Labs.
At this time, there isn’t an official Microsoft tool or automated method to migrate resources directly between these two services. Based on the available documentation and internal confirmation, we don’t currently have any migration tool, and the setup would need to be recreated in DevTest Labs.
Since both services are built differently, configurations like lab templates, user quotas, and schedules won’t carry over automatically and need to be set up again.
As a recommended approach, you can consider the following:
- Export or capture your existing VM images and reuse them in DevTest Labs (for example, via Azure Compute Gallery)
- Recreate your lab configurations, VM sizes, and policies in DevTest Labs
- Set up users, quotas, and schedules again using DevTest Labs features
You can also use ARM templates, Azure CLI, or PowerShell to automate parts of this process, although there isn’t a single script that handles everything end-to-end.
Please refer below documentations
Azure Lab Services retirement guide
Azure Lab Services to Azure DevTest Labs Transition Guide
Configure a shared image gallery in Azure DevTest Labs
Manage lab policies in Azure DevTest Labs
Hope this helps! Please let me know if you have any queries.