Getting Daily and Monthly Azure Billing Information for multiple subscriptions

The Visual Studio Solution I recently published in the TechNet Gallery here contains a console application that will help you collect data reports for daily and monthly Azure Consumption for multiple subscriptions. To get started, you need to replace the values in App.Config in WebJobBillingData Project. Code execution starts from Program.cs which initially gets the daily consumption and later on gets the monthly consumption of your Azure Subscription. You can modify the code to give you custom reports as well. This whole solution is a simple extension to the Azure Usage and Billing Solution available in GitHub and it gives you the specific usage and billing information which you can send out as an email using Azure Automation. I will be publishing a guide on how to do that very soon.