AZ-400 · Question #581
Drag and Drop Question You have an Azure subscription that contains 50 virtual machines. You manage the configuration of the virtual machines by using Azure Automation State Configuration. You need to
The correct answer is 'Present'; 'Running'. In DSC, the WindowsFeature resource uses 'Ensure = Present' to confirm that a Windows feature (like Windows Defender) is installed on the system. The Service resource uses 'State = Running' to ensure that a Windows service is actively running. These two values directly map to the
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- 'Present'
- 'Running'
Explanation
In DSC, the WindowsFeature resource uses 'Ensure = Present' to confirm that a Windows feature (like Windows Defender) is installed on the system. The Service resource uses 'State = Running' to ensure that a Windows service is actively running. These two values directly map to the DSC resource properties that control feature installation state and service runtime state respectively.
Topics
Community Discussion
No community discussion yet for this question.
