【发布时间】:2019-09-24 20:57:10
【问题描述】:
我想在我的手臂模板中添加一个 bing 地图资源,但是我收到了这个错误:
"STATUS BadRequest
STATUS MESSAGE {
"error": {
"code": "ResourcePurchaseValidationFailed",
"message": "User failed validation to purchase resources. Error message: 'Offer with PublisherId: bingmaps and OfferId: bingmapsapiforenterprise 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.'"
}
}
PROVISIONING STATE Failed
"
这是我的代码的一部分:
"resources": [
{
"name": "bingmapsARM",
"type": "Microsoft.BingMaps/mapApis",
"apiVersion": "2016-08-18",
"location": "westus",
"plan": {
"publisher": "bingmaps",
"product": "bingmapsapiforenterprise",
"promotionCode": null,
"name": "internal1"
}
},
非常感谢任何帮助..
【问题讨论】:
标签: azure azure-active-directory azure-web-app-service arm-template