Content
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…


Spring cloud azure function without return type
Hi, 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:…


Deploying .jar to Azure Spring App hangs and fails
I am trying to deploy my spring app to an Azure Spring apps instance. I was able to deploy this app using the azure-spring-apps-maven-plugin in January, however I am now getting errors when attempting to deploy using the azure-spring-apps-maven-plugin,…


How to read app config values from Java SpringBoot app
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…


Discover REST API on Azure Spring App
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…


How to deploy Java Spring Boot WAR File and access the REST APIs on Azure?
Hi, 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…


Auto assigned nodeId for azure spring app or how to get app instance name
Hi, 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


Where is deployement center in spring apps
Hi, I am very new here. I deployed my spring application in microsoft azure spring apps. But I do not want to deploy every time I update it. I want it to be updated whenever I update github. I was looking for this and in microsofts how to pages, it…


Azure Function (Spring Cloud): How to stop/reduce verbose Service Bus Logs?
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…


Azure AD access token validation exception in Resource Server
Hi, 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


Getting 404 error after depoying SAML based Spring boot APP
I have a local SAML-based Spring boot app to integrate with Azure AD. The local app was able to communicate to Azure SSO while hitting https://localhost:8443, and authentication is happening at Azure AD and redirected to a specified page in the local…
Azure AD Authorization integration with spring boot resource server
We need to use Azure AD for authn and authz for a mobile app to post data into spring boot backend application. Generated access token using client credentials for testing and the Spring boot application is configured with jwk url to validate token and…


Azure Spring Cloud application deployment Provisioning state failing
Hello I am deploying a Spring Boot application to Azure spring cloud created through the reference architecture Bicep scripts. The application is created through CLI with configuration : --memory 512Mi --cpu 500m --runtime-version Java_11 …

