Skip to content

Latest commit

 

History

History
79 lines (61 loc) · 1.89 KB

File metadata and controls

79 lines (61 loc) · 1.89 KB

DSC Resource 'WebApplicationPools'

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

Table 1. Attributes of category 'WebApplicationPools'
Parameter Attribute DataType Description Allowed Values

Items

Mandatory

Hashtable[]

List of WebApplicationPool items.

Table 2. Attributes of category 'WebApplicationPools/Items'
Parameter Attribute DataType Description Allowed Values
Example
WebApplicationPools:
  Items:
    - Name: TestAppPool1
    - Name: TestAppPool2