A practical guide covering Azure Storage data access, durability, operations, and troubleshooting — grounded in MS Learn documentation.
| Section | Description |
|---|---|
| Start Here | Storage overview, service selection guide, and common usage scenarios |
| Platform | Deep dive into accounts, Blob, File, Queue, and Table services with redundancy models |
| Best Practices | Production-ready design for security, networking, performance, and lifecycle management |
| Operations | Day-2 guide for managing containers, shares, private endpoints, and data movement |
| Tutorials | Hands-on labs for lifecycle policies, AD integration, and static websites with CDN |
| Troubleshooting | Diagnosis playbooks for access denied, throttling, and replication lag issues |
| Reference | Quick-lookup for service selection, redundancy options, and access cheatsheets |
Detailed coverage of Azure Storage offerings:
- Blob Storage: Scalable object storage for unstructured data and static websites
- Azure Files: Managed file shares with AD integration and SMB/NFS support
- Queue Storage: Messaging store for workflow processing and communication
- Table Storage: NoSQL key-attribute store for rapid development
- Redundancy: Implementation of LRS, ZRS, GRS, and GZRS for data durability
# Clone the repository
git clone https://github.com/yeongseon/azure-storage-practical-guide.git
# Install MkDocs dependencies
pip install mkdocs-material mkdocs-minify-plugin
# Start local documentation server
mkdocs serveVisit http://127.0.0.1:8000 to browse the documentation locally.
Contributions welcome! Please see our Contributing Guide for:
- Repository structure and content organization
- Document templates and writing standards
- Local development setup and build validation
- Pull request process
| Repository | Description |
|---|---|
| azure-virtual-machine-practical-guide | Azure Virtual Machines practical guide |
| azure-networking-practical-guide | Azure Networking practical guide |
| azure-app-service-practical-guide | Azure App Service practical guide |
| azure-functions-practical-guide | Azure Functions practical guide |
| azure-container-apps-practical-guide | Azure Container Apps practical guide |
| azure-communication-services-practical-guide | Azure Communication Services practical guide |
| azure-kubernetes-service-practical-guide | Azure Kubernetes Service (AKS) practical guide |
| azure-architecture-practical-guide | Azure Architecture practical guide |
| azure-monitoring-practical-guide | Azure Monitoring practical guide |
This is an independent community project. Not affiliated with or endorsed by Microsoft. Azure and Azure Storage are trademarks of Microsoft Corporation.