120 questions with Azure Spring Apps tags

Sort by: Updated
0 answers

How do I create a flexible sql Server in my bash terminal? (Terminal Freezes)

Hello there, I have an issue creating a flexible sql server in my bash Terminal in VS Code. I am doing the Java module "[Deploy a Spring Boot app to Azure App Service]", the first exercise in this module "Create Azure resources and a…

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
797 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.
120 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,616 questions
asked 2024-09-04T08:29:01.28+00:00
Veljko Belic 0 Reputation points
edited the question 2024-09-04T21:15:34.15+00:00
Erland Sommarskog 109.4K Reputation points MVP
0 answers

Getting HTTP 502 error for our Azure Spring App Instance

We have an internal application hosted on Azure Spring Apps, but we are getting 502 Bad gateway error, whenever we try to access application rest endpoint. We have validated it with our network team and all the respective DNS configuration are rightly…

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.
120 questions
asked 2024-08-08T15:29:55.9366667+00:00
Mohta, Vivek 0 Reputation points
edited the question 2024-08-08T15:46:00.6+00:00
VarunTha 7,475 Reputation points Microsoft Vendor
0 answers

Does Spring Cloud for Azure support AKV (keys)

In this microsoft learn article, I can only see the support to 'certificate' and 'secret'. For example, we can easily auto configured the SecretClient with the properties defined in application.yaml but not the KeyClient where we use in Azure SDK for…

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,245 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.
120 questions
asked 2024-08-02T09:22:58.22+00:00
Mat CHAN 85 Reputation points
edited a comment 2024-08-05T05:45:30.6+00:00
Givary-MSFT 32,116 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Troubleshooting 'Connection aborted.' exception when deploying Spring app

I am attempting to deploy a Spring project via cmd using the command "az spring app deploy --resource-group <resource-group-name> --service <service-name> --name <app-name> --verbose --artifact-path <path>". However, I…

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.
120 questions
asked 2024-07-18T17:18:48.9566667+00:00
Zarki11 45 Reputation points
accepted 2024-08-03T12:43:45.14+00:00
Zarki11 45 Reputation points
1 answer

Error when deploying Azure Spring Apps with "reading 'minReplicas"

I previously deployed my spring boot project on Azure successfully with the following application.properties, but now I am receiving an error message: Failed to deploy app diamondstore (1/3) Requesting file upload URL... Done (2/3) Uploading JAR…

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.
120 questions
asked 2024-07-27T07:51:26.44+00:00
NGUYEN PHUC 0 Reputation points
edited the question 2024-07-28T04:05:56.27+00:00
AmaranS 5,785 Reputation points Microsoft Vendor
1 answer

How to fix server time out(500 error) , I have deployed web application in tomcat server which has been hosted on Azure PaaS app service plan p2v3.

I have a functionality in web application that runs more than 5 minutes, So need to set time out more than 10 mins. Application has been hosted on the Azure PaaS app service plan with P2V3. Please help me to change default time and set server time…

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.
120 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,616 questions
asked 2024-07-17T19:47:26.78+00:00
Gadamella, Naresh 0 Reputation points
answered 2024-07-22T06:07:02.52+00:00
VenkateshDodda-MSFT 19,666 Reputation points Microsoft Employee
1 answer

How to integrate spring security with Azure OAuth2.0 endpoint ?

We are trying to use spring-boot-oauth-resource-server approach to enable authentication and authorization against Azure OAuth. We have registered a client app and create the client secret, scope api endpoints etc. We are also able to generate a token…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
225 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.
120 questions
asked 2024-07-06T03:12:26.2133333+00:00
Raghavan 0 Reputation points
answered 2024-07-10T07:24:31.6666667+00:00
JananiRamesh-MSFT 25,991 Reputation points
1 answer

Spring boot azure function : Http Trigger : This function was programmatically called via the host APIs return 500 error

I am trying to create a spring boot azure function using the following guide https://github.com/eggboy/springcloud-azurefunction/tree/springboot3 https://medium.com/microsoftazure/create-azure-function-with-spring-cloud-function-ab150216d2bd I was able…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,850 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.
120 questions
asked 2024-06-15T11:39:59.12+00:00
Kapila Roshan Bogahapitiya 0 Reputation points
answered 2024-06-15T11:41:48.3966667+00:00
Kapila Roshan Bogahapitiya 0 Reputation points
1 answer

The index path corresponding to the specified order-by item is excluded.

Hi 🙂 I run a Spring Boot app on Azure, it connects to CosmosDB through ReactiveMongoTemplate. I can save to the collection but my query fails with the following error message: Caused by: com.mongodb.MongoQueryException: Query failed with error…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,600 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.
120 questions
asked 2021-02-04T00:43:49.827+00:00
Itumeleng Manota 6 Reputation points
commented 2024-06-03T14:15:48.05+00:00
Omar Garcia Piñeiro 0 Reputation points
0 answers

"Sign in to your account" HTML response being returned from my Azure Integrated Rest API

Hello, I am getting a 200 response that includes HTML that says "Sign in to your account" when hitting my Spring boot protected api. I am first getting a bearer token with the following parameters. I am hitting the endpoint…

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.
120 questions
asked 2024-05-21T13:28:10.09+00:00
Will Roberts 10 Reputation points
edited the question 2024-05-22T04:27:51+00:00
PRADEEPCHEEKATLA-MSFT 88,301 Reputation points Microsoft Employee
0 answers

how to get the azure spring apps /actuator/integrationgraph metrics be the same on Azure and on local

Hello, We have a Spring Boot 3.2.5 microservice which uses Spring-Integration to consume messages from IBM MQ Server. To find how many messages processed/failed we are using actuator endpoint /integration.When we run this microservice on prem it shows…

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.
120 questions
asked 2024-05-14T18:23:45.13+00:00
Victor Scurtu 30 Reputation points
commented 2024-05-15T12:59:41.2066667+00:00
Victor Scurtu 30 Reputation points
1 answer

How to return file name and last modified from fileshare on azure storage using java spring boot

How to return file name and last modified from files hare on azure storage using java spring boot // Retrieve the storage account from the connection string. CloudStorageAccount storageAccount = CloudStorageAccount.parse(connectString); // Create a…

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,268 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
967 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.
120 questions
asked 2024-05-06T06:18:06.8766667+00:00
Lavate, Ramchandra (Cognizant) 0 Reputation points
answered 2024-05-06T11:37:14.01+00:00
Nehruji R 6,966 Reputation points Microsoft Vendor
1 answer

Is it possible to use a contract-first approach with Spring Cloud Function for Azure Functions?

I am interested in designing a Spring Cloud Function using an OpenAPI contract-first approach. Can anyone confirm if this is possible? If so, how would I expose the endpoints? Please provide any insights and examples, including any sample…

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.
120 questions
asked 2024-03-11T12:25:40.2566667+00:00
Ramachandran, Praveen 0 Reputation points
edited a comment 2024-04-24T21:55:02.0933333+00:00
Aki Nishikawa 1,740 Reputation points Microsoft Employee
1 answer

How to create and deploy Azure VM using Java Spring Boot and Azure SDK?

Hi, Is there any way we can create Azure VM or any resources using Java Spring Boot Micro-service and AzureSDK ? Any sample code snippets available? Is there any official MS documentation available? Thanks

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,744 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.
120 questions
asked 2024-04-14T13:53:27.77+00:00
Amey Ambulgekar 0 Reputation points
answered 2024-04-15T04:40:44.5266667+00:00
Anveshreddy Nimmala 3,540 Reputation points Microsoft Vendor
1 answer

How to access azure spring app in a private vnet through IP instead of FQDN

I am having trouble understanding what I need to do with my system. I have a java spring boot service hosted on azure spring app. It is deployed to a private vnet. I was able to link a private dns, create a dns record and assign the FQDN with the given…

Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
500 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.
120 questions
asked 2024-04-03T00:52:53.53+00:00
Kevin 0 Reputation points
edited the question 2024-04-15T03:38:59.1666667+00:00
KapilAnanth-MSFT 43,651 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

How to integrate Azure AD B2C into a java app using Open ID Connect?

I'm new to Azure B2C and I'm integrating Azure AD B2C into a spring boot application. The app is a Web app that functions as a resource server and web application in one. The tenant is already created and the app is already registered. I'd like 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.
120 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,205 questions
asked 2024-04-03T14:15:05.1633333+00:00
Katrina Smith 20 Reputation points
commented 2024-04-04T13:04:56.1666667+00:00
Katrina Smith 20 Reputation points
1 answer

Can't access private FQDN for Azure Spring Apps

Hey everyone! I was running into some trouble creating a test application using Azure spring apps deployed onto a private virtual network. I created a separate subnet for the services and apps, deployed the sample app, then followed…

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.
120 questions
asked 2024-03-19T18:15:20.1+00:00
Kevin 0 Reputation points
edited the question 2024-03-20T03:47:44.02+00:00
KapilAnanth-MSFT 43,651 Reputation points Microsoft Employee
1 answer

Springboot couldn't authenticate the JWT passed in from my React.apps with MSAL

I am very new to Springboot and currently in a learning stage. So springboot acts as a resource server to protects my API from unauthorized users. Meanwhile, I have my frontend passed in the access token (jwt) to my Springboot each time API is called.…

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.
120 questions
asked 2024-01-08T07:03:01.93+00:00
Chin Chee Seng 0 Reputation points
edited an answer 2024-03-12T17:26:17.4466667+00:00
Mike Urnun 9,801 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

SpringBoot app fails to start: Connection timeout when attempting to get token from IMDS endpoint

Hi, I am trying to deploy a SpringBoot app in a container instance (ACI) to a virtual network. The application startup fails on startup. From the error message, I concluded that the connection to the MSI endpoint fails during the initialization of the…

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,245 questions
Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
686 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.
120 questions
asked 2020-08-07T17:52:51.817+00:00
Octavian Cismasu 21 Reputation points
accepted 2024-02-23T15:55:09.6933333+00:00
Octavian Cismasu 21 Reputation points
1 answer One of the answers was accepted by the question author.

Getting error "The HTTP resource that matches the request URI does not support the API version" while deploying Spring Boot app to Azure Spring Apps

I have created an Azure Spring App service to deploy my Spring Boot application. I also created Azure pipelines, and everything works fine to build and push artifacts. While I can directly upload a JAR and that works, I get the following error when I try…

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.
120 questions
asked 2023-07-28T08:39:47.5866667+00:00
arunabh priyadarshi 25 Reputation points
commented 2024-02-20T15:31:14.22+00:00
MuthuKumaranMurugaachari-MSFT 22,296 Reputation points