Which five actions should you perform in sequence?

DRAG DROP
You need to use Azure Automation State Configuration to manage the ongoing consistency of virtual machine configurations.
Which five actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.
Select and Place:

microsoft-exams

4 thoughts on “Which five actions should you perform in sequence?

  1. Node configuration are inside the *.ps1 file so the answer and explanation are correct.

    configuration TestConfig
    {
    Node IsWebServer
    {
    WindowsFeature IIS
    {
    Ensure = ‘Present’
    Name = ‘Web-Server’
    IncludeAllSubFeature = $true
    }

    1. The whole problem of this question is that during the onboard step you do “Assign the node configuration”, but it is done as part of the onboarding step. You do not need to do it after onboarding, anyway you can change it.
      Maybe that is the reason, why more than 1 order is correct.

  2. Correct steps are as follows:
    Step 1: Upload a configuration to Azure Automation State Configuration.
    Step 2: Compiling a configuration into a node configuration.
    Step 3: Onboard the virtual machines to Azure State Configuration.
    Step 4: Assign the node configuration.
    Step 5: Check the compliance status of the node.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.