Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rrichley authored Dec 30, 2024
1 parent f84e124 commit 1f29700
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,27 @@
# storageblob
# Azure Storage Account and Log Analytics Integration

This project demonstrates deploying an Azure Storage Account with IP restrictions and associating it with a Log Analytics workspace using GitHub Actions and Bicep templates.

---

## Project Overview

This repository contains resources for deploying:
- A resource group.
- A storage account.
- A blob container with public access.
- IP restrictions to secure access.
- (Optional) Association with a Log Analytics workspace for monitoring.

---

## Folder Structure

```plaintext
.
├── .github
│ └── workflows
│ └── deploy-storage-account.yml # GitHub Actions workflow file
├── bicep
│ └── storage-account.bicep # Bicep template for storage account
├── README.md # Project documentation

0 comments on commit 1f29700

Please sign in to comment.