Skip to content

Commit 8200bd6

Browse files
Update tutorial-java-quarkus-postgresql-app.md
fixes MicrosoftDocs/azure-docs#101031
1 parent 3c8a022 commit 8200bd6

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)