简体   繁体   中英

how to create reports in Cost Management for Azure and send them in email

so we were using Cloudyn in Azure Cost Management which produces the monthly cost reports. but now we have the AWS connector setup in Azure Cost Management and I need to reproduce the monthly cost reports that break down the total cost for all Azure and AWS environments by the environment.

is there any way to create these reports in Cost Management for Azure and if/how to save them and auto-send them in emails at the end of every month.

Azure does not have a way to provide Cost Management reports on a schedule. The Cost Management API allows you to query data which could be use to generate a monthly report, for example with a Logic App.

If your reporting requirements are complex, depending on your agreement type, you could pull the data from the API into a SQL database and run Power BI reports on the database. An example project which demonstrates downloading cost data to a SQL DB for enterprise agreement customers is available here: https://github.com/venushaa/AzureUsageDetailsDownload

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM