To get data on usage of Azure resources, there is also a new powershell batch file that you can use: get-UsageAggregates.
Example: Switch-AzureMode -Name AzureResourceManager
Add-AzureAccount Select-AzureSubscription "YOUR-AZURE-SUB-NAME" $agggregate = get-UsageAggregates -ReportedStartTime "5/2/2015" -ReportedEndTime "5/5/2015"
source share