{"id":50639737,"url":"https://github.com/yeongseon/azure-virtual-machine-practical-guide","last_synced_at":"2026-06-07T07:04:26.814Z","repository":{"id":349153715,"uuid":"1201195084","full_name":"yeongseon/azure-virtual-machine-practical-guide","owner":"yeongseon","description":"Azure Virtual Machine practical guide — platform internals, operations, and troubleshooting grounded in MS Learn","archived":false,"fork":false,"pushed_at":"2026-05-21T16:55:23.000Z","size":1240,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-21T21:56:46.372Z","etag":null,"topics":["azure","azure-virtual-machines","best-practices","cloud-computing","devops","documentation","infrastructure-as-code","mkdocs","troubleshooting"],"latest_commit_sha":null,"homepage":"https://yeongseon.github.io/azure-virtual-machine-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.ja.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-04-04T10:41:40.000Z","updated_at":"2026-04-15T12:00:19.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/yeongseon/azure-virtual-machine-practical-guide","commit_stats":null,"previous_names":["yeongseon/azure-virtual-machine-practical-guide"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yeongseon/azure-virtual-machine-practical-guide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeongseon%2Fazure-virtual-machine-practical-guide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeongseon%2Fazure-virtual-machine-practical-guide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeongseon%2Fazure-virtual-machine-practical-guide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeongseon%2Fazure-virtual-machine-practical-guide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yeongseon","download_url":"https://codeload.github.com/yeongseon/azure-virtual-machine-practical-guide/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeongseon%2Fazure-virtual-machine-practical-guide/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34011816,"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-virtual-machines","best-practices","cloud-computing","devops","documentation","infrastructure-as-code","mkdocs","troubleshooting"],"created_at":"2026-06-07T07:03:57.068Z","updated_at":"2026-06-07T07:04:26.803Z","avatar_url":"https://github.com/yeongseon.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Azure Virtual Machine 実務ガイド\n\n[English](README.md) | [한국어](README.ko.md) | [日本語](README.ja.md) | [简体中文](README.zh-CN.md)\n\nMS Learn ドキュメントに基づいた、Azure VM のプラットフォーム内部、運用、およびトラブルシューティングに関する実務ガイドです。\n\n## スコープ\n\n- ✅ 含まれるもの: Azure VM プラットフォームの概念、運用、セキュリティ、モニタリング、トラブルシューティング\n- ❌ 含まれないもの: OS 固有またはアプリケーションインストールのチュートリアル\n\n## 主な内容\n\n| セクション | 目的 |\n|---------|---------|\n| ここから開始 (Start Here) | VM 概要、他のコンピューティングオプションとの比較、学習パス |\n| プラットフォーム (Platform) | Azure VM の仕組み、コンポーネント、ライフサイクル |\n| ベストプラクティス (Best Practices) | 本番環境に対応した設計と運用ガイドライン |\n| 運用 (Operations) | ステップバイステップの運用手順と構成 |\n| トラブルシューティング (Troubleshooting) | 症状ベースの診断と解決 |\n| リファレンス (Reference) | クイックルックアップサマリーテーブル |\n\n## コンテンツソース\n\nすべてのコンテンツは、公式 [Microsoft Learn](https://learn.microsoft.com/en-us/azure/virtual-machines/) ドキュメントに基づいています。\n\n## ローカルビルド\n\n```bash\npip install mkdocs-material pymdown-extensions\nmkdocs build --strict\nmkdocs serve\n```\n\n## 関連プロジェクト\n\n| リポジトリ | 説明 |\n|---|---|\n| [azure-networking-practical-guide](https://github.com/yeongseon/azure-networking-practical-guide) | Azure Networking 実務ガイド |\n| [azure-storage-practical-guide](https://github.com/yeongseon/azure-storage-practical-guide) | Azure Storage 実務ガイド |\n| [azure-app-service-practical-guide](https://github.com/yeongseon/azure-app-service-practical-guide) | Azure App Service 実務ガイド |\n| [azure-functions-practical-guide](https://github.com/yeongseon/azure-functions-practical-guide) | Azure Functions 実務ガイド |\n| [azure-container-apps-practical-guide](https://github.com/yeongseon/azure-container-apps-practical-guide) | Azure Container Apps 実務ガイド |\n| [azure-kubernetes-service-practical-guide](https://github.com/yeongseon/azure-kubernetes-service-practical-guide) | Azure Kubernetes Service 実務ガイド |\n| [azure-monitoring-practical-guide](https://github.com/yeongseon/azure-monitoring-practical-guide) | Azure Monitoring 実務ガイド |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeongseon%2Fazure-virtual-machine-practical-guide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyeongseon%2Fazure-virtual-machine-practical-guide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeongseon%2Fazure-virtual-machine-practical-guide/lists"}