How to find acrued billing charges for Windows Azure

廉价感情. 提交于 2019-12-08 01:26:46

问题


Is there a way or place to go to find out how much usage and ultimately costs have accrued against your Windows Azure account ? I am really interested in usage details so that I can get an estimate of costs for our application in test and try to predict when I scale it out.


回答1:


You cannot get a complete picture of metering / billing info programatically. However, your Windows Azure account has detailed monthly billing statements that break everything down: compute time per role, bandwidth, storage consumption, etc.

Here's the link on the portal, at windows.azure.com:

Then, sign in:

Finally: view your bills:

EDIT: If you need a tool to generate load on your system, for metering/billing purposes, you can easily do so with something like LoadStorm, as it's Testing-as-a-Service with nothing to install. Alternatively, you can use Visual Studio's test agents, but then you'll be throttled by local resources (load generation machines and bandwidth).




回答2:


In addition to David's answer, there are some tools starting to come through to assist with this problem - e.g. see http://www.questcloudtools.com/azure/subscription-manager/

Disclaimer: I've not actually installed or used this myself



来源:https://stackoverflow.com/questions/6206810/how-to-find-acrued-billing-charges-for-windows-azure

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!