Skip to content

Commit

Permalink
linux_web_app documentation fixes (#24202)
Browse files Browse the repository at this point in the history
* Update application_gateway.html.markdown

Fix typo "A `probe` block support the following" -> "A `probe` block supports the following"

* Update windows_web_app.html.markdown

correct sticky_settings "exports" -> "supports" the following

* Update linux_web_app.html.markdown

Change "Arguments Reference" to "Argument Reference" to match standard

Correct "sticky_settings exports" to "supports" in Argument Reference section.
  • Loading branch information
chouse-qumodity authored Dec 13, 2023
1 parent 89b9d18 commit 64549de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/linux_web_app.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ resource "azurerm_linux_web_app" "example" {
```

## Arguments Reference
## Argument Reference

The following arguments are supported:

Expand Down Expand Up @@ -764,7 +764,7 @@ A `status_code` block supports the following:

---

A `sticky_settings` block exports the following:
A `sticky_settings` block supports the following:

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

Expand Down

0 comments on commit 64549de

Please sign in to comment.