azure-spring-boot icon indicating copy to clipboard operation
azure-spring-boot copied to clipboard

Spring Boot Starters for Azure services

Results 6 azure-spring-boot issues
Sort by recently updated
recently updated
newest added

Hi everyone, I've this problem with Azure Jms Spring Library. After few times of innactivity, when I try to send a message to a topic, the library throw me this...

bug
service bus
azure-spring

Trying to implement azure ke vault in spring boot application application run successfully but if i try to fetch the secrets from vault using get request then getting error I...

Hi @rohitmono57 , please help move this issue to this repo: https://github.com/Azure/azure-sdk-for-java _Originally posted by @Netyyyy in https://github.com/microsoft/azure-spring-boot/issues/968#issuecomment-1985155978_

The technologies we are currently using are: 1. Springboot(3.1.2) 2. Azure ServiceBus(Topic) 3. Spring JMS We used JMS to handle message publishing(JMSTemplate) and listening(JMSListner) in the Azure ServiceBus Topic. JMS...

Please provide a documentation like how to create a simple stateless! spring boot application using your libary. [This was a good start.](https://learn.microsoft.com/en-us/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-active-directory) But I've tried several mechanisms and always ended...

I’ve been trying to get my Spring Boot service running in Azure App Service to use Azure App Configuration service to get configuration parameters. The app service uses a User...