I am writing a program in .NET to retrieve the usage cost of a subscription. The structure of the HTTP request is this:
The problem is: No matter what dates I put in the "startDate" and "endDate", it always retrieves all the cost data of the current month from day 1 of the month. For example: If today is July 15, the request brings to me all the cost data from July 1 to July 15, regardless of the date interval I specified.
What am I doing wrong? Thank you very much for any feedback you could provide to this tortured soul in disguise.
If you have Enterprise Agreement (EA) or a pay-as-you-go subscription, you can make use of below query by including
$filter
to retrieve the usage cost of a subscription within specific duration:I have one Azure account with pay-as-you-go subscription like below:
When I ran below query by including
$filter
with different dates, I got different results successfully like this:QUERY 1:
Response:
QUERY 2:
Response:
Reference:
Manage Azure costs with automation - Microsoft Cost Management