Questions tagged [azure-billing-api]

Use this tag for questions related to Azure Billing APIs, which is used to pull usage and resource data into your preferred data analysis tools. The Azure Resource Usage and RateCard APIs can help you accurately predict and manage your costs. The APIs are implemented as a Resource Provider and part of the family of APIs exposed by the Azure Resource Manager.

Useful Links:

  1. MSDN
  2. Documentation
  3. Code samples - Github
120 questions
0
votes
1 answer

Azure Billing API Issue

I am using the Azure Invoice API which has asks for the following…
0
votes
0 answers

Issue Retrieving Transactions with Microsoft.Azure.Management.Billing for Multiple Subscriptions

I'm facing an issue while trying to retrieve transactions using Microsoft.Azure.Management.Billing for a particular account. This account has multiple subscriptions attached to it. On the other hand, I also have another account under the 'Microsoft…
Lakmal
  • 779
  • 1
  • 8
  • 16
0
votes
1 answer

Azure cost management API does not respect the desired date filters

I am writing a program in .NET to retrieve the usage cost of a subscription. The structure of the HTTP request is…
0
votes
1 answer

How to resolve 'RBACAccessDenied' error when using Azure API to query billing account costs?

I'm new here and I have a question about this access problem. I create an app from my Azure AD, this app I used for read the costs of billings account, I use this API query…
0
votes
2 answers

Azure Consumption API Parameters

This is a segment of Azure consumption API result for my azure account. I am stuck in the understanding of "usageQuantity": 0.000000100582838 parameter(whether it's a CPU ultilization or something else). Is there a brief explanation of this…
0
votes
1 answer

How to get monthly cost data from Azure using Python SDK?

I'm trying to get monthly cost data from Azure using Azure SDK for Python, but Microsoft Documentation seems very confusing and outdated, without examples. I need to create a monthly evolution chart outside Azure Portal. What is the right way to…
0
votes
2 answers

How to trigger a single logic app for send different emails as per Azure Budget Action Group conditions

I have created an Azure Budget which is mapped to an Action group. I have created a Logic App to send different emails with different email structures on different budget threshold example 50% , 75% etc. Not able to understand, How to trigger a…
0
votes
1 answer

Azure Form Recognizer Billing

I have .Net 6 API deployed on Azure with one method Recognize. This method calls Azure Form Recognizer endpoint with invoice PDF and its returning structured object. With this object, I do something on API and return the result to customer. The Form…
0
votes
1 answer

How to identify where the below azure transactions are coming from? How to estimate the cost associated with it?

We have a azure blob storage container which is NFS mounted on linux Virtual Machines. This container has blobs in Hot tier, Cool tier and Archive tier. I see a lot of transactions (per day) in Azure Metrics for this storage account. We only have…
0
votes
1 answer

Unable to get Azure scopes for azure cost consumption apis

I need to consume azure consumption apis for a php project. But i'm completely messed up with scopes. Steps i followed : Registered an application and got application id. Created client secret curl -X POST -d…
0
votes
0 answers

Azure cost analysis and invoices - exchange rates

when I use the Consumption usage details API I am getting usage cost details day wise. I saw that azure uses USD for billing and show invoices in the customer's local currency link so that How exchange rates are selected for this case (whether…
0
votes
1 answer

Getting data out of the Azure Cost Centre

Looking for a method to export data outside of the Azure Cost Centre into a storage account. This can't be done because of network restrictions on a storage account (i.e. firewall rules with selected networks prevents the Azure Cost Centre from…
0
votes
1 answer

Azure Logic Apps connectors for Azure Billing and reservations

I tried to search in the standard connectors if there was something related to the Billing and Reservations APIs but nothing is there. Do I need to create a customer connector?
0
votes
0 answers

How to link Azure Resource sku api data to Azure consumption pricesheet api meter data?

Background: I'm trying to build an app for internal use to display prices for Azure Virtual Machines based on certain criteria, e.g. I want to specify that I require a VM with 4GB of ram, and then look up which VM sizes match that basic criteria,…
dpravo
  • 13
  • 2
0
votes
1 answer

Schedule-Export Billing Invoice of Azure Resource-Group cost analysis monthly

I want to automatically get the Billing Invoice details of my Azure Resource-group on a monthly basis using the Schedule Export feature in Azure Cost-Management. I'm able to create a monthly export. However, I'm not able to get the entire month's…
SD4
  • 439
  • 10
  • 27