开发者

By Azure Scaling how much bill charged [closed]

Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 11 years ago.

Improve this question

How can we find out how much money we are saving by scaling (via increasing and decreasing instance) our Windows Azure application?

A开发者_如何学运维lso, is there a way to find out how much database storage is used and its cost, and how much bandwidth is used and its cost?


I don't believe there is currently any way to measure in an immediate way how your Windows Azure application changes affect your billing and usage. There is, however, a feature request for a billing/usage API you could vote on.

SQL Azure includes two system views that can detail your storage and bandwidth usage.

The sys.database_usage view lists the number, type, and duration of databases on the server and the sys.bandwidth_usage view describes the bandwidth used with each database.

The above was excerpted from this article.

Additional Links

In particular - How to find acrued billing charges for Windows Azure
In general - Search Stack Overflow for "Azure Billing"

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜