According to the Azure homepage, it says:
[Storage, measured in GB] (http://www.windowsazure.com/en-us/pricing/details/)
Storage is billed in units of the average daily amount of data stored (in GB) over a monthly period. For example, if you consistently utilized 10 GB of storage for the first half of the month and none for the second half of the month, you would be billed for your average usage of 5 GB of storage.
I don't understand clearly about the term, "utilization" here. Let's say I have 10GB data in my Azure table storage, and only 1 GB (out of 10GB) data is actually "read" during this month. In this case, will I be paying based on the storage space I've been using (i.e., 10GB) or based on the data I have actually read (i.e., 1GB) ?