You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/automation/automation-dsc-getting-started.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Get started with Azure Automation State Configuration
3
3
description: This article tells how to do the most common tasks in Azure Automation State Configuration.
4
4
services: automation
5
5
ms.subservice: dsc
6
-
ms.date: 04/15/2019
6
+
ms.date: 01/03/2022
7
7
ms.topic: conceptual
8
8
---
9
9
@@ -183,6 +183,22 @@ account in the **Nodes** tab of the State configuration (DSC) page.
183
183
1. On the Automation account page, click **State configuration (DSC)** under **Configuration Management**.
184
184
1. On the State configuration (DSC) page, click the **Nodes** tab.
185
185
186
+
187
+
### DSC nodes status values
188
+
189
+
The DSC node can take any of the following six values as follows:
190
+
191
+
- **Failed** - This status is displayed when an error occurs while applying one or more configurations on a node.
192
+
- **Not compliant** - This status is displayed when drift occurs on a node and it requires a close review if it is systematic.
193
+
- **Unresponsive** - This status is displayed when a node has not been checked in for more than 24 hours.
194
+
- **Pending** - This status is displayed when a node has a new configuration to apply and the pull server is awaiting node check in.
195
+
- **In progress** - This status is displayed when a node applies configuration, and the pull server is awaiting status.
196
+
- **Compliant** - This status is displayed when a node has a valid configuration, and no drift occurs presently.
197
+
198
+
>[!NOTE]
199
+
>- **RefreshFrequencyMins** - It defines the frequency of node contacting the agent service and can be provided as part of onboarding to DSC. It takes a maximum value of 10080 minutes.
200
+
>- Node will be marked as **Unresponsive** if the node does not contact the agent service for 1440 minutes (1 Day). We recommend that you use **RefreshFrequencyMins** value < 1440 minutes, else the node would show in a false **Unresponsive** state.
201
+
186
202
## View reports for managed nodes
187
203
188
204
Each time State Configuration performs a consistency check on a managed node, the
0 commit comments