Skip to content

Commit da9141c

Browse files
committed
On branch edburns-msft-msa-17908359-java-17-clarifications fix indentation
modified: articles/app-service/includes/quickstart-java/quickstart-java-linux-maven-pivot.md Signed-off-by: Ed Burns <[email protected]>
1 parent f3f4355 commit da9141c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/app-service/includes/quickstart-java/quickstart-java-linux-maven-pivot.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ If Maven isn't your preferred development tool, check out our similar tutorials
3535

3636
[!INCLUDE [cloud-shell-try-it-no-header.md](../../../../includes/cloud-shell-try-it-no-header.md)]
3737

38-
### Install Java 17 if necessary
38+
### Install Java 17, if desired
3939

40-
If you intend to run the Java SE sections of this quickstart, the sample app requires Java 17. The steps in this section show you how to check if your Cloud Shell instance supports Java 17, and how to install it if not.
40+
If you intend to run the Java SE sections of this quickstart, the sample app requires Java 17. The steps in this section show you how to check if your Cloud Shell instance supports Java 17, and how to install it does not.
4141

4242
1. In the Azure Cloud Shell, enter `java -version`. If the output includes a version 17 or later, skip the rest of the steps in this section.
4343
1. Enter these commands to download and extract the Microsoft build of OpenJDK.
@@ -51,12 +51,12 @@ If you intend to run the Java SE sections of this quickstart, the sample app req
5151
> [!TIP]
5252
> You must do this every time you open a new cloud shell, because the environment variables do not persist across cloud shell invocations. However, the files do persist.
5353
54-
```azurecli-interactive
55-
cd jdk-17*
56-
export JAVA_HOME=`pwd`
57-
export PATH=${JAVA_HOME}/bin:$PATH
58-
java -version
59-
```
54+
```azurecli-interactive
55+
cd jdk-17*
56+
export JAVA_HOME=`pwd`
57+
export PATH=${JAVA_HOME}/bin:$PATH
58+
java -version
59+
```
6060

6161
You should see output stating the version of Java is 17 or greater. If not, troubleshoot and resolve the problem before continuing.
6262

0 commit comments

Comments
 (0)