exam questions

Exam AZ-400 All Questions

View all questions & answers for the AZ-400 exam

Exam AZ-400 topic 8 question 71 discussion

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

DRAG DROP
-

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.

Show Suggested Answer Hide Answer
Suggested Answer:

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
Iaminall
Highly Voted 1 year, 11 months ago
Correct https://learn.microsoft.com/fr-fr/azure/automation/automation-dsc-diagnostics
upvoted 10 times
xda
11 months, 1 week ago
For easy learning, the First Letter for the Answers (top to bottom) are: C O R rec T
upvoted 9 times
...
petitbilly
1 year, 10 months ago
Also the link in English. But your link is perfect. https://learn.microsoft.com/en-us/azure/automation/automation-dsc-diagnostics#view-the-state-configuration-logs
upvoted 4 times
...
...
mrg998
Highly Voted 1 year, 11 months ago
thats right: Close the Queries dialog box. The Log Search pane opens with a query region scoped to your Automation account resource. The records for DSC operations are stored in the AzureDiagnostics table. To find nodes that aren't compliant, type the following query. Kusto Copy AzureDiagnostics | where Category == "DscNodeStatus" | where OperationName contains "DSCNodeStatusData" | where ResultType != "Compliant" Filtering details: Filter on DscNodeStatusData to return operations for each State Configuration node. Filter on DscResourceStatusData to return operations for each DSC resource called in the node configuration applied to that resource. Filter on DscResourceStatusData to return error information for any DSC resources that fail.
upvoted 6 times
gabo
1 year, 3 months ago
Correct. Reference here : https://learn.microsoft.com/en-us/azure/automation/automation-dsc-diagnostics
upvoted 1 times
...
xRiot007
1 year, 5 months ago
@AzureJobsTillRetire - either a box is missing or this question has multiple variants, where one has 3 boxes and one has 4. I've seen this kind of stuff in other exams
upvoted 1 times
...
AzureJobsTillRetire
1 year, 11 months ago
Is there a box missing in the question? Should the box be placed after the word "contains" and be filled with "DSCNodeStatusData"?
upvoted 1 times
...
...
vsvaid
Most Recent 1 year ago
AzureDiagnostics | where Category == "DscNodeStatus" | where OperationName contains "DSCNodeStatusData" | where ResultType != "Compliant"
upvoted 1 times
...
zellck
1 year, 7 months ago
1. Category 2. OperationName 3. ResultType https://learn.microsoft.com/en-us/azure/automation/automation-dsc-diagnostics#view-the-state-configuration-logs The records for DSC operations are stored in the AzureDiagnostics table. To find nodes that aren't compliant, type the following query. AzureDiagnostics | where Category == "DscNodeStatus" | where OperationName contains "DSCNodeStatusData" | where ResultType != "Compliant"
upvoted 5 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 ...