Skip to content

Commit

Permalink
Update linux_web_app_slot.html.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
bubbletroubles authored Jan 14, 2025
1 parent 6fa6d53 commit 6a1d979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/linux_web_app_slot.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ An `application_stack` block supports the following:

* `java_version` - (Optional) The Version of Java to use. Possible values include `8`, `11`, and `17`.

~> **NOTE:** The valid version combinations for `java_version`, `java_server` and `java_server_version` can be checked from the command line via `az webapp list-runtimes --linux`.
~> **NOTE:** The valid version combinations for `java_version`, `java_server` and `java_server_version` can be checked from the command line via `az webapp list-runtimes --os-type linux`.

* `node_version` - (Optional) The version of Node to run. Possible values are `12-lts`, `14-lts`, `16-lts`, `18-lts` and `20-lts`. This property conflicts with `java_version`.

Expand Down

0 comments on commit 6a1d979

Please sign in to comment.