Skip to content

Commit 5a0252c

Browse files
Update how-to-bind-mysql.md
add reference to passwordless solution
1 parent a95ccba commit 5a0252c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/spring-apps/how-to-bind-mysql.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ Follow these steps to configure your Spring app to connect to an Azure Database
6262
--database $DATABASE_NAME \
6363
--secret name=$DATABASE_USERNAME secret=$DATABASE_PASSWORD
6464
```
65+
66+
> [!NOTE]
67+
> Alternatively you can use system-assigned identity for a passwordless experience at [Deploy a Spring application to Azure Spring Apps with a passwordless connection to an Azure database](/azure/developer/java/spring-framework/deploy-passwordless-spring-database-app?tabs=mysql#connect-azure-spring-apps-to-the-azure-database)
6568
6669
### [Service Binding](#tab/Service-Binding)
6770

0 commit comments

Comments
 (0)