Hi, I can't seem to add finandops vhd on azure as I get error as seen below
{"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see aka.ms/DeployOperations for usage details.","details":[{"code":"BadRequest","message":"Disk 'FinandOps10.0.24.vhd' with blob https://finandopsvhd.blob.core.windows.net:8443/vhd/FinandOps10.0.24.vhd is of Dynamic VHD type. Please retry with fixed VHD type."}]}
I have attempted to convert to fixed VHD using the convert-vhd cmdlet but get error that file is too large, by the way the extract is about 92gb. My aim to to test a payment API I built on dynamics365 commerce.
I would appreciate any help.