あなたの会社には、サードパーティのパブリッククラウドでLinuxを実行する2つの仮想マシンがあります。
会社のAzureAutomation State Configuration実装を使用して、2つの仮想マシンを管理し、構成のドリフトを検出することを計画しています。
Linux仮想マシンをオンボードする必要があります。
PowerShellのDesiredState Configuration(DSC)を仮想マシンにインストールしてから、register.pyを実行します。
次に実行する必要がある3つのアクションはどれですか?回答するには、アクションのリストから回答領域にアクションを移動し、正しい順序で配置します。

正解:
Step 1: Create a DSC metaconfiguration
Load up the DSC Configuration into Azure Automation.
Step 2: Copy the metaconfiguration to the virtual machines.
Linking the Node Configuration to the Linux Host
Step 3: Add the virtual machines as DSC nodes in Azure Automation.
go to DSC Nodes, select your node, and then click Assign node configuration. This step assigns the DSC configuration to the Linux machine.
Next up will be to link the node configuration to the host. Go to the host and press the "Assign node..."-button. Next up you can select your node configuration.