We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8d63da + ebe97cc commit 32b270bCopy full SHA for 32b270b
1 file changed
03-Azure/01-03-Infrastructure/01_Sovereign_Cloud/walkthrough/challenge-03/solution-03.md
@@ -95,6 +95,7 @@ az policy assignment create \
95
96
### Create Log Analytics workspace and Diagnostic settings to capture logs
97
98
+### CLI
99
```bash
100
# Create Log Analytics workspace
101
LOG_ANALYTICS_WORKSPACE=law-$RESOURCE_GROUP
@@ -130,7 +131,7 @@ az monitor diagnostic-settings create \
130
131
]'
132
```
133
-
134
+### Azure Portal steps
135
1. Open the storage account and go to **Monitoring > Diagnostic settings**.
136
2. Select **+ Add diagnostic setting**.
137
3. Name the setting (e.g., `blob-tls-insights`).
0 commit comments