Skip to content

Commit 1186edb

Browse files
committed
updated article
1 parent b39e8df commit 1186edb

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

articles/azure-arc/servers/onboard-dsc.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: azure-arc
66
ms.subservice: azure-arc-servers
77
author: mgoedtel
88
ms.author: magoedte
9-
ms.date: 03/11/2020
9+
ms.date: 03/12/2020
1010
ms.topic: conceptual
1111
---
1212

@@ -20,7 +20,7 @@ Using [Windows PowerShell Desired State Configuration](https://docs.microsoft.co
2020

2121
- The [AzureConnectedMachineDsc](https://www.powershellgallery.com/packages/AzureConnectedMachineDsc/1.0.1.0) DSC module
2222

23-
- Configured a service principal to connect the machines to Azure Arc for servers. Follow the steps under the section [Create a Service Principal for onboarding at scale](onboard-service-principal.md#create-a-service-principal-for-onboarding-at-scale).
23+
- A service principal to connect the machines to Azure Arc for servers non-interactively. Follow the steps under the section [Create a Service Principal for onboarding at scale](onboard-service-principal.md#create-a-service-principal-for-onboarding-at-scale) if you have not created a service principal for Arc for servers already.
2424

2525
## Install the ConnectedMachine DSC module
2626

@@ -81,12 +81,9 @@ After you install the agent and configure it to connect to Azure Arc for servers
8181
8282
## Adding to existing configurations
8383
84-
This resource can be added to existing DSC configurations to represent an end-to-end configuration
85-
for a machine. For example, you might wish to add this resource to a configuration that sets
86-
secure operating system settings.
84+
This resource can be added to existing DSC configurations to represent an end-to-end configuration for a machine. For example, you might wish to add this resource to a configuration that sets secure operating system settings.
8785
88-
The **CompsiteResource** module from the PowerShell Gallery can be used to create a composite
89-
resource of the example configuration, to further simplify combining configurations.
86+
The **CompsiteResource** module from the PowerShell Gallery can be used to create a composite resource of the example configuration, to further simplify combining configurations.
9087
9188
## Next steps
9289

0 commit comments

Comments
 (0)