-
Notifications
You must be signed in to change notification settings - Fork 108
SPWebAppProxyGroup
Parameters
| Parameter | Attribute | DataType | Description | Allowed Values |
|---|---|---|---|---|
| WebAppUrl | Key | String | URL of the web application | |
| ServiceAppProxyGroup | Required | string | Name of the Service Applicaiton Proxy Group | |
| InstallAccount | Write | String | POWERSHELL 4 ONLY: The account to run this resource as, use PsDscRunAsAccount if using PowerShell 5 |
Description
This resource is used to associate a web application to a service application proxy group. Use the proxy group name "Default" to associate the web application to the default proxy group. A web applicaiton can only connect to a single service application proxy group. This resource will overright the existing service application proxy group association.
This resource is used in conjunction with the SPServiceAppProxyGroup resource, which creates the proxy groups and associates the desired service application proxies with it. Within your configuration, that resource should be a dependancy for the SPWebAppProxyGroup resource.
Example
SPWebAppProxyGroup ContosoWeb { WebAppUrl = "https://web.contoso.com" ServiceAppProxyGroup = "Proxy Group 1" }
SPWebAppProxyGroup DefaultPortal
{
WebAppUrl = "https://portal.contoso.com"
ServiceAppProxyGroup = "Default"
}

- Home
- Getting Started
- Pre-requisites
- Installing the module
- Exporting SharePoint Configuration
- Creating Configuration Files
- Pre-created Examples
- Creating an Azure development environment
- Understanding Resources & Syntax
- Remote PowerShell Authentication
- Contributing to SharePointDsc
- Other useful modules for SharePoint DSC configurations