Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation Typo Fix in windows_web_app.html.markdown #17679

Merged
merged 1 commit into from
Jul 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions website/docs/d/windows_web_app.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ A `schedule` block exports the following:

A `site_config` block exports the following:

* `always_on` - Is this Linux Web App is Always On enabled.
* `always_on` - Is this Windows Web App is Always On enabled.

* `api_definition_url` - The ID of the APIM configuration for this Windows Web App.

Expand Down Expand Up @@ -457,9 +457,9 @@ A `status_code` block exports the following:

A `sticky_settings` block exports the following:

* `app_setting_names` - A list of `app_setting` names that the Linux Web App will not swap between Slots when a swap operation is triggered.
* `app_setting_names` - A list of `app_setting` names that the Windows Web App will not swap between Slots when a swap operation is triggered.

* `connection_string_names` - A list of `connection_string` names that the Linux Web App will not swap between Slots when a swap operation is triggered.
* `connection_string_names` - A list of `connection_string` names that the Windows Web App will not swap between Slots when a swap operation is triggered.

---

Expand Down