This repository holds sample project that used to test the features of SJAD. Please refer to private preview guidance for new Java features in azd to see how to test it.
-
mysql
- spring-cloud-azure-starter-jdbc-mysql
- spring-cloud-azure-mysql-sample
- ❌ Auth by userAssignedManagedIdentity (@rujche: validation failed with error like this:
Caused by: java.sql.SQLException: Access denied for user 'aad_springCloudAzureMysqlSampleMysql'@'xx.xxx.xxx.xxx' (using password: NO)
) - ✅ Auth by password (@rujche: validated)
- ❌ Auth by userAssignedManagedIdentity (@rujche: validation failed with error like this:
- spring-petclinic
- ✅ Auth by userAssignedManagedIdentity (@rujche: validated)
- ✅ Auth by password (@rujche: validated)
- spring-cloud-azure-mysql-sample
- spring-cloud-azure-starter-jdbc-mysql
-
postgresql
- spring-cloud-azure-starter-jdbc-postgresql
- spring-cloud-azure-postgresql-sample
- ✅ Auth by userAssignedManagedIdentity (@rujche: validated)
- ✅ Auth by password (@rujche: validated)
- spring-petclinic
- ✅ Auth by userAssignedManagedIdentity (@rujche: validated)
- ✅ Auth by password (@rujche: validated)
- spring-cloud-azure-postgresql-sample
- spring-cloud-azure-starter-jdbc-postgresql
-
mongo
- ✅ todo-java-mongo-aca (@rujche: validated)
-
cosmos
- ✅ cosmos-sample (@rujche: validated)
-
redis
- ✅ redis-sample (@saragluna: validated)
-
eventhubs
- spring-cloud-azure-stream-binder-eventhubs
- eventhubs-sample
- ✅ Auth by userAssignedManagedIdentity (@haozhan: validated)
- ✅ Auth by connectionString (@haozhan: validated)
- spring-cloud-azure-stream-binder-eventhubs
- ❌ Auth by userAssignedManagedIdentity (@haozhan: validation failed, see readme)
- ❌ Auth by connectionString (@haozhan: validation failed, see readme)
- spring-cloud-azure-stream-multi-binder-eventhubs-spring3
- ❌ Auth by userAssignedManagedIdentity (@haozhan: validation failed, see readme)
- ❌ Auth by connectionString (@haozhan: validation failed, see readme)
- spring-cloud-azure-stream-multi-binder-eventhubs-spring2
- ❌ Auth by userAssignedManagedIdentity (@haozhan: validation failed, see readme)
- ❌ Auth by connectionString (@haozhan: validation failed, see readme)
- eventhubs-sample
- spring-cloud-starter-stream-kafka
- kafka-sample
- ✅ Auth by userAssignedManagedIdentity (@haozhan: validated)
- ✅ Auth by connectionString (@haozhan: validated)
- spring-cloud-stream-binder-kafka
- ❌ Auth by userAssignedManagedIdentity (@haozhan: validation failed, see readme)
- ❌ Auth by connectionString (@haozhan: validation failed, see readme)
- kafka-sample
- spring-cloud-azure-starter-eventhubs
- spring-cloud-azure-eventhubs-starter
- ❌ Auth by userAssignedManagedIdentity (@haozhan: validation failed, see readme)
- ❌ Auth by connectionString (@haozhan: validation failed, see readme)
- spring-cloud-azure-eventhubs-starter
- spring-messaging-azure-eventhubs
- spring-messaging-azure-eventhubs
- ❌ Auth by userAssignedManagedIdentity (@haozhan: validation failed, see readme)
- ❌ Auth by connectionString (@haozhan: validation failed, see readme)
- spring-messaging-azure-eventhubs
- spring-cloud-azure-starter-integration-eventhubs
- spring-cloud-azure-starter-integration-eventhubs
- ❌ Auth by userAssignedManagedIdentity (@haozhan: validation failed, see readme)
- ❌ Auth by connectionString (@haozhan: validation failed, see readme)
- spring-cloud-azure-starter-integration-eventhubs
- spring-kafka
- spring-kafka-sample
- ❌ Auth by userAssignedManagedIdentity (@haozhan: validation failed, see readme)
- ❌ Auth by connectionString (@haozhan: validation failed, see readme)
- spring-kafka-sample
- spring-cloud-azure-stream-binder-eventhubs
-
servicebus
- IsJMS = false
- lower-case-to-upper-case-sample
- ✅ Auth by userAssignedManagedIdentity (@saragluna: validated)
- ✅ Auth by connectionString (@saragluna: validated)
- lower-case-to-upper-case-sample
- IsJMS = true
- servicebus-jms-queue
- ✅ Auth by userAssignedManagedIdentity (@saragluna: validated)
- ✅ Auth by connectionString (@saragluna: validated)
- servicebus-jms-topic
- ✅ Auth by userAssignedManagedIdentity (@saragluna: validated)
- ✅ Auth by connectionString (@saragluna: validated)
- servicebus-jms-queue
- IsJMS = false
-
To verify