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-onboarding.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Onboarding machines for management by Azure Automation State Configuration
3
-
description: How to setup machines for management with Azure Automation State Configuration
3
+
description: How to set up machines for management with Azure Automation State Configuration
4
4
services: automation
5
5
ms.service: automation
6
6
ms.subservice: dsc
@@ -15,7 +15,7 @@ manager: carmonm
15
15
## Why manage machines with Azure Automation State Configuration?
16
16
17
17
Azure Automation State Configuration is a configuration management service
18
-
for DSC nodes in any cloud or on-premises datacenter.
18
+
for Desired State Configuration (DSC) nodes in any cloud or on-premises datacenter.
19
19
It enables scalability across thousands of machines quickly and easily from a central, secure location.
20
20
You can easily onboard machines,
21
21
assign them declarative configurations,
@@ -41,7 +41,7 @@ State Configuration can also be used as a report-only endpoint.
41
41
This allows you to set (push) configurations through DSC and view reporting details in Azure Automation.
42
42
43
43
> [!NOTE]
44
-
> Managing Azure VMs with State Configuration is included at no extra charge if the virtual machine DSC extension installed is greater than 2.70. Refer to the [**Automation pricing page**](https://azure.microsoft.com/pricing/details/automation/) for more details.
44
+
> Managing Azure VMs with State Configuration is included at no extra charge if the virtual machine DSC extension installed is greater than 2.70. For more information, see [**Automation pricing page**](https://azure.microsoft.com/pricing/details/automation/).
45
45
46
46
The following sections outline how you can onboard each type of machine to Azure Automation State Configuration.
47
47
@@ -75,7 +75,7 @@ Azure virtual machines can be deployed and onboarded to Azure Automation State C
75
75
Azure Resource Manager templates. See [Server managed by Desired State Configuration service](https://azure.microsoft.com/resources/templates/101-automation-configuration/)
76
76
for an example template that onboards an existing VM to Azure Automation State Configuration.
77
77
If you are managing a Virtual Machine Scale Set, see the example template
78
-
[VM Scale Set Configuration managed by Azure Automation](https://azure.microsoft.com/resources/templates/201-vmss-automation-dsc/).
78
+
[Virtual machine scale set Configuration managed by Azure Automation](https://azure.microsoft.com/resources/templates/201-vmss-automation-dsc/).
79
79
80
80
### PowerShell
81
81
@@ -114,7 +114,7 @@ can also be onboarded to Azure Automation State Configuration, as long as they h
114
114
```
115
115
116
116
1. If you cannot apply the PowerShell DSC metaconfigurations remotely, copy the metaconfigurations folder from step 2 onto each machine to onboard. Then call **Set-DscLocalConfigurationManager** locally on each machine to onboard.
117
-
1. Using the Azure portal or cmdlets, check that the machines to onboard now show up as State Configuration nodes registered in your Azure Automation account.
117
+
1. Using the Azure portal or cmdlets, check that the machines to onboard appear as State Configuration nodes registered in your Azure Automation account.
118
118
119
119
## Physical/virtual Linux machines on-premises, or in a cloud other than Azure
120
120
@@ -361,7 +361,7 @@ number of reasons why you may need to re-register that node in the future:
361
361
- To change any [PowerShell DSC Local Configuration Manager values](/powershell/scripting/dsc/managing-nodes/metaConfig4) that were set during initial registration of the node, such as ConfigurationMode. Currently, these DSC agent values can only be changed through re-registration. The one exception is the Node Configuration assigned to the node -- this can be changed in Azure Automation DSC directly.
362
362
363
363
re-registration can be performed in the same way you registered the node initially, using any of the
364
-
onboarding methods described in this document. You do not need to un-register a node from Azure
364
+
onboarding methods described in this document. You do not need to unregister a node from Azure
365
365
Automation State Configuration before re-registering it.
0 commit comments