File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ This repository contains resources for deploying:
1111- A storage account.
1212- A blob container with public access.
1313- IP restrictions to secure access.
14- - (Optional) Association with a Log Analytics workspace for monitoring.
14+ - A Log Analytics workspace for monitoring.
15+ - Diagnostic settings to associate the storage account with the Log Analytics workspace.
1516
1617---
1718
@@ -23,5 +24,6 @@ This repository contains resources for deploying:
2324│ └── workflows
2425│ └── deploy-storage-account.yml # GitHub Actions workflow file
2526├── bicep
26- │ └── storage-account.bicep # Bicep template for storage account
27+ │ ├── storage-account.bicep # Bicep template for storage account
28+ │ └── log-analytics.bicep # Bicep template for Log Analytics workspace
2729├── README.md # Project documentation
You can’t perform that action at this time.
0 commit comments