azurekqlmetabase

Can I send data from Azure monitor / fabric to metabase


We currently use azure monitor to monitor our system. I want to export this data to metabase, any idea how

PS Yes I know power BI is easy but the cost is just too much


Solution

  • To connect Azure Monitor to Metabase, you need to export your Azure Monitor logs and data to a data source compatible with Metabase.

    This is can be done by setting up a data pipeline to transfer Azure Monitor data into a Metabase-supported database, such as a SQL server or data warehouse. Metabase can then connect directly to this source for visualizing the data on dashboards.

    Thanks to @Utkarsh Pal for the solution Azure Monitor Export to a SQL Server.

    Once you have the data ready in the SQL database. The below steps will help you configure to Metabase.

    Reference: Running Metabase on Microsoft Azure