Skip to content

Commit 30d9e8a

Browse files
authored
Merge pull request #154014 from lgayhardt/azmonworkbooksgallery0421
Azmon Workbooks Overview gallery update
2 parents 729c983 + f323dc7 commit 30d9e8a

File tree

2 files changed

+38
-17
lines changed

2 files changed

+38
-17
lines changed
120 KB
Loading

articles/azure-monitor/visualize/workbooks-overview.md

Lines changed: 38 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Azure Monitor Workbooks Overview
33
description: Learn how workbooks provide a flexible canvas for data analysis and the creation of rich visual reports within the Azure portal.
4-
manager: carmonm
54
services: azure-monitor
65

76
ms.tgt_pltfrm: ibiza
@@ -11,7 +10,7 @@ ms.date: 07/23/2020
1110

1211
# Azure Monitor Workbooks
1312

14-
Workbooks provide a flexible canvas for data analysis and the creation of rich visual reports within the Azure portal. They allow you to tap into multiple data sources from across Azure, and combine them into unified interactive experiences.
13+
Workbooks provide a flexible canvas for data analysis and the creation of rich visual reports within the Azure portal. They allow you to tap into multiple data sources from across Azure, and combine them into unified interactive experiences.
1514

1615
Here is a video walkthrough on creating workbooks.
1716

@@ -35,7 +34,7 @@ Workbooks are currently compatible with the following data sources:
3534

3635
## Visualizations
3736

38-
Workbooks provide a rich set of capabilities for visualizing your data. For detailed examples of each visualization type you can consult the example links below:
37+
Workbooks provide a rich set of capabilities for visualizing your data. For detailed examples of each visualization type, you can consult the links below:
3938

4039
* [Text](../visualize/workbooks-text-visualizations.md)
4140
* [Charts](../visualize/workbooks-chart-visualizations.md)
@@ -45,35 +44,56 @@ Workbooks provide a rich set of capabilities for visualizing your data. For deta
4544
* [Graphs](../visualize/workbooks-graph-visualizations.md)
4645
* [Composite bar](../visualize/workbooks-composite-bar.md)
4746

48-
![Example workbook visualizations](./media/workbooks-overview/visualizations.png)
47+
:::image type="content" source="./media/workbooks-overview/visualizations.png" alt-text="Example of workbook visualizations" border="false" lightbox="./media/workbooks-overview/visualizations.png":::
4948

5049
## Getting started
5150

5251
To explore the workbooks experience, first navigate to the Azure Monitor service. This can be done by typing **Monitor** into the search box in the Azure portal.
5352

5453
Then select **Workbooks**.
5554

56-
![Screenshot of Workbooks button highlighted in a red box](./media/workbooks-overview/workbooks.png)
55+
:::image type="content" source="./media/workbooks-overview/workbooks.png" alt-text="Screenshot of Workbooks button highlighted in a red box" border="false":::
5756

5857
### Gallery
5958

60-
This takes you to the workbooks gallery:
59+
The gallery makes it convenient to organize, sort, and manage workbooks of all types.
6160

62-
![Screenshot of Azure Monitor workbooks gallery view](./media/workbooks-overview/gallery.png)
61+
:::image type="content" source="./media/workbooks-overview/gallery-all-tab.png" alt-text="Screenshot of the gallery on the all tab." lightbox="media/workbooks-overview/gallery-all-tab.png":::
62+
63+
#### Gallery tabs
64+
65+
There are four tabs in the gallery to help organize workbook types.
66+
67+
| Tab | Description |
68+
|------------------|---------------------------------------------------|
69+
| All | Shows the top four items for each type - workbooks, public templates, and my templates. Workbooks are sorted by modified date so you will see the most recent eight modified workbooks.|
70+
| Workbooks | Shows the list of all the available workbooks that you created or are shared with you. |
71+
| Public Templates | Shows the list of all the available ready to use, get started functional workbook templates published by Microsoft. Grouped by category. |
72+
| My Templates | Shows the list of all the available deployed workbook templates that you created or are shared with you. Grouped by category. |
73+
74+
#### Features
75+
76+
* In each tab, there is a grid with info on the workbooks. It includes description, last modified date, tags, subscription, resource group, region, and shared state. You can also sort the workbooks by this information.
77+
* Filter by resource group, subscriptions, workbook/template name, or template category.
78+
* Select multiple workbooks to delete or bulk delete.
79+
* Each Workbook has a context menu (ellipsis/three dots at the end), selecting it will open a list of quick actions.
80+
* View resource - Access workbook resource tab to see the resource ID of the workbook, add tags, manage locks etc.
81+
* Delete or rename workbook.
82+
* Pin workbook to dashboard.
6383

6484
### Workbooks versus workbook templates
6585

66-
You can see a _workbook_ in green and a number of _workbook templates_ in purple. Templates serve as curated reports that are designed for flexible reuse by multiple users and teams. Opening a template creates a transient workbook populated with the content of the template.
86+
You can see a _workbook_ in green and a number of _workbook templates_ in purple. Templates serve as curated reports that are designed for flexible reuse by multiple users and teams. Opening a template creates a transient workbook populated with the content of the template.
6787

68-
You can adjust the template-based workbook's parameters and perform analysis without fear of breaking the future reporting experience for colleagues. If you open a template, make some adjustments, and then select the save icon you will be saving the template as a workbook which would then show in green leaving the original template untouched.
88+
You can adjust the template-based workbook's parameters and perform analysis without fear of breaking the future reporting experience for colleagues. If you open a template, make some adjustments, and then select the save icon you will be saving the template as a workbook which would then show in green leaving the original template untouched.
6989

7090
Under the hood, templates also differ from saved workbooks. Saving a workbook creates an associated Azure Resource Manager resource, whereas the transient workbook created when just opening a template has no unique resource associated with it. To learn more about how access control is managed in workbooks consult the [workbooks access control article](../visualize/workbooks-access-control.md).
7191

7292
### Exploring a workbook template
7393

7494
Select **Application Failure Analysis** to see one of the default application workbook templates.
7595

76-
![Screenshot of application failure analysis template](./media/workbooks-overview/failure-analysis.png)
96+
:::image type="content" source="./media/workbooks-overview/failure-analysis.png" alt-text="Screenshot of application failure analysis template" border="false" lightbox="./media/workbooks-overview/failure-analysis.png":::
7797

7898
As stated previously, opening the template creates a temporary workbook for you to be able to interact with. By default, the workbook opens in reading mode which displays only the information for the intended analysis experience that was created by the original template author.
7999

@@ -83,34 +103,35 @@ In the case of this particular workbook, the experience is interactive. You can
83103

84104
To understand how this workbook template is put together you need to swap to editing mode by selecting **Edit**.
85105

86-
![Screenshot of edit button in workbooks.](./media/workbooks-overview/edit.png)
106+
:::image type="content" source="./media/workbooks-overview/edit.png" alt-text="Screenshot of edit button in workbooks." border="false" :::
87107

88108
Once you have switched to editing mode you will notice a number of **Edit** boxes appear to the right corresponding with each individual aspect of your workbook.
89109

90-
![Screenshot of Edit button](./media/workbooks-overview/edit-mode.png)
110+
:::image type="content" source="./media/workbooks-overview/edit-mode.png" alt-text="Screenshot of Edit button" border="false" lightbox="./media/workbooks-overview/edit-mode.png":::
91111

92112
If we select the edit button immediately under the grid of request data we can see that this part of our workbook consists of a Kusto query against data from an Application Insights resource.
93113

94-
![Screenshot of underlying Kusto query](./media/workbooks-overview/kusto.png)
114+
:::image type="content" source="./media/workbooks-overview/kusto.png" alt-text="Screenshot of underlying Kusto query" border="false" lightbox="./media/workbooks-overview/kusto.png":::
115+
95116

96-
Clicking the other **Edit** buttons on the right will reveal a number of the core components that make up workbooks like markdown-based [text boxes](../visualize/workbooks-text-visualizations.md), [parameter selection](../visualize/workbooks-parameters.md) UI elements, and other [chart/visualization types](#visualizations).
117+
Clicking the other **Edit** buttons on the right will reveal a number of the core components that make up workbooks like markdown-based [text boxes](../visualize/workbooks-text-visualizations.md), [parameter selection](../visualize/workbooks-parameters.md) UI elements, and other [chart/visualization types](#visualizations).
97118

98119
Exploring the pre-built templates in edit-mode and then modifying them to fit your needs and save your own custom workbook is an excellent way to start to learn about what is possible with Azure Monitor workbooks.
99120

100121
## Pinning Visualizations
101122

102-
Text, query, and metrics steps in a workbook can be pinned by using the pin button on those items while the workbook is in pin mode, or if the workbook author has enabled settings for that element to make the pin icon visible.
123+
Text, query, and metrics steps in a workbook can be pinned by using the pin button on those items while the workbook is in pin mode, or if the workbook author has enabled settings for that element to make the pin icon visible.
103124

104125
To access pin mode, click **Edit** to enter editing mode, and select the blue pin icon in the top bar. An individual pin icon will then appear above each corresponding workbook part's *Edit* box on the right-hand side of your screen.
105126

106-
![Pin experience](./media/workbooks-overview/pin-experience.png)
127+
:::image type="content" source="./media/workbooks-overview/pin-experience.png" alt-text="Screenshot of the pin experience." border="false":::
107128

108129
> [!NOTE]
109130
> The state of the workbook is saved at the time of the pin, and pinned workbooks on a dashboard will not update if the underlying workbook is modified. In order to update a pinned workbook part, you will need to delete and re-pin that part.
110131
111132
## Dashboard time ranges
112133

113-
Pinned workbook query parts will respect the dashboard's time range if the pinned item is configured to use a *Time Range* parameter. The dashboard's time range value will be used as the time range parameter's value, and any change of the dashboard time range will cause the pinned item to update. If a pinned part is using the dashboard's time range, you will see the subtitle of the pinned part update to show the dashboard's time range whenever the time range changes.
134+
Pinned workbook query parts will respect the dashboard's time range if the pinned item is configured to use a *Time Range* parameter. The dashboard's time range value will be used as the time range parameter's value, and any change of the dashboard time range will cause the pinned item to update. If a pinned part is using the dashboard's time range, you will see the subtitle of the pinned part update to show the dashboard's time range whenever the time range changes.
114135

115136
Additionally, pinned workbook parts using a time range parameter will auto refresh at a rate determined by the dashboard's time range. The last time the query ran will appear in the subtitle of the pinned part.
116137

0 commit comments

Comments
 (0)