Skip to content

Commit

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

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

~> **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`.

~> **NOTE:** `java_server`, `java_server_version`, and `java_version` must all be specified if building a java app

Expand Down

0 comments on commit 6fa6d53

Please sign in to comment.