{"id":50639714,"url":"https://github.com/yeongseon/azure-networking-practical-guide","last_synced_at":"2026-06-07T07:04:22.464Z","repository":{"id":349168907,"uuid":"1201284710","full_name":"yeongseon/azure-networking-practical-guide","owner":"yeongseon","description":"Azure Networking Practical Guide — Tables, diagrams, and MS Learn-sourced best practices for VNets, DNS, NSGs, Private Endpoints, and hybrid connectivity","archived":false,"fork":false,"pushed_at":"2026-05-21T17:04:08.000Z","size":519,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-21T21:56:46.826Z","etag":null,"topics":["azure","dns","mkdocs","mslearn","networking","nsg","practical-guide","private-endpoint","vnet"],"latest_commit_sha":null,"homepage":"https://yeongseon.github.io/azure-networking-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:54.000Z","updated_at":"2026-04-15T12:00:05.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/yeongseon/azure-networking-practical-guide","commit_stats":null,"previous_names":["yeongseon/azure-networking-practical-guide"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yeongseon/azure-networking-practical-guide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeongseon%2Fazure-networking-practical-guide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeongseon%2Fazure-networking-practical-guide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeongseon%2Fazure-networking-practical-guide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeongseon%2Fazure-networking-practical-guide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yeongseon","download_url":"https://codeload.github.com/yeongseon/azure-networking-practical-guide/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeongseon%2Fazure-networking-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","dns","mkdocs","mslearn","networking","nsg","practical-guide","private-endpoint","vnet"],"created_at":"2026-06-07T07:03:52.098Z","updated_at":"2026-06-07T07:04:22.459Z","avatar_url":"https://github.com/yeongseon.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Azure Networking Practical Guide\n\n[English](README.md) | [한국어](README.ko.md) | [日本語](README.ja.md) | [简体中文](README.zh-CN.md)\n\nA practical guide covering Azure networking connectivity design, 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-networking-practical-guide/start-here/) | Networking overview, connectivity framing, and common architectural scenarios |\n| [Platform](https://yeongseon.github.io/azure-networking-practical-guide/platform/) | Core services: VNet, DNS, routing, load balancing, and private connectivity |\n| [Best Practices](https://yeongseon.github.io/azure-networking-practical-guide/best-practices/) | Production-ready design for subnetting, NSG/Firewall, and hybrid connectivity |\n| [Operations](https://yeongseon.github.io/azure-networking-practical-guide/operations/) | Day-2 guide for configuring UDR, private endpoints, peering, and packet capture |\n| [Tutorials](https://yeongseon.github.io/azure-networking-practical-guide/tutorials/) | Hands-on labs for hub-spoke topology, private endpoints, and WAF configuration |\n| [Troubleshooting](https://yeongseon.github.io/azure-networking-practical-guide/troubleshooting/) | Diagnosis playbooks for DNS resolution, VPN gateways, and health probe failures |\n| [Reference](https://yeongseon.github.io/azure-networking-practical-guide/reference/) | Quick-lookup decision guides for connectivity and routing cheatsheets |\n\n## Focus Areas\n\nExplore the core pillars of Azure networking included in this guide:\n- **Virtual Network (VNet)**: Address space management, subnetting, and peering\n- **Connectivity**: Private Endpoints, Private Link, and hybrid options (VPN, ExpressRoute)\n- **Security**: Network Security Groups (NSG), Azure Firewall, and Application Gateway WAF\n- **Traffic Management**: Load balancing, routing (UDR), and DNS resolution patterns\n- **Observability**: Network path monitoring and packet diagnostics\n\n## Quick Start\n\n```bash\n# Clone the repository\ngit clone https://github.com/yeongseon/azure-networking-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-networking-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-storage-practical-guide](https://github.com/yeongseon/azure-storage-practical-guide) | Azure Storage 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 Virtual Network 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-networking-practical-guide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyeongseon%2Fazure-networking-practical-guide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeongseon%2Fazure-networking-practical-guide/lists"}