Error creating bean with name 'springCloudAzureDefaultCredential'
I am trying to run a Spring Boot App using the library spring-cloud-azure-stream-binder-eventhubs
I am having the following error:
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug'…
How to pass spring active profile while running a azure function with spring cloud function
While running a azure function with spring cloud function on local with the below command
mvn azure-functions:run -Dspring.profiles.active=local
Active profile for spring is not getting saved it still point to default profile. Is there a way to set…
I am developing a Azure function (QueueTrigger) using spring cloud.
Example code suggested is given at below github locations.
Spring cloud function we want to run:…
Hello All,
I have a Springboot app that is trying to connect and read values from an app config resource.
Some keys in the Azure app config are in this…
Hi Team,
I am deploying my spring boot application on Azure Spring App. This application will expose some rest APIs.
How do I expose these REST api's externall, not just limited to virtual net of Az Spring App, but via gateway
Options that i could see…
Control Azure Service Bus Consumer to start or stop listening from the Topic in spring boot
What I want to Achieve - Control Service Bus Consumer to start / stop receiving messages from queue/topic.
Below is a detailed explanation.
Currently I have integrated Azure Service Bus in my application and we listen message as soon as spring boot…
I have deployed my Java Spring boot Application as a WAR file on Azure. The Spring Boot Application contains REST Controller with REST APIs. I'm able to access the REST APIs locally from Postman Collection. Please view the attached File.
I have read…
In azure spring boot app while having multiple instances I need to get somehow its app instance name, or would be perfect to configure nodeId generation ( int/long type , but if now I can live with name ).
Anyone knows how to access this data from…
What is difference between Azure App Service and Azure Spring Apps?
I am planing to onboard my Java Spring Application on Azure, but what to choose Azure App Service or Azure Spring Apps? Can someone tell be difference between both.
Because both services can onboard Java/Spring Applications
Hello
Is there a way to reduce the amount of logs that are generated if I use a "@ServiceBusQueueTrigger" inside a Azure function with Spring Cloud?
e.g. I have this configured:
@ServiceBusQueueTrigger(
name =…
How to Call and Execute Function chaining in Azure Functions in spring boot Java
I have two Azure function in Spring boot controller, One as @HttpTrigger and another as @DurableOrchestrationTrigger.
I can able to call the @HttpTrigger with URL once it is run with ./mvnw but I could not able to run the @DurableOrchestrationTrigge…
About the appropriate Azure services for building Spring Boot web applications on Azure
Hello, I have a question.
I would like to deploy a Spring Boot web application to Azure.
We are looking for a suitable Azure service for this purpose.
In doing so, we are considering adopting one of the following two options as the most…
We have a SPA in React typescript and Spring boot at backend.
SPA does the authentication of user and gets the access token as part of redirect URI.
Now SPA calls the spring boot backend API attaching access token as Bearer in header. …
azure spring cloud want to use /myappname/config.message instead of default /application/config.message
I am following this tutorial to setup spring azure config
https://learn.microsoft.com/en-us/azure/azure-app-configuration/enable-dynamic-configuration-java-spring-app
at step 7 is there anyway I could use custom key instead of…
The gateway did not receive a response from 'Microsoft.AppPlatform' within the specified time period. (Code 504)
We currently can neither deploy by CLI nor watch the deployments in the portal.
We receive the foloowing error on both:
The gateway did not receive a response from 'Microsoft.AppPlatform' within the specified time period.
Azure spring cloud deployment issue
Does anyone have a problem with deploying to spring cloud application which worked earlier without any logs or errors?
App is running locally just fine