exam questions

Exam AZ-400 All Questions

View all questions & answers for the AZ-400 exam

Exam AZ-400 topic 7 question 61 discussion

Actual exam question from Microsoft's AZ-400
Question #: 61
Topic #: 7
[All AZ-400 Questions]

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:

Show Suggested Answer Hide Answer
Suggested Answer:
Step 1: Assign the node configuration.
You create a simple DSC configuration that ensures either the presence or absence of the Web-Server Windows Feature (IIS), depending on how you assign nodes.
Step 2: Upload a configuration to Azure Automation State Configuration.
You import the configuration into the Automation account.
Step 3: Compiling a configuration into a node configuration
Compiling a configuration in Azure Automation
Before you can apply a desired state to a node, a DSC configuration defining that state must be compiled into one or more node configurations (MOF document), and placed on the Automation DSC Pull Server.
Step 4: Onboard the virtual machines to Azure State Configuration
Onboarding an Azure VM for management with Azure Automation State Configuration
Step 5: Check the compliance status of the node.
Viewing reports for managed nodes. Each time Azure Automation State Configuration performs a consistency check on a managed node, the node sends a status report back to the pull server. You can view these reports on the page for that node.
On the blade for an individual report, you can see the following status information for the corresponding consistency check:
The report status ג€" whether the node is "Compliant", the configuration "Failed", or the node is "Not Compliant" (when the node is in ApplyandMonitor mode and the machine is not in the desired state).
Reference:
https://docs.microsoft.com/en-us/azure/automation/automation-dsc-getting-started

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
TosO
Highly Voted 5 years, 1 month ago
1. Upload 2. Compile 3. Onboard 4. Assing the node configuration 5. Check
upvoted 122 times
TateBytes
4 years, 3 months ago
Wrong. Answers are here: https://docs.microsoft.com/en-us/azure/automation/tutorial-configure-servers-desired-state "Azure Automation State Configuration allows you to specify configurations for your servers and ensure that those servers are in the specified state over time. 1. Onboard a VM to be managed by Azure Automation DSC 2. Upload a configuration to Azure Automation 3. Compile a configuration into a node configuration 4. Assign a node configuration to a managed node 5. Check the compliance status of a managed node 6. For this tutorial, we use a simple DSC configuration that ensures that IIS is installed on the VM."
upvoted 59 times
vikki
4 years, 3 months ago
Thank you for the pithy comments and sharing the useful link. Compared to the flow provided from here: https://docs.microsoft.com/en-us/azure/automation/automation-dsc-getting-started Is that possible due to the different perspective from the machines and from Automation State Configuration itself differ the steps?
upvoted 1 times
...
rdemontis
3 years, 1 month ago
Both of the answers you gave are correct and in fact it says in the question that there are multiple types of answer sorting. I would add that the following sorting would also be correct: 1. Upload a config 2. Onboard the VM 3. Compile a configuration 4. Assign node configuration 5. check compliance status in fact as you can see from the article below the upload and onboard process are independent. Just look at what parameters are passed in the powershell commands. For example to do the onboard you need: - a resource group - an automation accouint - a VM (with the DSC extension installed) https://docs.microsoft.com/en-us/azure/automation/tutorial-configure-servers-desired-state
upvoted 5 times
...
XJ
2 years, 4 months ago
thanks for the link
upvoted 1 times
...
...
MP270915
5 years, 1 month ago
Why not Assign as first?
upvoted 1 times
[Removed]
5 years, 1 month ago
@ToS0 , please could you justify your answer
upvoted 2 times
[Removed]
5 years, 1 month ago
TosO has provided the correct answer
upvoted 2 times
d0bermannn
3 years, 7 months ago
as 'More than one order of answer choices is correct' we must use some logics here for examlpe do not check dsc status ahead of vm onboardin or conf.compiling)
upvoted 1 times
...
...
hubeau
5 years, 1 month ago
https://docs.microsoft.com/en-us/azure/automation/automation-dsc-getting-started#importing-a-configuration-into-azure-automation 1. Importing a configuration into Azure Automatio = Upload 2. Compiling 3. Oboarding 4. Assign node when oboarding. In Oboarding section: "7. In the Registration page, select the name of the node configuration you want to apply to the VM in the Node configuration name box. Providing a name at this point is optional. You can change the assigned node configuration after onboarding the node. Check Reboot Node if Needed, then click OK." 5. Check status
upvoted 8 times
...
...
...
bnair
4 years, 12 months ago
This is correct.
upvoted 1 times
...
Root_Access
4 years, 11 months ago
Gotta say he is right. A node configuration is a result of compiling a configuration, so you cant assign it before compiling your configuration.
upvoted 2 times
...
...
031920
Highly Voted 4 years, 10 months ago
as per microsoft docs https://docs.microsoft.com/en-us/azure/automation/automation-quickstart-dsc-configuration it should be Onboard upload compile assign check
upvoted 13 times
dung1996
8 months, 1 week ago
https://learn.microsoft.com/en-us/azure/automation/tutorial-configure-servers-desired-state
upvoted 1 times
...
...
TriDuong
Most Recent 8 months ago
Azure Automation State Configuration allows you to specify configurations for your servers and ensure that those servers are in the specified state over time. 1. Onboard a VM to be managed by Azure Automation DSC 2. Upload a configuration to Azure Automation 3. Compile a configuration into a node configuration 4. Assign a node configuration to a managed node 5. Check the compliance status of a managed node => OU CAC
upvoted 1 times
...
dung1996
8 months, 1 week ago
Onboard a VM to be managed by Azure Automation DSC Upload a configuration to Azure Automation Compile a configuration into a node configuration Assign a node configuration to a managed node Check the compliance status of a managed node
upvoted 1 times
...
vsvaid
1 year, 4 months ago
Upload Compile Onboard VM Assign Node Check
upvoted 1 times
...
varinder82
1 year, 5 months ago
Final answer after going through all the comments 1. Onboard a VM to be managed by Azure Automation DSC 2. Upload a configuration to Azure Automation 3. Compile a configuration into a node configuration 4. Assign a node configuration to a managed node 5. Check the compliance status of a managed node
upvoted 4 times
...
gabo
1 year, 7 months ago
As per https://learn.microsoft.com/en-us/azure/automation/quickstarts/dsc-configuration 1. Onboard VM to Azure Automation 2. Import the configuration 3. Compile the configuration 4. Assign a node configuration 5. View/Check node status
upvoted 2 times
...
Rahul_Raj_9
1 year, 7 months ago
Upload: You need to upload the configuration file (DSC script) to Azure Automation State Configuration. Compile: After uploading, you need to compile the configuration into a node configuration. Onboard: Next, you need to onboard the virtual machine as a DSC node. Assign the node configuration: After onboarding the virtual machine, you need to assign the compiled node configuration to the DSC node. Check: Finally, you need to check the compliance of the node. This will tell you whether the actual state of the virtual machine matches the desired state defined in the node configuration.
upvoted 1 times
...
Jis247
2 years, 7 months ago
Azure Automation State Configuration allows you to specify configurations for your servers and ensure that those servers are in the specified state over time. Onboard a VM to be managed by Azure Automation DSC Upload a configuration to Azure Automation Compile a configuration into a node configuration Assign a node configuration to a managed node Check the compliance status of a managed node https://learn.microsoft.com/en-us/azure/automation/tutorial-configure-servers-desired-state
upvoted 4 times
...
syu31svc
2 years, 9 months ago
https://docs.microsoft.com/en-us/azure/automation/tutorial-configure-servers-desired-state 1) Upload a configuration to Azure Automation State Configuration 2) Compile a configuration into a node configuration 3) Onboard the virtual machines to Azure Automation State Configuration 4) Assign the node configuration 5) Check the compliance status of the node
upvoted 3 times
...
Eltooth
2 years, 11 months ago
Two possible solutions - both are correct: Upload --OR--Onboard Compile --OR-- Upload Onboard --OR-- Compile Assign Check
upvoted 6 times
gabo
1 year, 7 months ago
This is the most sensible answer. Both are valid.
upvoted 1 times
mfawew223
1 year, 5 months ago
The question also specifies that multiple orders can be correct. So I think Eltooth summarized the 2 possible solutions nicely
upvoted 1 times
...
...
...
simoziyadi
3 years, 5 months ago
Azure Automation State Configuration allows you to specify configurations for your servers and ensure that those servers are in the specified state over time. 1.Onboard a VM to be managed by Azure Automation DSC 2.Upload a configuration to Azure Automation 3.Compile a configuration into a node configuration 4.Assign a node configuration to a managed node 5.Check the compliance status of a managed node
upvoted 1 times
...
AdamCzepiel
3 years, 5 months ago
from https://docs.microsoft.com/en-us/azure/automation/tutorial-configure-servers-desired-state Onboard a VM to be managed by Azure Automation DSC Upload a configuration to Azure Automation Compile a configuration into a node configuration Assign a node configuration to a managed node Check the compliance status of a managed node
upvoted 2 times
...
Sakile
3 years, 7 months ago
Onboard a VM to be managed by Azure Automation DSC Upload a configuration to Azure Automation Compile a configuration into a node configuration Assign a node configuration to a managed node Check the compliance status of a managed node
upvoted 1 times
...
erico
3 years, 10 months ago
The right sets of steps are First upload the configuration that needs to be applied to the Azure virtual machines Then compile the configuration into the Azure Automation account Next On-board the virtual machines to Azure Automation State Configuration Next assign the nodes to the configuration Finally check the compliance status of the nodes
upvoted 1 times
...
Lily2022
4 years ago
1. Upload 2. Compile 3. Onboard 4. Assing the node configuration 5. Check
upvoted 2 times
...
TanmoyD
4 years ago
1. Onboard a VM to be managed by Azure Automation DSC 2. Upload a configuration to Azure Automation 3. Compile a configuration into a node configuration 4. Assign a node configuration to a managed node 5. Check the compliance status of a managed node
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago