Skip to content

Commit e0e51fc

Browse files
Merge pull request #222730 from SnehaSudhirG/03Jan-DocUpdateDSCNode
Added DSC node status values
2 parents cd7ef53 + f7d50d9 commit e0e51fc

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

articles/automation/automation-dsc-getting-started.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Get started with Azure Automation State Configuration
33
description: This article tells how to do the most common tasks in Azure Automation State Configuration.
44
services: automation
55
ms.subservice: dsc
6-
ms.date: 04/15/2019
6+
ms.date: 01/03/2022
77
ms.topic: conceptual
88
---
99

@@ -183,6 +183,22 @@ account in the **Nodes** tab of the State configuration (DSC) page.
183183
1. On the Automation account page, click **State configuration (DSC)** under **Configuration Management**.
184184
1. On the State configuration (DSC) page, click the **Nodes** tab.
185185
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+
186202
## View reports for managed nodes
187203
188204
Each time State Configuration performs a consistency check on a managed node, the

0 commit comments

Comments
 (0)