Skip to content

Commit 6147191

Browse files
committed
clarify port usage.
1 parent bd1b2a1 commit 6147191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/includes/quickstart-java/quickstart-java-javase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ With all the configuration ready in your [pom.xml](https://github.com/Azure-Samp
176176
```
177177
178178
In these commands:
179-
- You set the Quarkus port in the *application.properties* file.
179+
- You set the Quarkus port in the *application.properties* file to match the default port that the Linux Java container uses.
180180
- `quarkus.package.jar.type=uber-jar` tells Maven to [generate an Uber-Jar](https://quarkus.io/guides/maven-tooling#uber-jar-maven), which includes all dependencies in the JAR file.
181181
182182
> [!TIP]

0 commit comments

Comments
 (0)