Xiaolu Dai
Xiaolu Dai
This is an epic to track all the doc related tasks of Credential-free connections. ### Context With all the changes we made to support credential-free connections: - https://github.com/Azure/azure-sdk-for-java/issues/29218 - https://github.com/Azure/azure-sdk-for-java/issues/29785...
### Context With all the changes we made to support credential-free connections: - https://github.com/Azure/azure-sdk-for-java/issues/29218 - https://github.com/Azure/azure-sdk-for-java/issues/29785 - https://github.com/Azure/azure-sdk-for-java/issues/28685 We should also update docs of Azure Spring Apps using MySQL to...
**Describe the bug** We ran into this KV exception when running ITs with libs in the `buildFromSource` step. We managed to create a minimal project to reproduce the issue. https://github.com/saragluna/kv-it-issue....
**Is your feature request related to a problem? Please describe.** `maxDegreeOfParallelism` has been added to `spring-data-cosmos` in https://github.com/Azure/azure-sdk-for-java/issues/28579, the `spring-cloud-azure-starter-data-cosmos` should also support it. **Describe the solution you'd like** Support...
### Context The driver of SQL Database has already supported Azure AD authentication, we should update our quickstart doc of [Spring quickstart SQL Database JDBC] to include the credential-free connection...
### Context The driver of SQL Database has already supported Azure AD authentication, we should update our quickstart doc of [Spring quickstart SQL Database JPA] to include the credential-free connection...
### Context With the Azure Identities feature enabled in #28685, documentation introducing how to remove passwords from applications and transform them into credential-free connections should be published to help developers...
### Context With the Azure Identities feature enabled in #28685, quickstart introducing how to use Java with Kafka should be created. There's a template worked out by Alex can be...
### Context We already shipped the quickstart doc of Kafka using credential-free connection, but we need to modify it according to the new template. There's a template worked out by...