Hello,
You can use Logic Apps to call Azure Cost Management APIs, process the data, and then use this data to prepare a document. Here is a high level view of the process :
- Use the HTTP Action to call the Azure Cost Management API
- Use the Parse JSON Action then manipulate your data using actions and functions.
- Use the Create HTML Table action then you could use a connector for a service like BlobStorage, OneDrive or SharePoint and create a document there
- If you want to email the document, you can use the "Send an email" action with the Office 365 Outlook at any point
If this answer was helpful, please mark it as accepted so other users with same questions can find this topic.