https://github.com/yeongseon/azure-virtual-machine-practical-guide
Azure Virtual Machine practical guide — platform internals, operations, and troubleshooting grounded in MS Learn
https://github.com/yeongseon/azure-virtual-machine-practical-guide
azure azure-virtual-machines best-practices cloud-computing devops documentation infrastructure-as-code mkdocs troubleshooting
Last synced: 16 days ago
JSON representation
Azure Virtual Machine practical guide — platform internals, operations, and troubleshooting grounded in MS Learn
- Host: GitHub
- URL: https://github.com/yeongseon/azure-virtual-machine-practical-guide
- Owner: yeongseon
- License: mit
- Created: 2026-04-04T10:41:40.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-05-21T16:55:23.000Z (about 1 month ago)
- Last Synced: 2026-05-21T21:56:46.372Z (about 1 month ago)
- Topics: azure, azure-virtual-machines, best-practices, cloud-computing, devops, documentation, infrastructure-as-code, mkdocs, troubleshooting
- Language: Python
- Homepage: https://yeongseon.github.io/azure-virtual-machine-practical-guide/
- Size: 1.18 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.ja.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Azure Virtual Machine 実務ガイド
[English](README.md) | [한국어](README.ko.md) | [日本語](README.ja.md) | [简体中文](README.zh-CN.md)
MS Learn ドキュメントに基づいた、Azure VM のプラットフォーム内部、運用、およびトラブルシューティングに関する実務ガイドです。
## スコープ
- ✅ 含まれるもの: Azure VM プラットフォームの概念、運用、セキュリティ、モニタリング、トラブルシューティング
- ❌ 含まれないもの: OS 固有またはアプリケーションインストールのチュートリアル
## 主な内容
| セクション | 目的 |
|---------|---------|
| ここから開始 (Start Here) | VM 概要、他のコンピューティングオプションとの比較、学習パス |
| プラットフォーム (Platform) | Azure VM の仕組み、コンポーネント、ライフサイクル |
| ベストプラクティス (Best Practices) | 本番環境に対応した設計と運用ガイドライン |
| 運用 (Operations) | ステップバイステップの運用手順と構成 |
| トラブルシューティング (Troubleshooting) | 症状ベースの診断と解決 |
| リファレンス (Reference) | クイックルックアップサマリーテーブル |
## コンテンツソース
すべてのコンテンツは、公式 [Microsoft Learn](https://learn.microsoft.com/en-us/azure/virtual-machines/) ドキュメントに基づいています。
## ローカルビルド
```bash
pip install mkdocs-material pymdown-extensions
mkdocs build --strict
mkdocs serve
```
## 関連プロジェクト
| リポジトリ | 説明 |
|---|---|
| [azure-networking-practical-guide](https://github.com/yeongseon/azure-networking-practical-guide) | Azure Networking 実務ガイド |
| [azure-storage-practical-guide](https://github.com/yeongseon/azure-storage-practical-guide) | Azure Storage 実務ガイド |
| [azure-app-service-practical-guide](https://github.com/yeongseon/azure-app-service-practical-guide) | Azure App Service 実務ガイド |
| [azure-functions-practical-guide](https://github.com/yeongseon/azure-functions-practical-guide) | Azure Functions 実務ガイド |
| [azure-container-apps-practical-guide](https://github.com/yeongseon/azure-container-apps-practical-guide) | Azure Container Apps 実務ガイド |
| [azure-kubernetes-service-practical-guide](https://github.com/yeongseon/azure-kubernetes-service-practical-guide) | Azure Kubernetes Service 実務ガイド |
| [azure-monitoring-practical-guide](https://github.com/yeongseon/azure-monitoring-practical-guide) | Azure Monitoring 実務ガイド |