From aa263dbf04ab5b91cc040cbec53bee6b41b10b7d Mon Sep 17 00:00:00 2001 From: x-tahosin Date: Fri, 24 Apr 2026 23:59:20 +0600 Subject: [PATCH 1/3] docs: fix 'recieved' -> 'received' typo --- .../Challenge-2.4-Testing-Bots/Docs/2_Unit_Testing_Bots.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/002-IntroToAzureAI/Coach/Solutions/Challenge-2.4-Testing-Bots/Docs/2_Unit_Testing_Bots.md b/002-IntroToAzureAI/Coach/Solutions/Challenge-2.4-Testing-Bots/Docs/2_Unit_Testing_Bots.md index be82c6b134..3f9644b6dd 100755 --- a/002-IntroToAzureAI/Coach/Solutions/Challenge-2.4-Testing-Bots/Docs/2_Unit_Testing_Bots.md +++ b/002-IntroToAzureAI/Coach/Solutions/Challenge-2.4-Testing-Bots/Docs/2_Unit_Testing_Bots.md @@ -67,7 +67,7 @@ A. Write another TestMethod called *EchoStartsWith* that verifies echo prompt B. Can you verify that the echoed messages were sent by a bot? -*Hint:* This would involve checking the properties of IMessageActivity response recieved. +*Hint:* This would involve checking the properties of IMessageActivity response received. ### Continue to [3_Direct_Line_Testing](3_Direct_Line_Testing.md) From 0a00ba1500f8e14a59d81d561e2ed970ec5a9d8b Mon Sep 17 00:00:00 2001 From: x-tahosin Date: Fri, 24 Apr 2026 23:59:23 +0600 Subject: [PATCH 2/3] docs: fix 'recieved' -> 'received' typo --- .../Coach/10-Monitor-Manage-Performance-Health.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/037-AzureVirtualDesktop/Coach/10-Monitor-Manage-Performance-Health.md b/037-AzureVirtualDesktop/Coach/10-Monitor-Manage-Performance-Health.md index 2dd0391234..89269c2a2a 100644 --- a/037-AzureVirtualDesktop/Coach/10-Monitor-Manage-Performance-Health.md +++ b/037-AzureVirtualDesktop/Coach/10-Monitor-Manage-Performance-Health.md @@ -18,7 +18,7 @@ Students should be able to demonstrate a number of key elements to be successful - Recommended Windows Event Logs from their Windows Virtual Desktop session hosts - [Configuration of Workbook requirements](https://docs.microsoft.com/en-us/azure/virtual-desktop/azure-monitor#set-up-using-the-configuration-workbook) - Students should configure the Azure Monitor Agent and enable all required counters [Azure Monitor for AVD documentation](https://docs.microsoft.com/en-us/azure/virtual-desktop/azure-monitor). -- Data typically flows within a few minutes of enabling the agent and counters however only new data will be received so testing should occur after confirmation that some data is being recieved by Log Analytics. +- Data typically flows within a few minutes of enabling the agent and counters however only new data will be received so testing should occur after confirmation that some data is being received by Log Analytics. - Enabling alerts is an optional feature and not required for the purpose of this challenge however in operational environments it is recommend after baselines of the environment are performed. We don't offer fixed guidance on what alerts should be enabled today however the below links offer some suggestions and guidance on what customers may consider in a real environment. **Sample Queries** From f721b44883ed06c9d347865b3ffb105e1feb48f9 Mon Sep 17 00:00:00 2001 From: x-tahosin Date: Fri, 24 Apr 2026 23:59:25 +0600 Subject: [PATCH 3/3] docs: fix 'recieved' -> 'received' typo --- .../Challenge-2.4-Testing-Bots/docs/2_Unit_Testing_Bots.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/002-IntroToAzureAI/Student/Resources/Challenge-2.4-Testing-Bots/docs/2_Unit_Testing_Bots.md b/002-IntroToAzureAI/Student/Resources/Challenge-2.4-Testing-Bots/docs/2_Unit_Testing_Bots.md index be82c6b134..3f9644b6dd 100755 --- a/002-IntroToAzureAI/Student/Resources/Challenge-2.4-Testing-Bots/docs/2_Unit_Testing_Bots.md +++ b/002-IntroToAzureAI/Student/Resources/Challenge-2.4-Testing-Bots/docs/2_Unit_Testing_Bots.md @@ -67,7 +67,7 @@ A. Write another TestMethod called *EchoStartsWith* that verifies echo prompt B. Can you verify that the echoed messages were sent by a bot? -*Hint:* This would involve checking the properties of IMessageActivity response recieved. +*Hint:* This would involve checking the properties of IMessageActivity response received. ### Continue to [3_Direct_Line_Testing](3_Direct_Line_Testing.md)