Azure cost analysis report using Azure Logic App

Narender Uppala 26 Reputation points
2023-05-19T13:42:05.7433333+00:00

Is there any way to fetch Azure subscription level cost analysis using the Azure logic app and prepare a Word document report?

[

](https://filestore.community.support.microsoft.com/api/images/bd016aeb-7bd4-4ff4-8587-a1bdb6842ea3?upload=true)

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
3,577 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,542 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Boris Von Dahle 3,221 Reputation points
    2023-05-22T20:54:33.01+00:00

    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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.