在手臂模板中添加bing映射天蓝色

问题描述 投票:-2回答:1

我想向我的手臂模板添加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"
            }
        },

非常感谢您的帮助。.>

我想向我的手臂模板添加bing映射资源,但是出现以下错误:“ STATUS BadRequest状态消息{”错误“:{”代码“:” ResourcePurchaseValidationFailed“,”消息“:” ...

azure azure-devops azure-active-directory azure-web-sites arm-template
1个回答
0
投票

这是我从门户网站得到的:

© www.soinside.com 2019 - 2024. All rights reserved.