114 questions with Azure Spring Apps tags

Sort by: Updated
1 answer

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…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
214 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.
114 questions
asked 2023-02-03T08:43:57.93+00:00
Kikrigen 0 Reputation points
answered 2023-02-18T06:18:59.51+00:00
MughundhanRaveendran-MSFT 12,446 Reputation points
2 answers

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…

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.
114 questions
asked 2023-02-06T15:12:55.0166667+00:00
Kakka, Jignesh (Ops Tech) 0 Reputation points
commented 2023-02-08T18:07:29.84+00:00
MuthuKumaranMurugaachari-MSFT 22,261 Reputation points
1 answer

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…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
579 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
99 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.
114 questions
asked 2023-01-30T06:49:54.0633333+00:00
Kush Patel 0 Reputation points
answered 2023-02-08T05:33:55.0933333+00:00
Mike Urnun 9,781 Reputation points Microsoft Employee
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.
114 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,286 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
833 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.
114 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,572 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.
114 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,946 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,572 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.
114 questions
asked 2022-12-05T16:47:39.337+00:00
answered 2022-12-08T19:25:08.893+00:00
Mike Urnun 9,781 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.
114 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,286 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.
114 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,366 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 29,261 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://video2.skills-academy.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.
114 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,261 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.
114 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.
114 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,261 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.
114 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,366 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.
114 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.
114 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,341 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,572 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,520 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.
114 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,520 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.
114 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.
114 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.
11,266 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.
114 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,366 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.
114 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,781 Reputation points Microsoft Employee