使用Azure免费帐户部署PAYG VM时的问题

z4iuyo4d  于 2023-10-22  发布在  其他
关注(0)|答案(1)|浏览(212)

当我尝试启动以下PAYG VM时,出现以下错误:https://azuremarketplace.microsoft.com/en-us/marketplace/apps/fortinet.fortinet-fortigate?tab=overview
我正在使用Azure免费帐户,该帐户为我提供200美元的免费积分,可在Azure上使用30天。

{
  "code": "MarketplacePurchaseEligibilityFailed",
  "details": [
    {
      "code": "BadRequest",
      "message": "Offer with PublisherId: 'fortinet', OfferId: 'fortinet_fortigate-vm_v5' cannot be purchased due to validation errors. For more information see details. Correlation Id: '0878401f-adb4-49c6-85f1-e3501ebadc08' The offer with PublisherId: 'fortinet', OfferId: 'fortinet_fortigate-vm_v5' and PlanId: 'fortinet_fg-vm_payg_2023' cannot be used on selected subscription to purchase paid marketplace offers. Please choose another subscription or update this one to allow purchases. Learn more https://aka.ms/UpgradeFreeSub, https://aka.ms/Switch-Azure-Offer and https://aka.ms/Change-Credit-Card about updating subscriptions in Azure, Correlation Id: '0878401f-adb4-49c6-85f1-e3501ebadc08'.[{\"The offer with PublisherId: 'fortinet', OfferId: 'fortinet_fortigate-vm_v5' and PlanId: 'fortinet_fg-vm_payg_2023' cannot be used on selected subscription to purchase paid marketplace offers. Please choose another subscription or update this one to allow purchases. Learn more https://aka.ms/UpgradeFreeSub, https://aka.ms/Switch-Azure-Offer and https://aka.ms/Change-Credit-Card about updating subscriptions in Azure, Correlation Id: '0878401f-adb4-49c6-85f1-e3501ebadc08'.\":\"StoreApi\"}]"
    }
  ],
  "message": "Marketplace purchase eligibilty check returned errors. See inner errors for details. "
}

已尝试在不同时间启动此VM,但错误代码相同。但是,我在启动其他示例(如Ubuntu VM)时没有遇到任何问题。

vlju58qv

vlju58qv1#

不能用于所选订阅以购买付费市场优惠。请选择其他订阅或更新此订阅以允许购买。
您遇到的错误消息是,您无法在当前Azure free trial subscription上购买PAYG:Fortinet FortiGate Next-Generation Firewall (VM)市场优惠。这是因为FortiGate VM是付费产品,free subscriptions没有资格购买付费产品。
我在尝试使用MPN订阅中的PAYG:Fortinet FortiGate Next-Generation Firewall (VM)映像创建VM时遇到了相同的错误。

要购买FortiGate VM,,您需要将Azure free subscription升级为付费订阅。
请参阅**我可以用我的每月信用购买什么?**在此Ms Doc中,并检查KarishmaTiwari-MSFTQ&A中回答的相同问题“

相关问题