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?

More than 1 year has passed since last update.

azure 代表的な拡張機能

Posted at

●代表的な拡張機能

■カスタムスクリプト拡張機能
仮想マシンのOSで、指定したスクリプトを実行するための拡張機能。
Windows仮想マシンに対してはPowerShellスクリプトを、Linux仮想マシンに対してはシェルスクリプトを実行できる。例えば、仮想マシンの初期設定を行うスクリプトを準備し、仮想マシンの作成時にこの拡張機能によってスクリプトを実行することで、仮想マシンの初期設定を自動化できる。

■PowerShell DSC拡張機能
PowerShellによるシステムの構成や展開を行う管理プラットフォーム。
Configurationと呼ばれるスクリプトファイルに宣言型構文と呼ばれる形式で定義。

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?