Azure Cost and Usage Insights Mod
Tailpipe is an open-source CLI tool that allows you to collect logs and query them with SQL.
Microsoft Azure provides on-demand cloud computing platforms and APIs to authenticated customers on a metered pay-as-you-go basis.
The Azure Cost and Usage Insights Mod contains pre-built dashboards which can be used to monitor and analyze costs across your Azure subscriptions using Azure Cost and Usage exports.
Documentation
Getting Started
Install Powerpipe from the downloads page:
# MacOSbrew install turbot/tap/powerpipe
# Linux or Windows (WSL)sudo /bin/sh -c "$(curl -fsSL https://powerpipe.io/install/powerpipe.sh)"
This mod requires Azure Cost and Usage data to be collected using Tailpipe with the Azure plugin:
Install the mod:
mkdir dashboardscd dashboardspowerpipe mod install github.com/turbot/tailpipe-mod-azure-cost-and-usage-insights
Browsing Dashboards
Start the dashboard server:
powerpipe server
Browse and view your dashboards at http://localhost:9033.