From f70b1d77348188eff51988f323fa271770f6b8c2 Mon Sep 17 00:00:00 2001 From: Cassie Kays Date: Thu, 7 Mar 2024 13:20:57 -0800 Subject: [PATCH] fixed reference in overview --- docs/content/visualizations/Azure Workbooks/_index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/content/visualizations/Azure Workbooks/_index.md b/docs/content/visualizations/Azure Workbooks/_index.md index a44bf4484..dbb701c86 100644 --- a/docs/content/visualizations/Azure Workbooks/_index.md +++ b/docs/content/visualizations/Azure Workbooks/_index.md @@ -37,12 +37,17 @@ Want to see these workbooks live in your Azure environment? Follow these steps t 1. Copy the raw file: - In the examples above, the titles of the workbooks are hyperlinks to the raw files. From there you can explore other workbooks in the github repo. ![image6](../../img/copy-raw-file.png) + 2. Open Azure Monitor, and navigate to Workbooks: - Once here, click "new". + ![image7](../../img/new-workbook.png) + 3. Open the advanced editor (): - Paste the raw code, which was copied in step one, in the gallery template. - Once finished, click apply. ![image10](../../img/gallery-template.png) + 4. View your workbook and save it to your gallery: + ![image11](../../img/save-workbook.png)