Skip to content

Commit c0bbbaf

Browse files
Merge pull request #313272 from v-thpra/tjp-fresh-appsrvc-007
Q&M Freshness - App Service - TJP007
2 parents e0df212 + ece819e commit c0bbbaf

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

articles/app-service/tutorial-java-tomcat-connect-managed-identity-postgresql-database.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ ms.custom:
3131

3232
## Prerequisites
3333

34-
* [Git](https://git-scm.com/)
35-
* [Java JDK](/azure/developer/java/fundamentals/java-support-on-azure)
36-
* [Maven](https://maven.apache.org)
37-
* [Azure CLI](/cli/azure/install-azure-cli) version 2.45.0 or higher.
34+
- [Git](https://git-scm.com/)
35+
- [Java Development Kit (JDK)](/azure/developer/java/fundamentals/java-support-on-azure)
36+
- [Maven](https://maven.apache.org)
37+
- [Azure CLI](/cli/azure/install-azure-cli) version 2.45.0 or higher.
3838

3939
## Clone the sample app and prepare the repo
4040

@@ -47,9 +47,9 @@ cd Passwordless-Connections-for-Java-Apps/Tomcat/
4747

4848
## Create an Azure Database for PostgreSQL
4949

50-
Follow these steps to create an Azure Database for Postgres in your subscription. The Tomcat app connects to this database and store its data when running, persisting the application state no matter where you run the application.
50+
Follow these steps to create an Azure Database for Postgres in your subscription. The Tomcat app connects to this database and stores its data when running, persisting the application state no matter where you run the application.
5151

52-
1. Sign into the Azure CLI, and optionally set your subscription if you have more than one connected to your login credentials.
52+
1. Sign into the Azure CLI, and optionally set your subscription if you have more than one connected to your sign-in credentials.
5353

5454
```azurecli-interactive
5555
az login
@@ -99,7 +99,7 @@ Follow these steps to create an Azure Database for Postgres in your subscription
9999

100100
Follow these steps to build a WAR file and deploy to Azure App Service on Tomcat using a WAR packaging.
101101

102-
1. The sample app contains a *pom.xml* file that can generate the WAR file. Run the following command to build the app.
102+
1. The sample app contains a *pom.xml* file that can generate the WAR file. To build the app, run the following command.
103103

104104
```bash
105105
mvn clean package -f pom.xml
@@ -182,7 +182,7 @@ az webapp config appsettings set \
182182

183183
## Test the sample web app
184184

185-
Run the following command to test the application.
185+
Test the application by running the following command.
186186

187187
```bash
188188
export WEBAPP_URL=$(az webapp show \

0 commit comments

Comments
 (0)