{"id":50639702,"url":"https://github.com/yeongseon/azure-storage-practical-guide","last_synced_at":"2026-06-07T07:04:14.307Z","repository":{"id":349355565,"uuid":"1201284718","full_name":"yeongseon/azure-storage-practical-guide","owner":"yeongseon","description":"Azure Storage Practical Guide — Tables, diagrams, and MS Learn-sourced best practices for Blob, Files, Queues, security, and data protection","archived":false,"fork":false,"pushed_at":"2026-05-21T17:25:31.000Z","size":441,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-21T21:56:47.541Z","etag":null,"topics":["azure","azure-files","blob-storage","mkdocs","mslearn","practical-guide","private-endpoint","storage"],"latest_commit_sha":null,"homepage":"https://yeongseon.github.io/azure-storage-practical-guide/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yeongseon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-04T13:18:55.000Z","updated_at":"2026-04-15T12:00:11.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/yeongseon/azure-storage-practical-guide","commit_stats":null,"previous_names":["yeongseon/azure-storage-practical-guide"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yeongseon/azure-storage-practical-guide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeongseon%2Fazure-storage-practical-guide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeongseon%2Fazure-storage-practical-guide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeongseon%2Fazure-storage-practical-guide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeongseon%2Fazure-storage-practical-guide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yeongseon","download_url":"https://codeload.github.com/yeongseon/azure-storage-practical-guide/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeongseon%2Fazure-storage-practical-guide/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34011815,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-07T02:00:07.652Z","response_time":124,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure","azure-files","blob-storage","mkdocs","mslearn","practical-guide","private-endpoint","storage"],"created_at":"2026-06-07T07:03:51.184Z","updated_at":"2026-06-07T07:04:14.286Z","avatar_url":"https://github.com/yeongseon.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Azure Storage Practical Guide\n\n[English](README.md) | [한국어](README.ko.md) | [日本語](README.ja.md) | [简体中文](README.zh-CN.md)\n\nA practical guide covering Azure Storage data access, durability, operations, and troubleshooting — grounded in MS Learn documentation.\n\n## What's Inside\n\n| Section | Description |\n|---------|-------------|\n| [Start Here](https://yeongseon.github.io/azure-storage-practical-guide/start-here/) | Storage overview, service selection guide, and common usage scenarios |\n| [Platform](https://yeongseon.github.io/azure-storage-practical-guide/platform/) | Deep dive into accounts, Blob, File, Queue, and Table services with redundancy models |\n| [Best Practices](https://yeongseon.github.io/azure-storage-practical-guide/best-practices/) | Production-ready design for security, networking, performance, and lifecycle management |\n| [Operations](https://yeongseon.github.io/azure-storage-practical-guide/operations/) | Day-2 guide for managing containers, shares, private endpoints, and data movement |\n| [Tutorials](https://yeongseon.github.io/azure-storage-practical-guide/tutorials/) | Hands-on labs for lifecycle policies, AD integration, and static websites with CDN |\n| [Troubleshooting](https://yeongseon.github.io/azure-storage-practical-guide/troubleshooting/) | Diagnosis playbooks for access denied, throttling, and replication lag issues |\n| [Reference](https://yeongseon.github.io/azure-storage-practical-guide/reference/) | Quick-lookup for service selection, redundancy options, and access cheatsheets |\n\n## Storage Services\n\nDetailed coverage of Azure Storage offerings:\n- **Blob Storage**: Scalable object storage for unstructured data and static websites\n- **Azure Files**: Managed file shares with AD integration and SMB/NFS support\n- **Queue Storage**: Messaging store for workflow processing and communication\n- **Table Storage**: NoSQL key-attribute store for rapid development\n- **Redundancy**: Implementation of LRS, ZRS, GRS, and GZRS for data durability\n\n## Quick Start\n\n```bash\n# Clone the repository\ngit clone https://github.com/yeongseon/azure-storage-practical-guide.git\n\n# Install MkDocs dependencies\npip install mkdocs-material mkdocs-minify-plugin\n\n# Start local documentation server\nmkdocs serve\n```\n\nVisit `http://127.0.0.1:8000` to browse the documentation locally.\n\n## Contributing\n\nContributions welcome! Please see our [Contributing Guide](https://yeongseon.github.io/azure-storage-practical-guide/contributing/) for:\n\n- Repository structure and content organization\n- Document templates and writing standards\n- Local development setup and build validation\n- Pull request process\n\n## Related Projects\n\n| Repository | Description |\n|---|---|\n| [azure-virtual-machine-practical-guide](https://github.com/yeongseon/azure-virtual-machine-practical-guide) | Azure Virtual Machines practical guide |\n| [azure-networking-practical-guide](https://github.com/yeongseon/azure-networking-practical-guide) | Azure Networking practical guide |\n| [azure-app-service-practical-guide](https://github.com/yeongseon/azure-app-service-practical-guide) | Azure App Service practical guide |\n| [azure-functions-practical-guide](https://github.com/yeongseon/azure-functions-practical-guide) | Azure Functions practical guide |\n| [azure-container-apps-practical-guide](https://github.com/yeongseon/azure-container-apps-practical-guide) | Azure Container Apps practical guide |\n| [azure-communication-services-practical-guide](https://github.com/yeongseon/azure-communication-services-practical-guide) | Azure Communication Services practical guide |\n| [azure-kubernetes-service-practical-guide](https://github.com/yeongseon/azure-kubernetes-service-practical-guide) | Azure Kubernetes Service (AKS) practical guide |\n| [azure-architecture-practical-guide](https://github.com/yeongseon/azure-architecture-practical-guide) | Azure Architecture practical guide |\n| [azure-monitoring-practical-guide](https://github.com/yeongseon/azure-monitoring-practical-guide) | Azure Monitoring practical guide |\n\n## Disclaimer\n\nThis is an independent community project. Not affiliated with or endorsed by Microsoft. Azure and Azure Storage are trademarks of Microsoft Corporation.\n\n## License\n\n[MIT](LICENSE)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeongseon%2Fazure-storage-practical-guide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyeongseon%2Fazure-storage-practical-guide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeongseon%2Fazure-storage-practical-guide/lists"}