Skip to content

Commit 4ccc950

Browse files
committed
On branch em-6127
modified: articles/container-apps/tutorial-java-quarkus-connect-managed-identity-postgresql-database.md - Add notes stating that the less secure options still exist but are not recommended. Signed-off-by: Ed Burns <[email protected]>
1 parent 0e11068 commit 4ccc950

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/container-apps/tutorial-java-quarkus-connect-managed-identity-postgresql-database.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,9 @@ cd quarkus-quickstarts/hibernate-orm-panache-quickstart
205205
--target-port 8080 \
206206
--min-replicas 1
207207
```
208+
209+
> [!NOTE]
210+
> The options `--registry-username` and `--registry-password` are still supported but are not recommended because using the identity system is more secure.
208211
209212
## 5. Create and connect a PostgreSQL database with identity connectivity
210213

@@ -224,6 +227,9 @@ Next, create a PostgreSQL Database and configure your container app to connect t
224227
--tier Burstable \
225228
--active-directory-auth Enabled
226229
```
230+
231+
> [!NOTE]
232+
> The options `--admin-user` and `--admin-password` are still supported but are not recommended because using the identity system is more secure.
227233
228234
The following parameters are used in the above Azure CLI command:
229235

0 commit comments

Comments
 (0)