Skip to content

Commit 32b270b

Browse files
authored
Merge pull request #296 from zhangyems/main
Enhance solution-03.md with CLI and Portal steps
2 parents d8d63da + ebe97cc commit 32b270b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • 03-Azure/01-03-Infrastructure/01_Sovereign_Cloud/walkthrough/challenge-03

03-Azure/01-03-Infrastructure/01_Sovereign_Cloud/walkthrough/challenge-03/solution-03.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ az policy assignment create \
9595
9696
### Create Log Analytics workspace and Diagnostic settings to capture logs
9797

98+
### CLI
9899
```bash
99100
# Create Log Analytics workspace
100101
LOG_ANALYTICS_WORKSPACE=law-$RESOURCE_GROUP
@@ -130,7 +131,7 @@ az monitor diagnostic-settings create \
130131
]'
131132
```
132133

133-
134+
### Azure Portal steps
134135
1. Open the storage account and go to **Monitoring > Diagnostic settings**.
135136
2. Select **+ Add diagnostic setting**.
136137
3. Name the setting (e.g., `blob-tls-insights`).

0 commit comments

Comments
 (0)