Skip to content

Commit 663a256

Browse files
committed
validation
1 parent ff394bd commit 663a256

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

articles/app-service/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ items:
8484
items:
8585
- name: Spring Boot with MongoDB
8686
href: tutorial-java-spring-cosmosdb.md
87+
- name: Quarkus with PostgreSQL
88+
href: tutorial-java-quarkus-postgresql-app.md
8789
- name: Tomcat with MySQL
8890
href: tutorial-java-tomcat-mysql-app.md
8991
- name: Java Tomcat to Postgres

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ zone_pivot_groups: app-service-portal-azd
1212

1313
# Tutorial: Deploy a Quarkus web app to Azure App Service and PostgreSQL
1414

15-
In this tutorial, you deploy a data-driven [Quarkus](https://quarkus.io) web application to Azure App Service with the [Azure Database for PostgreSQL](../postgresql/index.yml)) relational database service. Azure App Service supports Java Standard Edition (Java SE) in a Windows or Linux server environment.
15+
In this tutorial, you deploy a data-driven [Quarkus](https://quarkus.io) web application to Azure App Service with the [Azure Database for PostgreSQL](/azure/postgresql/) relational database service. Azure App Service supports Java Standard Edition (Java SE) in a Windows or Linux server environment.
1616

1717
:::image type="content" source="./media/tutorial-java-quarkus-postgresql-app/azure-portal-browse-app-2.png" alt-text="Screenshot of Quarkus application storing data in PostgreSQL.":::
1818

1919
In this tutorial, you learn how to:
2020

2121
> [!div class="checklist"]
22-
> * Create a secure-by-default architecture for Azure App Service and Azure Database for PostgreSQL Flexible Server.
22+
> * Create a secure-by-default architecture for Azure App Service and Azure Database for PostgreSQL flexible server.
2323
> * Secure connection secrets using a managed identity and Key Vault reference.
2424
> * Deploy a sample Quarkus app to App Service from a GitHub repository.
2525
> * Access App Service app settings in the application code.
@@ -412,7 +412,7 @@ Note the following:
412412
1. Find the `Build with Maven` step, and modify the `run` command to `mvn clean install -DskipTests`. `-DskipTests` tells Maven to skip tests so that the deployment doesn't fail on database errors. The GitHub Actions container can't connect to a PostgreSQL server.
413413
:::column-end:::
414414
:::column:::
415-
:::image type="content" source="./media/tutorial-java-quarkus-postgresql-app/azure-portal-deploy-sample-code-3.png" alt-text="A screenshot showing a GitHub codespace and the application.properties file opened." lightbox="./media/tutorial-java-quarkus-postgresql-app/azure-portal-deploy-sample-code-3.png":::
415+
:::image type="content" source="./media/tutorial-java-quarkus-postgresql-app/azure-portal-deploy-sample-code-3.png" alt-text="A screenshot showing a GitHub codespace and a GitHub workflow file opened." lightbox="./media/tutorial-java-quarkus-postgresql-app/azure-portal-deploy-sample-code-3.png":::
416416
:::column-end:::
417417
:::row-end:::
418418
:::row:::
@@ -442,7 +442,7 @@ Note the following:
442442
**Step 6:** You're taken to your GitHub repository and see that the GitHub action is running. The workflow file defines two separate stages, build and deploy. Wait for the GitHub run to show a status of **Success**. It takes about 5 minutes.
443443
:::column-end:::
444444
:::column:::
445-
:::image type="content" source="./media/tutorial-java-quarkus-postgresql-app/azure-portal-deploy-sample-code-8.png" alt-text="A screenshot showing a GitHub run in progress." lightbox="./media/tutorial-java-quarkus-postgresql-app/azure-portal-deploy-sample-code-8.png":::
445+
:::image type="content" source="./media/tutorial-java-quarkus-postgresql-app/azure-portal-deploy-sample-code-6.png" alt-text="A screenshot showing a GitHub run in progress." lightbox="./media/tutorial-java-quarkus-postgresql-app/azure-portal-deploy-sample-code-6.png":::
446446
:::column-end:::
447447
:::row-end:::
448448

@@ -496,7 +496,7 @@ Azure App Service captures all messages output to the console to help you diagno
496496
:::column-end:::
497497
:::row-end:::
498498

499-
Learn more about logging in Java apps in the series on [Enable Azure Monitor OpenTelemetry for .NET, Node.js, Python and Java applications](../azure-monitor/app/opentelemetry-enable.md?tabs=java).
499+
Learn more about logging in Java apps in the series on [Enable Azure Monitor OpenTelemetry for .NET, Node.js, Python and Java applications](/azure/azure-monitor/app/opentelemetry-enable?tabs=java).
500500

501501
## 7. Clean up resources
502502

@@ -677,7 +677,7 @@ In the AZD output, find the link to stream App Service logs and navigate to it i
677677
Stream App Service logs at: https://portal.azure.com/#@/resource/subscriptions/<subscription-guid>/resourceGroups/<group-name>/providers/Microsoft.Web/sites/<app-name>/logStream
678678
</pre>
679679
680-
Learn more about logging in Java apps in the series on [Enable Azure Monitor OpenTelemetry for .NET, Node.js, Python and Java applications](../azure-monitor/app/opentelemetry-enable.md?tabs=java).
680+
Learn more about logging in Java apps in the series on [Enable Azure Monitor OpenTelemetry for .NET, Node.js, Python and Java applications](/azure/azure-monitor/app/opentelemetry-enable?tabs=java).
681681
682682
Having issues? Check the [Troubleshooting section](#troubleshooting).
683683

0 commit comments

Comments
 (0)