Skip to content

Commit 3638965

Browse files
committed
staged review
1 parent 7252405 commit 3638965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/tutorial-java-quarkus-postgresql-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ Having issues? Check the [Troubleshooting section](#troubleshooting).
600600

601601
## 3. Modify sample code and redeploy
602602

603-
Once the command finishes creating resources the first time, you must make some changes to make it to your application code and then deploy it:
603+
You must make some changes in your application code to make it work with App Service:
604604

605605
- Quarkus listens to port 8080 by default. In production, it needs to be configured to listen to the port specified by the `PORT` environment variable in App Service.
606606
- Your deployed Java package must be an [Uber-Jar](https://quarkus.io/guides/maven-tooling#uber-jar-maven).

0 commit comments

Comments
 (0)