WebApplicationPools creates and configures IIS application pools with process model, recycling, and performance settings.
When to use 'WebApplicationPools'
Use this resource when you need to create and configure application pools for IIS websites and web applications. Application pools provide process isolation, identity configuration, and recycling settings. Create them before deploying websites (WebSites) or web applications (WebApplications) that will use them.
Source |
|
DSC Resource |
|
Documentation |
| Parameter | Attribute | DataType | Description | Allowed Values |
|---|---|---|---|---|
Mandatory |
Hashtable[] |
List of WebApplicationPool items. |
| Parameter | Attribute | DataType | Description | Allowed Values |
|---|---|---|---|---|
Example
WebApplicationPools:
Items:
- Name: TestAppPool1
- Name: TestAppPool2See also