From ebe97cc690226cdbce9511cb2753945b3db08cf9 Mon Sep 17 00:00:00 2001 From: zhangyems <110148357+zhangyems@users.noreply.github.com> Date: Thu, 26 Feb 2026 15:52:11 +0800 Subject: [PATCH] Enhance solution-03.md with CLI and Portal steps Added CLI instructions for creating a Log Analytics workspace and updated Azure Portal steps for diagnostic settings. --- .../01_Sovereign_Cloud/walkthrough/challenge-03/solution-03.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/03-Azure/01-03-Infrastructure/01_Sovereign_Cloud/walkthrough/challenge-03/solution-03.md b/03-Azure/01-03-Infrastructure/01_Sovereign_Cloud/walkthrough/challenge-03/solution-03.md index 215191443..9696e0190 100644 --- a/03-Azure/01-03-Infrastructure/01_Sovereign_Cloud/walkthrough/challenge-03/solution-03.md +++ b/03-Azure/01-03-Infrastructure/01_Sovereign_Cloud/walkthrough/challenge-03/solution-03.md @@ -95,6 +95,7 @@ az policy assignment create \ ### Create Log Analytics workspace and Diagnostic settings to capture logs +### CLI ```bash # Create Log Analytics workspace LOG_ANALYTICS_WORKSPACE=law-$RESOURCE_GROUP @@ -130,7 +131,7 @@ az monitor diagnostic-settings create \ ]' ``` - +### Azure Portal steps 1. Open the storage account and go to **Monitoring > Diagnostic settings**. 2. Select **+ Add diagnostic setting**. 3. Name the setting (e.g., `blob-tls-insights`).