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-overview.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,16 +78,16 @@ such as the [WaitFor* resources](https://docs.microsoft.com/powershell/scripting
78
78
79
79
#### Proxy support
80
80
81
-
Proxy support for the DSC agent is available in Windows version 1809 and later. This option is enabled by setting the values for `ProxyURL` and `ProxyCredential` in the [metaconfiguration script](automation-dsc-onboarding.md#generate-dsc-metaconfigurations) that's used to register nodes.
81
+
Proxy support for the DSC agent is available in Windows version 1809 and later. You enable this option by setting the values for `ProxyURL` and `ProxyCredential` in the [metaconfiguration script](automation-dsc-onboarding.md#generate-dsc-metaconfigurations) that's used to register nodes.
82
82
83
83
>[!NOTE]
84
-
>Azure Automation State Configuration does not provide DSC proxy support for earlier versions of Windows.
84
+
>Azure Automation State Configuration doesn't provide DSC proxy support for earlier versions of Windows.
85
85
86
86
For Linux nodes, the DSC agent supports the proxy and uses the `http_proxy` variable to determine the URL.
87
87
88
88
#### Azure Automation State Configuration network ranges and namespace
89
89
90
-
We recommend that you use the IP addresses listed in the following table when you're defining exceptions. For IP addresses, you can download the [Microsoft Azure Datacenter IP Ranges](https://www.microsoft.com/download/details.aspx?id=41653). This file is updated weekly, and it contains the currently deployed ranges and any upcoming changes to the IP ranges.
90
+
We recommend that you use the IP addresses listed in the following table when you're defining exceptions. For IP addresses, you can download the [Microsoft Azure Datacenter IP Ranges](https://www.microsoft.com/download/details.aspx?id=41653) XML file from the Microsoft Download Center. This file contains the currently deployed ranges and any upcoming changes to the IP ranges. It is updated weekly.
91
91
92
92
If you have an Automation account that's defined for a specific region, you can restrict communication to that regional datacenter. The following table provides the DNS record for each region:
93
93
@@ -107,8 +107,6 @@ If you have an Automation account that's defined for a specific region, you can
107
107
| UK South | uks-jobruntimedata-prod-su1.azure-automation.net</br>uks-agentservice-prod-1.azure-automation.net |
108
108
| US Gov Virginia | usge-jobruntimedata-prod-su1.azure-automation.us<br>usge-agentservice-prod-1.azure-automation.us |
109
109
110
-
For a list of region IP addresses instead of region names, download the [Azure Datacenter IP address](https://www.microsoft.com/download/details.aspx?id=41653) XML file from the Microsoft Download Center.
111
-
112
110
> [!NOTE]
113
111
> The Azure Datacenter IP address XML file lists the IP address ranges that are used in the Microsoft Azure datacenters. The file includes compute, SQL, and storage ranges.
0 commit comments