5

I need to integrate Azure billing with Grafana

Is this possible?

How can I do it? I have searched but i dont find any solution

exitista
  • 563
  • 2
  • 10
  • 21

2 Answers2

2

Yes, it's possible.

Use the Azure Billing REST API to get data, then SimpleJson in your grafana:

https://learn.microsoft.com/en-us/rest/api/billing/

https://grafana.com/grafana/plugins/grafana-simple-json-datasource

Thiago Custodio
  • 17,332
  • 6
  • 45
  • 90
0

As @Thiago Custodio said, yes it is possible. You will find the connector right here:

enter image description here

Be aware, however, that you are not really adding any additional value compare to the Cost Portal in Azure. Because the data persistence of the billing information is a maximum of 13 months!

https://learn.microsoft.com/en-us/azure/cost-management-billing/costs/understand-cost-mgt-data#supported-microsoft-azure-offers

enter image description here

Gill-Bates
  • 559
  • 8
  • 22