8虚拟机创建错误

8虚拟机创建错误

本文介绍了Azul Java 8虚拟机创建错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好


我正在尝试通过Azure测试Java应用程序(Apache Jena)到tomcat服务器的部署。



当我尝试创建azul java 8 VM时,我收到以下错误


{"代码":" MarketplacePurchaseEligibilityFailed" ,"消息":"市场购买eligibilty检查返回
错误。请参阅内部错误了解详情。 ","细节":[{"代码":"错误请求","消息":"提供与两个publisherId:阿苏尔OFFERID:阿苏尔-zulu8 - 窗口2019不能购买由于验证错误。详情请参阅
详细信息。[{\"优惠未在订阅/帐户区域中出售:AU \":\" StoreApi \"}]"}]}



我猜这可能会限制在免费订阅上部署azul服务?和/或我在澳大利亚。


任何人都可以提供对Azul VM错误的任何见解吗?


非常感谢提前


Simon


解决方案


Hi

I'm trying to test the deployment of a java application (Apache Jena) to a tomcat server via Azure.

I'm using a free subscription account.

When I try to create an azul java 8 VM I'm getting the following error

{"code":"MarketplacePurchaseEligibilityFailed","message":"Marketplace purchase eligibilty check returned errors. See inner errors for details. ","details":[{"code":"BadRequest","message":"Offer with PublisherId: azul, OfferId: azul-zulu8-windows-2019 cannot be purchased due to validation errors. See details for more information.[{\"The Offer is not sold in the subscription/account region: AU\":\"StoreApi\"}]"}]}

I'm guessing it might be a restriction on deploying an azul service on a free subscription ? AND/OR that I'm in Australia.

Can anyone provide any insight into the Azul VM error ?

Many thanks in advance

Simon

解决方案


这篇关于Azul Java 8虚拟机创建错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-05 23:51