Create custom Azure Workbooks for detailed monitoring

Azure Workbooks are an excellent way to monitor your application and dependencies in a nice and customizable dashboard. Workbooks can…

Introduction

Azure Workbooks are a powerful way to build customizable dashboards for monitoring applications and infrastructure. They can combine multiple data sources such as:

  • Metrics
  • Log Analytics Workspaces
  • Visualizations

They are flexible enough for quick performance overviews or deep investigations.

jv-media-1468-2640911c236e.png

Using Default Azure Workbooks

Many Azure resources include built-in workbook templates with basic health and performance insights.

  1. Open your Virtual Machine.
  2. Select Workbooks.
  3. Choose Overview or another template.

jv-media-1468-718a21d9fa1c.png

Workbook Templates and Examples

Microsoft maintains a public repository with workbook templates:

This library contains hundreds of ready-to-use workbooks that can also be reused in your own custom dashboards.

jv-media-1468-054c08b65b8e.png

Import a Predefined Workbook

Create a new workbook in Azure and open the Advanced Editor to paste workbook JSON from GitHub.

jv-media-1468-b8f66398adf1.png jv-media-1468-bc401700d54b.png jv-media-1468-07bd89e2f08b.png

After applying the JSON, the workbook becomes available in your tenant.

jv-media-1468-114a3e46f540.png

Build Your Own Custom Workbook

Useful building blocks:

  • Parameters – filters, selectors, dynamic views
  • Queries – KQL queries against Log Analytics
  • Metrics – CPU, memory, disk, network
  • Groups – combine components into sections

jv-media-1468-ddb3eaf80d17.png

Add CPU Metrics

Create a new metric tile:

  • Resource type: Virtual Machines
  • Scope: select one or more VMs
  • Metric: Percentage CPU

jv-media-1468-c3134b9a392f.png

Add Memory Metrics

Use:

  • Available Memory Percentage

jv-media-1468-115718ebd01e.png

Add Disk Metrics

Recommended metrics:

  • Disk Read Bytes
  • Disk Read Operations/sec
  • Disk Write Bytes
  • Disk Write Operations/sec

Use Average aggregation.

jv-media-1468-d2d1f9528460.png

Save the Workbook

Store workbooks in a dedicated monitoring resource group or alongside the application.

jv-media-1468-074f695a16d4.png

Improve Visualizations

Add Titles

Use Advanced Settings to define chart titles.

Tile Order and Size

Reorder tiles and set width percentages (for example 50%) to create two-column layouts.

Use Bar Charts

Bar charts are often clearer than line charts for quick health checks.

jv-media-1468-580ef53592cd.png

Grid View for Operations

Grid views are ideal for incident response and multi-VM overviews.

Add conditional formatting such as:

  • CPU: Green → Red
  • Memory Available: Red → Green

Round percentages to zero decimals for readability.

Download Example Workbook

You can download the original sample workbook here:

Summary

Azure Workbooks provide a flexible and scalable way to visualize operational data in Azure. Start with templates, then evolve toward dashboards tailored to your own workloads.

jv-media-1468-bea4d456f8dc.png

Last modified April 26, 2026: Add files via upload (63eacd9)