Heya, I made a generalized Image which I stored in the Compute Gallery from a VM which has a modified EpicStudio’s “Unreal Engine” from the marketplace. I installed node, my client and the prereqs and “Capture” 'd the Image from the VM and I get the following error:
{
“code”: “DeploymentFailed”,
“message”: “At least one resource deployment operation failed. Please list deployment operations for details. Please see Deployment history - Azure Resource Manager | Microsoft Learn for usage details.”,
“details”: [{
“code”: “VMMarketplaceInvalidInput”,
“message”: "Unable to deploy from the Marketplace image or a custom image sourced from Marketplace image. The part number in the purchase information for VM ‘/subscriptions/020359ad-f57c-4572-8f45-0e51463b4700/resourceGroups/ahbuz-australiaeast-unreal-rg/providers/Microsoft.Compute/virtualMachineScaleSets/ahbuzvmss-australiaeast/virtualMachines/ahbuzvmss-australiaeast_0’ is not as expected. Beware that the Plan object’s properties are case-sensitive. "
}, {
“code”: “VMMarketplaceInvalidInput”,
“message”: "Unable to deploy from the Marketplace image or a custom image sourced from Marketplace image. The part number in the purchase information for VM ‘/subscriptions/020359ad-f57c-4572-8f45-0e51463b4700/resourceGroups/ahbuz-australiaeast-unreal-rg/providers/Microsoft.Compute/virtualMachines/ahbuz-mm-vm-australiaeast’ is not as expected. Beware that the Plan object’s properties are case-sensitive. "
}]
}
Any ideas what could be causing this? Thanks!