114 questions with Azure Spring Apps tags

Sort by: Updated
1 answer

To use JVM 32 bit in Azure spring app.

We have a spring boot application which runs on JVM 32 bit only. So, how can we set JVM 32 bit in azure spring app to run our application. could you please help me for this?

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-08-10T13:43:09.1566667+00:00
AnilYadav-2387 20 Reputation points
commented 2023-08-16T15:12:57.14+00:00
MuthuKumaranMurugaachari-MSFT 22,261 Reputation points
0 answers

How to give .dll file reference in spring boot application deployed in Azure spring app

We have a spring boot application which use .dll file. In the local, we have stored .dll file in resource folder of project and give its absolute path in the code to load the dll file. But, how can we store .dll file and give reference of it in the …

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-08-10T13:52:09.3366667+00:00
AnilYadav-2387 20 Reputation points
commented 2023-08-15T13:25:20.3566667+00:00
MuthuKumaranMurugaachari-MSFT 22,261 Reputation points
1 answer One of the answers was accepted by the question author.

Network requirements to provision Azure Spring Apps environment

Hi, I read in MS documents it is recommended that we provision two different subnets for an Azure Spring Apps service instance - One for the service run time One for the Spring Boot applications Could you please elaborate a bit why it is so? Won't…

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-08-01T11:44:52.4433333+00:00
Priyanka Chaudhuri 105 Reputation points
accepted 2023-08-12T21:49:13.3033333+00:00
Priyanka Chaudhuri 105 Reputation points
2 answers One of the answers was accepted by the question author.

Deployment of spring boot rest API application on azure

We want to deploy our spring boot rest API application on azure but we are confuse between azure app service and azure spring app. Could you please help us to decide between app service and spring apps for our deployment. Also, can we deploy spring…

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 2023-08-09T18:20:44.7533333+00:00
AnilYadav-2387 20 Reputation points
accepted 2023-08-10T12:20:46.5266667+00:00
AnilYadav-2387 20 Reputation points
1 answer

Access to the 11th app in a Azure Spring App Instance

Hi, I have 11 apps inside a Azure Spring App instance. But I find the 11th app doesn't have a inbound endpoint. How can I access the app? I tried to create another instance and move the 11th app to it. But it can't see the app inside the first instance.…

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-07-29T03:26:49.7733333+00:00
Jacky Lam 205 Reputation points
commented 2023-08-08T22:19:50.5333333+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
1 answer

Azure Spring Cloud application, how do I access Eureka Server and Config Server?

I have created an Azure Spring Cloud microservice app with config server and Eureka client. Now I am running the application successfully. Now, I wanted to access the Eureka server and config server, I got the Eureka server URL from application logs…

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 2020-07-20T12:50:18.37+00:00
Sangramsing Patil 1 Reputation point
commented 2023-08-08T04:41:35.9+00:00
Jacky Lam 205 Reputation points
1 answer One of the answers was accepted by the question author.

How to access Euraka configuration/portal in Azure?

Hi, I have a Spring app Service instance with 10 applications inside. Where can I find my Euraka servce URL? Thanks, Jacky

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-07-28T14:46:31.2033333+00:00
Jacky Lam 205 Reputation points
accepted 2023-08-03T06:42:38.8666667+00:00
Jacky Lam 205 Reputation points
2 answers One of the answers was accepted by the question author.

Limitation on number of app in Springapp container of Azure

Hi, Is there any way to increase the number of applications in one single springapp container? It seems not very reasonable to have such small limit (10) even I upgrade to a more expensive service tier ..... Thanks, Jacky

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-07-27T09:25:26.1533333+00:00
Jacky Lam 205 Reputation points
accepted 2023-07-28T13:36:54.7866667+00:00
Jacky Lam 205 Reputation points
1 answer

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

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-27T05:54:56.333+00:00
Tushar Trivedi 11 Reputation points
commented 2023-07-11T13:33:06.08+00:00
BALRAM AGGARWAL 0 Reputation points
1 answer

How to choose between azure spring apps and app service?

I have a spring project migrating to java, not sure which service to use.

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 2023-06-28T08:43:28.9066667+00:00
Hang Wang 0 Reputation points Microsoft Employee
commented 2023-06-30T04:47:09.0866667+00:00
MayankBargali-MSFT 69,946 Reputation points
2 answers

Spring Apps Deployment Failed related with base_polling failed operation

I tried to to deploy my Spring Boot 3.1.0 application on Azure Spring Apps but failed. I've also tried downgrading the project to spring boot 3.0.0 but same result. Here's the error log when deploying with Azure CLI with --debug…

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-06-21T13:09:30.9366667+00:00
An Vu 0 Reputation points
answered 2023-06-29T07:53:22.18+00:00
MayankBargali-MSFT 69,946 Reputation points
1 answer

I cannot deploy Spring Boot App to Azure due to lack of API support

I do not have experience in deploying Spring Apps to Azure. I tried to do it through the Github route. However, there's always an error message at the end of deployment: Action failed with error: The HTTP resource that matches the request URI…

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-06-10T06:02:35.71+00:00
Duc Tommy Bui 5 Reputation points
commented 2023-06-16T17:56:26.1866667+00:00
MuthuKumaranMurugaachari-MSFT 22,261 Reputation points
1 answer

I deployed a spring boot app with tomcat . it shows deployed successfully. But when i run the application it shows web app failed to start . Http didn't receive the pings on port 80. Unable to start web server error? How to resolve this?

Application start failed . Http didn't receive pings on port 80.

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-05-19T09:24:20.33+00:00
Jimmy Patel 0 Reputation points
commented 2023-05-24T11:28:30.7433333+00:00
MayankBargali-MSFT 69,946 Reputation points
1 answer

Is it possible to use checkpointstore-jedis in spring-cloud-azure-starter-integration-eventhubs

I am learning about the Azure event hub service, and trying to integrate it with spring by using spring-cloud-azure-starter-integration-eventhubs. I'd like to use azure-messaging-eventhubs-checkpointstore-jedis as checkpoint-store instead of Blob, I am…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
591 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-05-15T10:52:57.4933333+00:00
Feona Sun 0 Reputation points
commented 2023-05-19T07:08:01.3033333+00:00
PRADEEPCHEEKATLA-MSFT 84,531 Reputation points Microsoft Employee
2 answers

deployment

i have a concern about my azure deployment. i have deployed my spring boot project on AWS previous now i want to redeploy it on azure what configuration should i do for this in my project.

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 2023-05-11T10:33:14.2066667+00:00
ZISHAN KHAN 0 Reputation points
commented 2023-05-14T19:00:29.55+00:00
ajkuma 24,396 Reputation points Microsoft Employee
1 answer

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

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-04-30T21:57:17.6566667+00:00
santiago barbieri 65 Reputation points
edited the question 2023-05-02T06:13:18.87+00:00
AjayBathini-MSFT 40 Reputation points Microsoft Vendor
1 answer

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 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-18T11:47:00.443+00:00
KadirA 1 Reputation point
commented 2023-04-08T21:35:20.38+00:00
KADIR yasarov 0 Reputation points
1 answer

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…

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 2023-03-22T09:26:43.8566667+00:00
Urmila Choudhary 0 Reputation points
answered 2023-03-29T06:04:28.17+00:00
MughundhanRaveendran-MSFT 12,446 Reputation points
1 answer One of the answers was accepted by the question author.

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

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-30T08:35:45.887+00:00
Vipin Sharma 116 Reputation points
commented 2023-02-24T14:37:57.22+00:00
Kaibo Cai 76 Reputation points Microsoft Employee
1 answer

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

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-22T18:18:38.7433333+00:00
Gabriel Ruoff 0 Reputation points
answered 2023-02-24T06:51:11.03+00:00
Hanli Ren 0 Reputation points Microsoft Employee