Я хочу добавить ресурс карты 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"
}
},
Любая помощь очень ценится.