A curated collection of Azure Monitor Workbook templates — gathered and authored to make it easier to visualize, troubleshoot, and report on Azure resources, logs, and metrics.
This repository serves as a central place to host a collection of Azure Workbook templates. The templates here come from two sources:
- Templates created by the repository owner for real-world monitoring, reporting, and operational scenarios.
- Templates sourced from other open source repositories, included here to build a single, convenient reference library. Where a template originates from another project, attribution to the original source is preserved.
The goal is to provide a reusable, ready-to-deploy set of workbooks that can be imported directly into Azure Monitor.
Azure Workbooks provide a flexible canvas for data analysis and the creation of rich visual reports within the Azure portal. They let you combine text, log queries (KQL), metrics, and parameters into interactive, shareable reports.
Each folder in this repository contains one or more related workbook
templates, typically stored as Azure Resource Manager (ARM) / Gallery
Template JSON files (.json) that can be imported into Azure Monitor.
.
├── <Workbook Category>/
│ └── <workbook>.json
├── ...
└── README.md
- Open the Azure portal and navigate to Azure Monitor → Workbooks (or the Workbooks blade of a specific resource).
- Create a New workbook, then open the Advanced Editor (the
</>icon). - Set the editor to Gallery Template mode.
- Copy the contents of the desired
.jsontemplate from this repository and paste it into the editor. - Click Apply to load the workbook, then Save it to your own subscription.
For more detail, see the official guide on creating and importing workbook templates.
Contributions are welcome. If you have a workbook template you'd like to share:
- Fork the repository.
- Add your template to an appropriately named folder.
- Include a short description and, if the template is derived from another project, attribution to the original source.
- Open a pull request.
Some templates in this repository originate from other open source projects. Credit and links to the original sources are retained alongside the relevant templates. If you believe a template has been included without proper attribution, please open an issue.
This project is licensed under the terms of the MIT License.