Skip to content

Commit 91149d3

Browse files
mgreenegitsdwheeler
authored andcommitted
Add information about http proxy (#4260)
1 parent 8120a04 commit 91149d3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

dsc/managing-nodes/metaConfig.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@ A **ConfigurationRepositoryWeb** defines the following properties.
126126
|ConfigurationNames|String[]|An array of names of configurations to be pulled by the target node. These are used only if the node is registered with the pull service by using a **RegistrationKey**. For more information, see [Setting up a pull client with configuration names](../pull-server/pullClientConfigNames.md).|
127127
|RegistrationKey|string|A GUID that registers the node with the pull service. For more information, see [Setting up a pull client with configuration names](../pull-server/pullClientConfigNames.md).|
128128
|ServerURL|string|The URL of the configuration service.|
129+
|ProxyURL*|string|The URL of the http proxy to use when communicating with the configuration service.|
130+
|ProxyCredential*|pscredential|Credential to use for the http proxy.|
131+
132+
>!NOTE
133+
>\* Supported in Windows versions 1809 and later.
129134
130135
An example script to simplify configuring the ConfigurationRepositoryWeb value for on-premises nodes
131136
is available - see [Generating DSC metaconfigurations](https://docs.microsoft.com/azure/automation/automation-dsc-onboarding#generating-dsc-metaconfigurations)
@@ -150,6 +155,11 @@ A **ResourceRepositoryWeb** defines the following properties.
150155
|CertificateID|string|The thumbprint of a certificate used to authenticate to the server.|
151156
|RegistrationKey|string|A GUID that identifies the node to the pull service.|
152157
|ServerURL|string|The URL of the configuration server.|
158+
|ProxyURL*|string|The URL of the http proxy to use when communicating with the configuration service.|
159+
|ProxyCredential*|pscredential|Credential to use for the http proxy.|
160+
161+
>!NOTE
162+
>\* Supported in Windows versions 1809 and later.
153163
154164
An example script to simplify configuring the ResourceRepositoryWeb value for on-premises nodes
155165
is available - see [Generating DSC metaconfigurations](https://docs.microsoft.com/azure/automation/automation-dsc-onboarding#generating-dsc-metaconfigurations)
@@ -175,6 +185,11 @@ The report server role is not compatible with SMB based pull service.
175185
|CertificateID|string|The thumbprint of a certificate used to authenticate to the server.|
176186
|RegistrationKey|string|A GUID that identifies the node to the pull service.|
177187
|ServerURL|string|The URL of the configuration server.|
188+
|ProxyURL*|string|The URL of the http proxy to use when communicating with the configuration service.|
189+
|ProxyCredential*|pscredential|Credential to use for the http proxy.|
190+
191+
>!NOTE
192+
>\* Supported in Windows versions 1809 and later.
178193
179194
An example script to simplify configuring the ReportServerWeb value for on-premises nodes
180195
is available - see [Generating DSC metaconfigurations](https://docs.microsoft.com/azure/automation/automation-dsc-onboarding#generating-dsc-metaconfigurations)

0 commit comments

Comments
 (0)