We're thinking of migrating our testing process to Azure. Currently we test our software using our on-premise virtual infrastructure and Azure DevTest Labs
is a service that seems to offer similar capabilities except for one - snapshots. I haven't found such concept in Azure DevTest Labs documentation, but maybe there's an alternative approach that I'm not aware of.
What we need is:
- Being able to create / delete snapshot(s) of VM.
- Being able to revert a VM to specific snapshot.
Can this be achieved in Azure DevTest Labs
?