I see that in Microsoft Azure Website, pricing for DocumentDB is based on collections. For example, for a 1GB Storage and 100 RU, something about (~£4/mo) is billed for me.
The description is:
At any scale, you can store data and provision throughput capacity. Each collection is billed hourly based on the amount of data stored (in GBs) and throughput reserved in units of 100 RUs/second.
My confusion is this: Is it really billing me for each collection I have? If my application uses a database with 20 collections in it, should I pay (~£80/mo)? Or by collection it means a database?
Thank you all