0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Azure AzureGuestAgentのメモ

Posted at

Azure Guest Agent (Azure VM Agent) は、Azure上の仮想マシン (VM) にインストールされているエージェントソフトウェアで、VM と Azure 管理サービスの間のインターフェースとして機能します。こちらのエージェントは各種拡張機能のベースとなっていたりしていて、停止したらログやメトリックが取れなくなったりバックアップがコケてしまったします。
主な機能は以下の通りです:

  1. 拡張機能のインストールと管理
    Azure VM に対する拡張機能(バックアップやセキュリティ、構成管理など)をインストール・管理するために使用されます。

  2. 状態監視
    VM の状態を Azure 管理サービスに定期的に報告します。これにより、Azure 上で VM の健全性を監視することができます。

  3. Azureバックアップとディスクスナップショットの実行
    VMのバックアップやディスクのスナップショットを、エージェントを通じて自動化することが可能です。

  4. カスタムスクリプト実行
    Azureポータルを介して VM 上でカスタムスクリプトを実行する際に使用されます。

  5. プロビジョニング
    仮想マシンの初期セットアップ時に、ネットワーク設定やディスクのアタッチなどを自動的に実行するためのプロビジョニングタスクを処理します。

このエージェントが正常に動作していることで、Azure上の管理タスクを効率的に実行できるようになります。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?