Skip to content

Commit

Permalink
Function apps, note about not using FUNCTIONS_WORKER_RUNTIME (hashico…
Browse files Browse the repository at this point in the history
…rp#16394)

Co-authored-by: kt <kt@katbyte.me>
  • Loading branch information
sebader and katbyte authored Apr 14, 2022
1 parent 19096cf commit eb8eb8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/r/linux_function_app.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,8 @@ A `site_config` block supports the following:

* `application_stack` - (Optional) An `application_stack` block as defined above.

~> **Note:** If this is set, there must not be an application setting `FUNCTIONS_WORKER_RUNTIME`.

* `app_service_logs` - (Optional) An `app_service_logs` block as defined above.

* `auto_swap_slot_name` - (Optional) The Linux Function App Slot Name to automatically swap to when deployment to that slot is successfully completed.
Expand Down
2 changes: 2 additions & 0 deletions website/docs/r/windows_function_app.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,8 @@ A `site_config` block supports the following:

* `application_stack` - (Optional) An `application_stack` block as defined above.

~> **Note:** If this is set, there must not be an application setting `FUNCTIONS_WORKER_RUNTIME`.

* `app_service_logs` - (Optional) An `app_service_logs` block as defined above.

* `cors` - (Optional) A `cors` block as defined above.
Expand Down

0 comments on commit eb8eb8a

Please sign in to comment.