I am trying to create a VM on Azure, from VHD of an On Premise Server. As per the steps, I have created the VHD file of the C Drive of my server (including the system reserved partition), and have uploaded the same VHD to Blob Storage (as Page Blob). I have uploaded it through Portal.
Now as per next step, I am trying to create an Image from it, so that it can be used to create VM.
But I am getting the following error:
Failed to create image 'NewImage'. Error: At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-debug for usage details.
Not able to identify the actual error or problem in this.