Skip to content

Commit

Permalink
Merge pull request #25227 from xiaxyi/appservice/32bitProcessDocUpdate
Browse files Browse the repository at this point in the history
`azurerm_windows_web_app_slot` - fix doc discrepancy
  • Loading branch information
jackofallops authored Mar 13, 2024
2 parents 9da0bac + 5415a83 commit bcbfc67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ func SiteConfigSchemaWindowsFunctionAppSlot() *pluginsdk.Schema {
Type: pluginsdk.TypeBool,
Optional: true,
Default: true,
Description: "Should the Windows Web App use a 32-bit worker.",
Description: "Should the Windows Function App use a 32-bit worker.",
},

"websockets_enabled": {
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/windows_web_app_slot.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ A `site_config` block supports the following:

* `scm_use_main_ip_restriction` - (Optional) Should the Windows Web App Slot `ip_restriction` configuration be used for the SCM also.

* `use_32_bit_worker` - (Optional) Should the Windows Web App Slotuse a 32-bit worker. Defaults to `true`.
* `use_32_bit_worker` - (Optional) Should the Windows Web App Slot use a 32-bit worker. The default value varies from different service plans.

* `virtual_application` - (Optional) One or more `virtual_application` blocks as defined below.

Expand Down

0 comments on commit bcbfc67

Please sign in to comment.