Azure-Samples/azure-spring-boot-samples

[FEATURE REQ] Sample for connecting to Azure Database MySQL or PSQL in passwordless way using spring-cloud-azure-starter-jdbc*

saragluna opened this issue · 2 comments

Is your feature request related to a problem? Please describe.
The two jdbc starters for Passwordless connections have been released:

  • spring-cloud-azure-starter-jdbc-mysql:4.5.0
  • spring-cloud-azure-starter-jdbc-postgresql:4.5.0

Now we have some samples here, are we considering adding more samples for Passwordless + JDBC scenarios in this repo or integrate the Passwordless-Connections-for-Java-Apps with this one?

Describe the solution you'd like
N/A

Describe alternatives you've considered
N/A

Additional context
N/A

Information Checklist

  • Description Added
  • Expected solution specified

I deleted this branch https://github.com/Azure-Samples/azure-spring-boot-samples/tree/credential-free, for it's not being used by any sample.

I think integrate SpringBoot part of Passwordless-Connections-for-Java-Apps repo is enough.

@hui1110 could you please help to work on this?