简体   繁体   中英

Azure standard product category

Using the Usage API of the Enterprise Agreement, the MeterCategory are quite different from the categories exposed everywhere on the Azure website.

Is there anyone that knows about an API exposing the Azure products with the actual categories and category description as they exist on the Azure website?

From the pricing calculator page on Azure website, I found this API link: https://azure.microsoft.com/api/v2/pricing/categories/calculator/?culture=en-ca&discount=mosp

Which gives more information about the Azure categories:

"slug": "compute",
"displayName": "Compute",
"products": [{
    "slug": "virtual-machines",
    "displayName": "Virtual Machines",
    "description": "Provision Windows and Linux virtual machines in seconds",
    "keywords": "series,sql server,biztalk,instances,vm,ri,paygo,ec2,gpu,cpu,vms,sharepoint,reserved instances,nvidia",
    "pricingUrl": "/pricing/details/virtual-machines/"
},
{...}

I am still interested if someone has another data source.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM