Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get Azure service pricing details programmatically?

Tags:

azure

Can anybody please tell me how can I programmatically get Azure service pricing details (pricing for Compute, Data Services , App Services, Network Services) from Azure website?

Does Azure provide the pricing details in JSON format?

like image 818
user3610916 Avatar asked May 07 '14 07:05

user3610916


1 Answers

Windows Azure does'not provide any such API as of today, although it is a much asked feature and hopefully they are working on it.

Check here: http://feedback.windowsazure.com/forums/170030-billing/suggestions/1143971-billing-usage-api#comments

The only way for now could be to build your own data store with details mentioned here : http://azure.microsoft.com/en-us/pricing/calculator/

Unit wise price will be mentioned in the usage data csv, but unfortunately the only way for now is to download this csv for your subscription here: https://account.windowsazure.com/Subscriptions

like image 112
Sri Kanth Avatar answered Nov 23 '22 02:11

Sri Kanth