Skip to content

Commit 69a5654

Browse files
Merge pull request #217739 from RyanHill-MSFT/patch-1
Update tutorial-java-quarkus-postgresql-app.md
2 parents 3c8a022 + 8200bd6 commit 69a5654

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
@@ -102,8 +102,8 @@ Follow these steps to create an Azure PostgreSQL database in your subscription.
102102
--resource-group $RESOURCE_GROUP \
103103
--name $DB_SERVER_NAME \
104104
--location $LOCATION \
105-
--admin-user $DB_USERNAME \
106-
--admin-password $DB_PASSWORD \
105+
--admin-user $ADMIN_USERNAME \
106+
--admin-password $ADMIN_PASSWORD \
107107
--sku-name GP_Gen5_2
108108
```
109109

0 commit comments

Comments
 (0)