Skip to content

Commit 128dc50

Browse files
author
Yoshio Terada
committed
Modified to use "output" instead of "log" to identify output snippets.
Modified to use "output" instead of "log" to identify output snippets.
1 parent a4c9fca commit 128dc50

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

learn-pr/azure/deploy-java-quarkus-azure-container-app-postgres/includes/3-exercise-build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ mvnw.cmd quarkus:dev # On Windows
179179

180180
The Quarkus application should start and connect to your database. You should see the following output:
181181

182-
```log
182+
```output
183183
2025-02-28 08:38:33,418 INFO [io.qua.dat.dep.dev.DevServicesDatasourceProcessor] (build-28) Dev Services for default datasource (postgresql) started - container ID is ce37977203b0
184184
2025-02-28 08:38:33,421 INFO [io.qua.hib.orm.dep.dev.HibernateOrmDevServicesProcessor] (build-6) Setting quarkus.hibernate-orm.database.generation=drop-and-create to initialize Dev Services managed database
185185
__ ____ __ _____ ___ __ ____ ______
@@ -286,7 +286,7 @@ mvnw.cmd clean test # On Windows
286286

287287
You should see output that looks similar to this:
288288

289-
```log
289+
```output
290290
[INFO] -------------------------------------------------------
291291
[INFO] T E S T S
292292
[INFO] -------------------------------------------------------

learn-pr/azure/deploy-java-quarkus-azure-container-app-postgres/includes/7-exercise-secure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ az postgres flexible-server firewall-rule list \
3131

3232
You should see the following output:
3333

34-
```log
34+
```output
3535
EndIpAddress Name ResourceGroup StartIpAddress
3636
--------------- --------------------------- ---------------------- ----------------
3737
255.255.255.255 AllowAll_2025-2-26_16-57-40 rgazure-deploy-quarkus 0.0.0.0
@@ -62,7 +62,7 @@ az postgres flexible-server execute \
6262

6363
The call eventually times out. You should see this message:
6464

65-
```log
65+
```output
6666
Unable to connect to flexible server: connection to server failed: Operation timed out
6767
```
6868

0 commit comments

Comments
 (0)