Questions tagged [azure-spring-cloud]
37 questions
0
votes
1 answer
How to get Azure Service Bus message id when sending a message to a topic using Spring Integration
After I send a message to a topic on Azure Service Bus using Spring Integration I would like to get the message id Azure generates. I can do this using JMS. Is there a way to do this using Spring Integration? The code I'm working…

lxdr
- 451
- 1
- 5
- 21
0
votes
2 answers
azure-spring-boot-starter-keyvault-secrets not resolving vcap service variables during application startup in PCF
I am upgrading my application from older version of azure-key-vault to latest version of azure bom.
Below are the changes in pom.xml and the app fails to start in PCF
Before making changes in pom.xml:
…

Venu
- 1,513
- 3
- 19
- 37
0
votes
1 answer
Unable to deploy my first Azure Spring Cloud application
I'm trying the QuickStart to running A Spring Boot in Azure Spring Cloud https://learn.microsoft.com/en-us/azure/spring-cloud/spring-cloud-quickstart?tabs=IntelliJ&pivots=programming-language-java
I download the spring starter with associated jars,…

user2395365
- 1,991
- 4
- 18
- 34
0
votes
1 answer
Unable to fetch key vault values through azure app config in spring boot app
Issue Description
We need to fetch key vault secret values provided as a key reference in Azure app config. We are able to fetch values present in app config but not the key references to key vault secrets.
Platform
Spring Boot
OS: Windows (running…

pvjhs
- 549
- 1
- 9
- 24
0
votes
1 answer
Unable to get public/private key authentication working for Azure Spring Cloud Config Server
I am having difficulty setting up my Config Server in Azure Spring Cloud using a Github repo as backend. I have it working using basic authentication where I create a token in Github which is fine for my experiments but this is not suitable for…

Jonck van der Kogel
- 2,983
- 3
- 23
- 30
0
votes
1 answer
How to integrate Azure Spring Cloud with Angular frontend
How to integrate backend apps from Azure Spring Cloud with some Angular frontend? Is AKS one solution?

Bożek Mariusz
- 117
- 10
0
votes
2 answers
Azure Spring Cloud and JHipster
Does anyone know if the built in config server with azure spring cloud should act the same as the JHipster registry? Currently having problems getting services to connect properly and identify each other. I've read the limited documentation from…

rmt21
- 3
- 1