112 questions with Azure Spring Apps tags

Sort by: Updated
0 answers

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…

Azure Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
112 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,072 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
790 questions
asked 2023-01-31T02:36:23.09+00:00
Kailash Pasumarthy 0 Reputation points
edited the question 2023-01-31T04:41:27.84+00:00
Tarun Krishna Mikkilineni-MSFT 0 Reputation points
2 answers One of the answers was accepted by the question author.

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…

Azure Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
112 questions
asked 2023-01-10T09:31:30.63+00:00
Maciej Bąk 46 Reputation points
accepted 2023-01-18T12:59:04.1433333+00:00
Maciej Bąk 46 Reputation points
1 answer

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

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,422 questions
Azure Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
112 questions
asked 2022-11-24T08:32:23.997+00:00
Daniel 1 Reputation point
commented 2022-12-09T05:15:13.65+00:00
MayankBargali-MSFT 69,756 Reputation points
1 answer

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…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,422 questions
Azure Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
112 questions
asked 2022-12-05T16:47:39.337+00:00
answered 2022-12-08T19:25:08.893+00:00
Mike Urnun 9,766 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

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 Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
112 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,072 questions
asked 2022-12-01T01:55:34.627+00:00
Iiyama, Masatoshi 21 Reputation points
accepted 2022-12-01T09:46:23.75+00:00
Iiyama, Masatoshi 21 Reputation points
1 answer

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 Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
112 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,953 questions
asked 2022-09-01T12:23:19.963+00:00
Smith, Larry (L.G.) 6 Reputation points
commented 2022-09-29T07:17:20.13+00:00
Shweta Mathur 28,201 Reputation points Microsoft Employee
1 answer

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…

Azure Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
112 questions
asked 2022-09-02T18:41:46.827+00:00
anil 21 Reputation points
commented 2022-09-09T16:57:37.35+00:00
MuthuKumaranMurugaachari-MSFT 22,251 Reputation points
1 answer One of the answers was accepted by the question author.

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 Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
112 questions
asked 2022-09-07T15:40:26.473+00:00
Robert Paasche 21 Reputation points
accepted 2022-09-08T09:55:12.083+00:00
Robert Paasche 21 Reputation points
0 answers

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

Azure Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
112 questions
asked 2022-08-30T14:48:58.24+00:00
Łukasz Bieńko 1 Reputation point
commented 2022-09-07T17:55:04.67+00:00
MuthuKumaranMurugaachari-MSFT 22,251 Reputation points
0 answers

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 Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
112 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,953 questions
asked 2022-09-06T12:59:05.47+00:00
Saran 1 Reputation point
commented 2022-09-07T07:37:56.32+00:00
Saran 1 Reputation point
0 answers

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 …

Azure Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
112 questions
asked 2021-10-14T06:50:13.083+00:00
Chris Braithwaite 1 Reputation point
commented 2022-08-31T17:53:15+00:00
R K 1 Reputation point
1 answer

Generic API

is it possible to develop Generic API in java using spring boot azure sql

Azure SQL Database
Azure Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
112 questions
asked 2022-08-18T04:09:43.89+00:00
Pavi 1 Reputation point
answered 2022-08-18T11:05:12.883+00:00
Alberto Morillo 33,161 Reputation points MVP
1 answer

When i try to run spring-boot application with azure cosmos db the console gives me following message Client is not on azure vm what can it mean?

This is a screensht from runned spring-boot application in

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,422 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,478 questions
Azure Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
112 questions
asked 2022-07-11T05:29:41.57+00:00
Samvel Kazaryan 1 Reputation point
answered 2022-07-11T05:32:16.143+00:00
Samvel Kazaryan 1 Reputation point
1 answer One of the answers was accepted by the question author.

[Clarifications] Difference between @PartitionKey (Spring annotation) and partition_key_path (Container parameter)

Hi all, I don't understand the difference between partition_key_path that I should set during container creation and the Spring annotation @PartitionKey used when I define an entity in my app. Which is the relationship between the two modes? …

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,478 questions
Azure Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
112 questions
asked 2022-06-10T19:07:21.817+00:00
Francesco Cesareo 56 Reputation points
commented 2022-06-15T16:47:20.62+00:00
Francesco Cesareo 56 Reputation points
1 answer

Spring data repository for Graph DB

We are working on an implementation to integrate Graph DB via Gremlin API with our Spring project. Is there a plugin available like JPArepositoy or MongoRepository to make the integration more reliable? Currently, we are writing lot of code to…

Azure Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
112 questions
asked 2022-06-03T21:21:46.767+00:00
Sathyanarayanan, Tharani 1 Reputation point
answered 2022-06-14T07:17:00.027+00:00
MughundhanRaveendran-MSFT 12,446 Reputation points
1 answer One of the answers was accepted by the question author.

Programmatically creating the AzureAD SAML SSO application (a non-gallery enterprise app) not getting updated by the Identifier (Entity ID) value

Using Microsoft Graph APIs I'm able to create an AAD SAML SSO application (a non-gallery application) but I notice Identifier (Entity ID) value is not getting populated in the AAD portal on the Edit popup screen, and interestingly the value is showing…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,913 questions
Azure Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
112 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,953 questions
asked 2022-06-02T04:54:35.183+00:00
Ram 21 Reputation points
commented 2022-06-03T09:45:27.867+00:00
Ram 21 Reputation points
1 answer

CVE-2022-22963

Hi, last days there was a vulnerability issue CVE-2022-22963 according to spring cloud found. I wonder if there is an official statement from Microsoft if their services (e.g. Azure, Azure DevOps) are affected by this leak. I assume that Azure…

Azure Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
112 questions
asked 2022-04-07T15:51:42.163+00:00
Tino Schinnerling-prof 1 Reputation point
commented 2022-04-12T07:37:16.09+00:00
Mike Urnun 9,766 Reputation points Microsoft Employee
0 answers

Azure AD with spring cloud gateway architecture

I'm working to use Azure AD with spring cloud architecture,I have used the following dependencies implementation group: 'org.springframework.cloud', name: 'spring-cloud-dependencies', version: 'Hoxton.SR8', ext: 'pom' implementation…

Azure Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
112 questions
asked 2021-03-25T14:33:37.667+00:00
ali ali 1 Reputation point
commented 2022-02-18T04:39:30.403+00:00
George Cherian 16 Reputation points
3 answers

Azure Spring Cloud applications fail to access the config server - (following vanilla microsoft documentation)

I am following the tutorial for Azure Spring Cloud: https://learn.microsoft.com/en-us/azure/spring-cloud/spring-cloud-quickstart-sample-app-introduction?pivots=programming-language-java the repo url for this demo is:…

Azure Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
112 questions
asked 2021-02-02T17:58:26.33+00:00
Fiallega, Jorge (ITD) 56 Reputation points
answered 2022-02-08T18:37:44.66+00:00
urizn 1 Reputation point
1 answer

[invalid_token_response] An error occurred while attempting to retrieve the OAuth 2.0 Access Token Response: 401 Unauthorized: [no body]

I have added Azure AD as an authentication server but it is showing me the following error "[invalid_token_response] An error occurred while attempting to retrieve the OAuth 2.0 Access Token Response: 401 Unauthorized: [no body]" Springboot:…

Microsoft Defender for Cloud
Microsoft Defender for Cloud
An Azure service that provides threat protection for workloads running in Azure, on-premises, and in other clouds. Previously known as Azure Security Center and Azure Defender.
1,228 questions
Azure Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
112 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,072 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,953 questions
asked 2021-12-24T10:18:51.66+00:00
Naresh Pawar 16 Reputation points
commented 2022-01-04T07:33:53.053+00:00
Siva-kumar-selvaraj 15,571 Reputation points