AZ-400 · Question #442
AZ-400 Question #442: Real Exam Question with Answer & Explanation
The correct query uses 'DscReportStatus' as the table source (which stores DSC node compliance data in Log Analytics), 'Category' to filter for the specific log category, and 'ResultType' to filter for noncompliant nodes (e.g., where ResultType == 'Failed' or 'NonCompliant'). Thi
Question
Drag and Drop Question You have an Azure subscription that uses Azure Automation State Configuration to manage the configuration of virtual machines. You need to identify which nodes are noncompliant. How should you complete the query? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point. Answer:
Explanation
The correct query uses 'DscReportStatus' as the table source (which stores DSC node compliance data in Log Analytics), 'Category' to filter for the specific log category, and 'ResultType' to filter for noncompliant nodes (e.g., where ResultType == 'Failed' or 'NonCompliant'). This combination allows you to correctly identify nodes that are out of compliance by querying the appropriate Azure Monitor / Log Analytics table and filtering on the compliance result field.
Topics
Community Discussion
No community discussion yet for this question.