is it possible to export azure billing report to a database for detailed analysis?

359 Views Asked by At

is it possible to export azure billing report to a database for detailed analysis? I know storage export but csv doesn't help. something like gcp billing export to bigquery exists for azure?

1

There are 1 best solutions below

0
On BEST ANSWER

As far as I know there is no direct export capability to a database in azure billing.

We export to a storage account and then use Databricks to read in the CSV and perform some analytics as well as load it into our data warehouse.