I have created wordpress vm using wordpress certified by bitnami.
on the same account I restore vm successfully and made a development version.
2019-05-27 I tried restore again.
1 . vm restore - fail
Error Code | UserErrorMarketPlaceVMNotSupported |
Error Message | VM creation failed due to Market Place purchase request being not present. |
Recommended Action | Market Place request information corresponding to backed up VM is not present in the current market place. Please use �Restore disks� option during restore operation and use PowerShell or CLI cmdlets to create the VM with latest marketplace information corresponding to VM, if exists. If the publisher doesn’t have any marketplace information, you can use the data disks to get back your data and can attach them to an existing VM. |
2. doing - restore disk - success with restoring disk.
3. create vm using cli powershell using disk - fail
4. create vm using portal / restored disk - fail
5. create new vm using Create New VM - fail
{
"code":"MarketplacePurchaseEligibilityFailed",
"message":"Marketplace purchase eligibilty check returned errors. See inner errors for details. ",
"details":[
{"code":"BadRequest","message":"Offer with PublisherId: bitnami,
OfferId: wordpress cannot be purchased due to validation errors. See details for more information.[{\"Offer with PublisherId: bitnami and OfferId: wordpress not found. If this offer has been created recently, please allow up to 30 minutes for this offer to be available for Purchase. If error persists, contact support.\":\"StoreApi\"}]"}]}
6. create new vm using cli powershell - fail
az : ERROR: Azure Error: MarketplacePurchaseEligibilityFailed 위치 줄:1 문자:1 + az vm create --resource-group rg-bespinacademyrestore --name vmrestor ...+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ CategoryInfo : NotSpecified: (ERROR: Azure Er...igibilityFailed:String) [], RemoteException+ FullyQualifiedErrorId : NativeCommandError Message: Marketplace purchase eligibilty check returned errors. See inner errors for details. Exception Details: Error Code: BadRequest Message: Offer with PublisherId: Bitnami, OfferId: default cannot be purchased due to validation errors. See details for more information.[{"Legal ter ms have not been accepted for this item on this subscription: '98ee3789-4a23-4d6b-abf9-c4cedbe01103'. To accept legal terms using PowerShell, please us e Get-AzureRmMarketplaceTerms and Set-AzureRmMarketplaceTerms API(https://go.microsoft.com/fwlink/?linkid=862451) or deploy via the Azure portal to acc ept the terms":"StoreApi"},{"Offer with PublisherId: Bitnami and OfferId: default not found. If this offer has been created recently, please allow up t o 30 minutes for this offer to be available for Purchase. If error persists, contact support.":"StoreApi"}]
What should I do to restore this vm.