112 questions with Azure Spring Apps tags

Sort by: Updated
1 answer

Can we deploy Spring Batch application on Azure like windows scheduler ?

Can we deploy Spring Batch application on Azure like windows scheduler ? We have spring batch application where currently running on windows scheduler, we created a bat file and created a task scheduler, where it will trigger frequently based on the…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
309 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 2021-02-08T13:37:07.987+00:00
ramesh Kumar 6 Reputation points
edited a comment 2023-12-20T04:56:47.46+00:00
Anonymous
1 answer

Add custom domain with CNAME record having public endpoint

HELLO Everyone, Need Assistance... I have created a azure spring app under standard plan and also configured vnet injection. So that it will be part of my virtual network and can communicate with my database privately. Now I have created an app under my…

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-12-06T18:36:56.1+00:00
Muhammad Usman Naeem 0 Reputation points
commented 2023-12-12T17:19:57.33+00:00
MuthuKumaranMurugaachari-MSFT 22,251 Reputation points
1 answer One of the answers was accepted by the question author.

Spring app service registration across different container

Hi, I have 15 spring applications. As each spring app container can only have 10 instance, I need to create 2 spring app container in Azure. However, I find the application in 2nd container cannot find those in first container. May I know if the Euraka…

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-07-27T07:27:51.01+00:00
Jacky Lam 205 Reputation points
edited the question 2023-12-03T20:49:00.13+00:00
brtrach-MSFT 15,366 Reputation points Microsoft Employee
1 answer

Spring Boot app does not start/hangs when kusto-data dependency is added to a project containing spring-cloud-azure-starter-keyvault dependency

I have a working Spring Boot version 3.1.1 web application using "kusto-data" version 5.0.0 to query ADX data. If I add "spring-cloud-azure-starter-keyvault" version 5.3.0 as a dependency to the project pom and place 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.
112 questions
asked 2023-07-21T04:40:01.37+00:00
MarkL 5 Reputation points
edited the question 2023-12-03T20:48:53.92+00:00
brtrach-MSFT 15,366 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Azure Spring App Consumpion plan - managed identity

Is Managed Identity available for Azure Spring App running in the Standard Consumption plan? The managed identity assignment is well documented for the Basic/Standard/Enterprise plans but nothing for the Consumption one. Via az CLI I'm able to create a…

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-11-16T10:59:01.6266667+00:00
Gabriele Ghesla 21 Reputation points
accepted 2023-11-17T07:12:10.81+00:00
Gabriele Ghesla 21 Reputation points
1 answer One of the answers was accepted by the question author.

What's the Best Azure Configuration for Deploying a Spring Boot API with Azure File Share Integration?

Hello everyone! I'm looking for recommendations on the best Azure setup for my specific requirements. I've experimented with several options, but it feels like I've been going in circles. Here's my situation: I have a Spring Boot API that manipulates…

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,189 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,781 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,073 questions
asked 2023-10-05T19:50:28.1533333+00:00
Francesc Arolas 20 Reputation points
accepted 2023-11-15T20:48:17.8566667+00:00
Francesc Arolas 20 Reputation points
2 answers

CORs error when connecting Azure Spring Apps Backend to Frontend

I built a few spring boot microservices and spring-cloud gateway and was looking to deploy them somewhere. I followed this tutorial:…

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-11-02T06:32:29.35+00:00
Srikar Mahankali 5 Reputation points
commented 2023-11-09T14:22:56.82+00:00
MuthuKumaranMurugaachari-MSFT 22,251 Reputation points
1 answer

Add a managed certificate (preview) to spring apps

when I try to add a certificate, the list of domains is empty

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-10-29T18:34:29.01+00:00
Debet 0 Reputation points
answered 2023-11-02T14:30:04.5466667+00:00
SnehaAgrawal-MSFT 19,186 Reputation points
1 answer One of the answers was accepted by the question author.

Spring Boot Application - Azure Key Vault Client Certificate Authentication

Hi, from my spring boot application I want to connect to Azure Key Vault to retrieve secrets that have been stored within it, such as database access credentials. At the moment, the only working solution to authenticate to Key Vault from the spring boot…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,151 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 2023-10-28T09:18:20.88+00:00
Gianfranco Coppola (MSC Sorrento) 40 Reputation points
accepted 2023-10-30T10:39:19.84+00:00
Gianfranco Coppola (MSC Sorrento) 40 Reputation points
1 answer

Azure Spring Apps vs Spring Cloud Azure

Hi, I have just started learning Azure and I'm interesting in running Spring/Spring Boot apps in Azure. I see two similar sections under the Java documentation and I'm super confused which one should be used and when?What's the difference between these…

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-10-14T10:07:21.7866667+00:00
TheCode Alchemist 0 Reputation points
commented 2023-10-19T15:25:27.25+00:00
MuthuKumaranMurugaachari-MSFT 22,251 Reputation points
2 answers One of the answers was accepted by the question author.

How to fix CORS error?

Hi all, pretty new here. This is my first time using Azure. I created static web page where I deployed my React app and created spring app service where I deployed another app, spring boot. Whenever I send a HTTP request from my React app…

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 Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
790 questions
asked 2023-10-16T23:07:27.8366667+00:00
Uroš Gavrilović 30 Reputation points
commented 2023-10-19T12:13:33.3366667+00:00
MuthuKumaranMurugaachari-MSFT 22,251 Reputation points
1 answer

azure spring apps - chipset?

need to know the chipset for azure spring apps? for the standard consumption & dedicted app (50vCPU hours, 100GB hours, 2 million request)

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-10-03T12:47:43.8266667+00:00
Deepak Roy 0 Reputation points
commented 2023-10-05T13:23:34.0866667+00:00
MuthuKumaranMurugaachari-MSFT 22,251 Reputation points
1 answer One of the answers was accepted by the question author.

What is the best practice now for deploying a Spring Boot App on Azure?

Hi, I am new in Azure. I am learning and practicing how to deploy my application onto Azure, but there are so many services in it and caused me confused. For example, if I have a management system for a small company, Spring Boot 3 app as backend, and a…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
657 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,903 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,073 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
790 questions
asked 2023-10-01T06:38:27.8133333+00:00
Yishen Yang 20 Reputation points
commented 2023-10-02T07:39:13.6966667+00:00
Yishen Yang 20 Reputation points
2 answers One of the answers was accepted by the question author.

NullPointerException on the save method when id is specified with optimistic concurrency

Description My team is attempting to set the id field on a document and are running into a NullPointerException from the ReactiveCosmosTemplate when saving the document off to the DB. We're utilizing optimistic concurrency with the use of @Version on an…

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 2023-09-21T19:11:32.34+00:00
Murillo, Antonio J 20 Reputation points
accepted 2023-09-25T19:42:10.6333333+00:00
Murillo, Antonio J 20 Reputation points
1 answer One of the answers was accepted by the question author.

Needed Permissions to deploy to Azure Spring Apps

I have a Azure Spring App instance with a running deployment that I created with the az CLI. I created a Service Principal for the Resource Group with the Role 'Azure Spring Cloud Config Server Contributor' My problem is that deployment failed in my CI…

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-09-14T14:59:58.0366667+00:00
Daniel Fenz 20 Reputation points
accepted 2023-09-21T06:03:07.9066667+00:00
Daniel Fenz 20 Reputation points
1 answer

How to use @Secured annotation with roles present in my database and authorize the azure token in grails application

I am able to configure azure in my grails application and able to authorize the token. https://learn.microsoft.com/en-us/azure/developer/java/spring-framework/secure-your-restful-api-using-spring-cloud-azure I have a role table in my database and I want…

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-09-06T19:49:38.9033333+00:00
Osipalli, Premkiran [ON CONTRACT] 0 Reputation points
answered 2023-09-12T10:32:48.6766667+00:00
MayankBargali-MSFT 69,756 Reputation points
1 answer

Image dropdown is not showing list of images in Azure Spring App Custom Image option

Hi, Image dropdown is not showing list of images in Azure Spring App Custom Image, ACR option I have created new image and pushed it to Azure Container Registry. Same image, I am able to pull to my local system. But in Azure Spring Apps, while creating…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
411 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 2023-08-26T15:25:37.4233333+00:00
Sapna 0 Reputation points
edited an answer 2023-08-29T07:26:25.34+00:00
Prrudram-MSFT 22,836 Reputation points
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.
112 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,251 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.
112 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,251 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.
112 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