From 531b802e5a8c5aa894e5a13f57afdf3c86cca1ea Mon Sep 17 00:00:00 2001 From: James Finley Date: Sun, 8 May 2022 19:26:41 +1200 Subject: [PATCH] Provide a workaround for paste errors Pasting into the query window from the instructions is giving intermittent errors. I provided a note with workaround that provides a more consistent bahaviour Ex1, Task 7, step 3. --- Instructions/Labs/LAB_11-Implement_Monitoring.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Instructions/Labs/LAB_11-Implement_Monitoring.md b/Instructions/Labs/LAB_11-Implement_Monitoring.md index 9358abf4..81e42d9b 100644 --- a/Instructions/Labs/LAB_11-Implement_Monitoring.md +++ b/Instructions/Labs/LAB_11-Implement_Monitoring.md @@ -294,6 +294,9 @@ In this task, you will configure Azure virtual machine diagnostic settings. | render timechart ``` + > **Note**: The query should not have any errors (indicated by red blocks on the right scroll bar). If the query will not paste without errors directly from the instructions, paste the query code into a text editor such as Notepad, and then copy and paste it into the query window from there. + + 1. Click **Queries** in the toolbar, on the **Queries** pane, locate the **Track VM availability** tile and double-click it to fill the query window, click the **Run** command button in the tile, and review the results. 1. On the **New Query 1** tab, select the **Tables** header, and review the list of tables in the **Virtual machines** section.