How to find acrued billing charges for Windows Azure

梦想的初衷 提交于 2019-12-06 09:05:33

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).

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

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