/azure/prices

POST /api/azure/prices

Price: 1 credit

Look up one Azure meter by its meter id and return every retail price row published for it: one row per region, rate kind and pricing tier, each with the retail and unit price, the billing unit, the tier the price starts at, the reservation term where there is one, the date the price takes effect, and the service, product and SKU the meter belongs to. Narrows to one region or one rate kind, and converts the prices to any of the currencies Microsoft publishes rates in.

How to use it

A meter id is not a row id: one meter is priced separately per region, per rate kind and per pricing tier, so this returns a set rather than a single record — narrow with `region` and `price_type` when you want one price. Take the id from azure/prices/search; a SKU name or an ARM machine name is not a meter id and belongs in that endpoint instead. Several rows can differ only by `effective_from`, which may be in the future because announced changes are published ahead of time.

Parameters

Request body

Response

Errors

Response headers