Skip to content

Commit 08dad21

Browse files
committed
update article
1 parent 554d139 commit 08dad21

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/automation/automation-dsc-onboarding.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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
44
services: automation
55
ms.service: automation
66
ms.subservice: dsc
@@ -15,7 +15,7 @@ manager: carmonm
1515
## Why manage machines with Azure Automation State Configuration?
1616

1717
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.
1919
It enables scalability across thousands of machines quickly and easily from a central, secure location.
2020
You can easily onboard machines,
2121
assign them declarative configurations,
@@ -41,7 +41,7 @@ State Configuration can also be used as a report-only endpoint.
4141
This allows you to set (push) configurations through DSC and view reporting details in Azure Automation.
4242

4343
> [!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/).
4545
4646
The following sections outline how you can onboard each type of machine to Azure Automation State Configuration.
4747

@@ -75,7 +75,7 @@ Azure virtual machines can be deployed and onboarded to Azure Automation State C
7575
Azure Resource Manager templates. See [Server managed by Desired State Configuration service](https://azure.microsoft.com/resources/templates/101-automation-configuration/)
7676
for an example template that onboards an existing VM to Azure Automation State Configuration.
7777
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/).
7979

8080
### PowerShell
8181

@@ -114,7 +114,7 @@ can also be onboarded to Azure Automation State Configuration, as long as they h
114114
```
115115

116116
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.
118118

119119
## Physical/virtual Linux machines on-premises, or in a cloud other than Azure
120120

@@ -361,7 +361,7 @@ number of reasons why you may need to re-register that node in the future:
361361
- 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.
362362
363363
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
365365
Automation State Configuration before re-registering it.
366366
367367
## Troubleshooting Azure virtual machine onboarding

0 commit comments

Comments
 (0)