Skip to content

Commit

Permalink
Add information about http proxy (#4260)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreenegit authored and sdwheeler committed May 6, 2019
1 parent 8120a04 commit 91149d3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dsc/managing-nodes/metaConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ A **ConfigurationRepositoryWeb** defines the following properties.
|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).|
|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).|
|ServerURL|string|The URL of the configuration service.|
|ProxyURL*|string|The URL of the http proxy to use when communicating with the configuration service.|
|ProxyCredential*|pscredential|Credential to use for the http proxy.|

>!NOTE
>\* Supported in Windows versions 1809 and later.
An example script to simplify configuring the ConfigurationRepositoryWeb value for on-premises nodes
is available - see [Generating DSC metaconfigurations](https://docs.microsoft.com/azure/automation/automation-dsc-onboarding#generating-dsc-metaconfigurations)
Expand All @@ -150,6 +155,11 @@ A **ResourceRepositoryWeb** defines the following properties.
|CertificateID|string|The thumbprint of a certificate used to authenticate to the server.|
|RegistrationKey|string|A GUID that identifies the node to the pull service.|
|ServerURL|string|The URL of the configuration server.|
|ProxyURL*|string|The URL of the http proxy to use when communicating with the configuration service.|
|ProxyCredential*|pscredential|Credential to use for the http proxy.|

>!NOTE
>\* Supported in Windows versions 1809 and later.
An example script to simplify configuring the ResourceRepositoryWeb value for on-premises nodes
is available - see [Generating DSC metaconfigurations](https://docs.microsoft.com/azure/automation/automation-dsc-onboarding#generating-dsc-metaconfigurations)
Expand All @@ -175,6 +185,11 @@ The report server role is not compatible with SMB based pull service.
|CertificateID|string|The thumbprint of a certificate used to authenticate to the server.|
|RegistrationKey|string|A GUID that identifies the node to the pull service.|
|ServerURL|string|The URL of the configuration server.|
|ProxyURL*|string|The URL of the http proxy to use when communicating with the configuration service.|
|ProxyCredential*|pscredential|Credential to use for the http proxy.|

>!NOTE
>\* Supported in Windows versions 1809 and later.
An example script to simplify configuring the ReportServerWeb value for on-premises nodes
is available - see [Generating DSC metaconfigurations](https://docs.microsoft.com/azure/automation/automation-dsc-onboarding#generating-dsc-metaconfigurations)
Expand Down

0 comments on commit 91149d3

Please sign in to comment.