Skip to content

Commit 15c2f21

Browse files
authored
Update automation-dsc-overview.md
1 parent bbeea16 commit 15c2f21

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

articles/automation/automation-dsc-overview.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: automation
77
ms.subservice: dsc
88
author: mgoedtel
99
ms.author: magoedte
10-
ms.date: 11/06/2018
10+
ms.date: 04/15/2020
1111
ms.topic: conceptual
1212
manager: carmonm
1313
---
@@ -30,9 +30,9 @@ Azure Automation State Configuration brings the same management layer to [PowerS
3030

3131
![Screenshot of the Azure Automation page](./media/automation-dsc-overview/azure-automation-blade.png)
3232

33-
### Import reporting data into Azure Monitor logs
33+
### Import reporting data into Azure Monitor Logs
3434

35-
Nodes that are managed with Azure Automation State Configuration send detailed reporting status data to the built-in pull server. You can configure Azure Automation State Configuration to send this data to your Log Analytics workspace. For more information, see [Forward Azure Automation State Configuration reporting data to Azure Monitor logs](automation-dsc-diagnostics.md).
35+
Nodes that are managed with Azure Automation State Configuration send detailed reporting status data to the built-in pull server. You can configure Azure Automation State Configuration to send this data to your Log Analytics workspace. For more information, see [Forward Azure Automation State Configuration reporting data to Azure Monitor Logs](automation-dsc-diagnostics.md).
3636

3737
## Prerequisites
3838

@@ -74,8 +74,7 @@ If your nodes are located in a private network, the following port and URLs are
7474
* Global URL of US Gov Virginia: ***.azure-automation.us**
7575
* Agent service: **https://\<workspaceId\>.agentsvc.azure-automation.net**
7676

77-
If you are using DSC resources that communicate between nodes,
78-
such as the [WaitFor* resources](https://docs.microsoft.com/powershell/scripting/dsc/reference/resources/windows/waitForAllResource), you also need to allow traffic between nodes. See the documentation for each DSC resource to understand these network requirements.
77+
If you are using DSC resources that communicate between nodes, such as the [WaitFor* resources](https://docs.microsoft.com/powershell/scripting/dsc/reference/resources/windows/waitForAllResource), you also need to allow communication between nodes. To understand these network requirements, see the documentation for each DSC resource.
7978

8079
#### Proxy support
8180

@@ -84,7 +83,7 @@ Proxy support for the DSC agent is available in Windows version 1809 and later.
8483
>[!NOTE]
8584
>Azure Automation State Configuration doesn't provide DSC proxy support for earlier versions of Windows.
8685
87-
For Linux nodes, the DSC agent supports the proxy and uses the `http_proxy` variable to determine the URL.
86+
For Linux nodes, the DSC agent supports a proxy server and uses the `http_proxy` variable to specify the URL.
8887

8988
#### Azure Automation State Configuration network ranges and namespace
9089

0 commit comments

Comments
 (0)