@George This means, the Virtual machine is generalized & this is a irreversible process. Once you generalize the Virtual machine, the VM becomes inaccessible and the operation cannot be reversed back.
But if you have followed the right process to generalize using the document, i.e., by running sysprep inside the server & capturing it from the azure portal) you will be able to create multiple VM's with the generalized custom image.
If the sysprep is not run inside the server and captured from the portal - You can recover the VM by taking a snapshot of the OS disk - Create a disk with it and deploy a VM.
To Deploy a VM with plan information :
You should get the plan information from the existing source VM(Captured VM). Go to export template you will and search for the plan.
You will find the plan information in the below format :
"plan": {
"name": "nasuni_edge_appliance_7_10_6_prod",
"product": "nasuni_edge_appliance",
"publisher": "nasuni"
},
Reference Document to deploy through a PowerShell script
Additional Information : Just to duplicate/clone one VM, you don't have to capture and create a image.
You can just take a snapshot of the disk - create a disk with the snapshot - deploy a VM with the disk.
Hope this helps!
Kindly let us know if the above helps or you need further assistance on this issue.
----------------------------------------------------------------------------------------------------------------------------------------------------
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.