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/azure-arc/servers/onboard-dsc.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.service: azure-arc
6
6
ms.subservice: azure-arc-servers
7
7
author: mgoedtel
8
8
ms.author: magoedte
9
-
ms.date: 03/11/2020
9
+
ms.date: 03/12/2020
10
10
ms.topic: conceptual
11
11
---
12
12
@@ -20,7 +20,7 @@ Using [Windows PowerShell Desired State Configuration](https://docs.microsoft.co
20
20
21
21
- The [AzureConnectedMachineDsc](https://www.powershellgallery.com/packages/AzureConnectedMachineDsc/1.0.1.0) DSC module
22
22
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.
24
24
25
25
## Install the ConnectedMachine DSC module
26
26
@@ -81,12 +81,9 @@ After you install the agent and configure it to connect to Azure Arc for servers
81
81
82
82
## Adding to existing configurations
83
83
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.
87
85
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.
0 commit comments