QuestionQ79

Administración de máquinas virtuales y contenedores

You have an Azure subscription that contains multiple virtual machines running Windows Server.

You need to create an Azure Machine Configuration package.

Which three actions should you carry out, in sequence?

Drag & Drop
Create a YAML file.
Generate a CAB file.
Generate a MOF file.
Generate a ZIP file.
Create a PS1 file.
Explanation

For Windows, an Azure Machine Configuration package begins with a PowerShell DSC configuration (.ps1). Compiling that configuration produces a Managed Object Format (MOF) document, and the MOF plus any required resources are packaged into a ZIP file for Machine Configuration.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!