Skip to content

Commit 773ba3a

Browse files
author
Cephas Lin
committed
fix code highlight
1 parent 01c6aba commit 773ba3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ Having issues? Check the [Troubleshooting section](#troubleshooting).
312312

313313
Azure App Service captures all messages output to the console to help you diagnose issues with your application. The sample application includes standard JBoss logging statements to demonstrate this capability as shown below.
314314

315-
:::code language="java" source="~/msdocs-quarkus-postgresql-sample-app/src/main/java/org/acme/hibernate/orm/panache/entity/FruitEntityResource.java" range="34-40" highlight="38":::
315+
:::code language="java" source="~/msdocs-quarkus-postgresql-sample-app/src/main/java/org/acme/hibernate/orm/panache/entity/FruitEntityResource.java" range="34-40" highlight="1,5":::
316316

317317
:::row:::
318318
:::column span="2":::
@@ -505,7 +505,7 @@ Azure App Service can capture console logs to help you diagnose issues with your
505505
506506
The sample application includes standard JBoss logging statements to demonstrate this capability as shown below.
507507
508-
:::code language="java" source="~/msdocs-quarkus-postgresql-sample-app/src/main/java/org/acme/hibernate/orm/panache/entity/FruitEntityResource.java" range="34-40" highlight="38":::
508+
:::code language="java" source="~/msdocs-quarkus-postgresql-sample-app/src/main/java/org/acme/hibernate/orm/panache/entity/FruitEntityResource.java" range="34-40" highlight="1,5":::
509509
510510
In the AZD output, find the link to stream App Service logs and navigate to it in the browser. The link looks like this in the AZD output:
511511

0 commit comments

Comments
 (0)