views:

158

answers:

2

My company currently has some serious problem. We've got an application as showcase on Azure which makes use of 1 web role, 1 worker role, a message queue and table storage, but in very moderate rates.

We are billed for 8 days now and our billing for "storage transactions" seems to be abnormally high. We are at 25 EUR now which is really too much looking at the very limited size of our little application.

Thus I just wanted to know: what exactly is 1 storage transaction on Windows Azure that we are billed for? Is it table storage, blob storage or message queue transaction as well? Perhaps we could make some conclusions afterwards.

Thanks, Matthias

A: 

The transactions could be referring to storage transactions, or data transfers - both are variable cost items on the pricing sheet. The pricing is listed out at http://www.microsoft.com/windowsazure/pricing/ so it shoudn't be too hard to figure out where you are picking up the high usage.

Andrew
A: 

Hi,

from this page:

Storage Transactions $0.01/10K transactions Every CRUDy (Create, Read, Update, Delete) transaction into Azure Queues (this is the only charge for the queues), Azure Tables, Azure Blobs will incur this charge.

I know that they have had some issues with billing, and reset some of the counters. I don't know if it had anything to do with transactions...

Regards, -- Rob.

daRoBBie
Thanks, then we would have to investigate the high volume. Currently we can't explain it.
Matthias