130 questions with Azure Spring Apps tags

Sort by: Updated
1 answer

Azure Container Apps Revision Changes Not Propagating to Default Application URL

I have recently launched an azure container app. I have done this by packaging a jar file with maven, and then deployed it through az containerapp up, as shown in the following…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
486 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.
130 questions
asked 2024-12-24T06:45:18.7+00:00
mardahacker 0 Reputation points
answered 2024-12-24T13:21:40.28+00:00
Sina Salam 14,551 Reputation points
0 answers

How to Retrieve IP Address from a Domain in Azure Spring App for Whitelisting

I need to use a third-party API that requires providing an IP address. I couldn't find the IP address associated with the Azure Spring App. I found some IPs in Azure Spring App, but after whitelisting them, I still encounter a connection timeout. 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.
130 questions
asked 2024-12-16T09:05:45.8266667+00:00
Trey 0 Reputation points
commented 2024-12-19T04:24:39.7933333+00:00
VenkateshDodda-MSFT 23,141 Reputation points Microsoft Employee
0 answers

Unable to connect to Azure Service Bus from Spring Boot application using ServiceBusSenderClient with DefaultAzureCredentialBuilder

Getting below error when trying to connect to Azure Service Bus from Spring boot - java application. ConnectionHandler --…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
653 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.
130 questions
asked 2024-12-11T03:04:53.0166667+00:00
commented 2024-12-13T03:08:00.51+00:00
VenkateshDodda-MSFT 23,141 Reputation points Microsoft Employee
1 answer

Pull image from ACR

I have created yaml file. i can deploy image to my app service but i am getting error in pull image this is my yaml file trigger: branches: include: - main # Adjust to your branch name pool: vmImage: 'ubuntu-latest' …

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.
130 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,092 questions
asked 2024-11-13T01:40:31.63+00:00
Arhanti Doshi 65 Reputation points
answered 2024-11-14T11:07:01.5266667+00:00
SnehaAgrawal-MSFT 21,926 Reputation points
1 answer

Need no authentication but only authorization from spring boot 3 to access roles for API exposed

We want to just authorization using spring boot 3 for the APIs exposed for the ROLE that is there in the token issued from another cli client by executing command = az account get-access-token. We need sample piece of code of spring 3 application that…

Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
851 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.
130 questions
asked 2024-10-25T15:04:25.7633333+00:00
Nimbolkar, Santosh 0 Reputation points
commented 2024-10-31T18:31:52.4633333+00:00
James Hamil 26,486 Reputation points Microsoft Employee
0 answers

Problem with spring-cloud-azure-starter-active-directory-b2c -> Add sign-in with Azure Active Directory B2C to a Spring web app

'm facing issues using spring-cloud-azure-starter-active-directory-b2c in my Spring Boot project. The import statement import com.azure.spring.cloud.autoconfigure.aadb2c.AadB2cOidcLoginConfigurer cannot be resolved. I'm using version 5.17.1 of 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.
130 questions
asked 2024-10-14T07:19:33.7633333+00:00
Ray Garg 20 Reputation points
1 answer

Cross Subscription issue

Hi, We are trying to find out whether there is a cross subscription issue arises when we communicate from a resource with another resource which is under a different subscription. The ex scenario: A spring boot java application using Azure…

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.
2,207 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.
130 questions
asked 2024-10-02T14:38:25.6366667+00:00
Seetha Yanamandra (OSV) 0 Reputation points
commented 2024-10-03T17:03:14.6366667+00:00
deherman-MSFT 37,831 Reputation points Microsoft Employee
0 answers

Firebase Storage Authorized Azure Spring App

I have successfully deployed my Azure Spring Boot application to Azure, but I'm using Firebase Storage to store images. Locally, to use the Firebase Storage API, I need to download the serviceAccountKey.json file and use the login command with the Google…

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.
130 questions
asked 2024-09-30T10:04:31.2733333+00:00
An Phan 0 Reputation points
edited the question 2024-09-30T15:17:39.56+00:00
VarunTha 10,130 Reputation points Microsoft Vendor
0 answers

Problem launching an application using spring-cloud-azure-starter-active-directory 4.0.0

Hello everyone, We are currently working on a project using : Java 8 Spring Boot 2.2.4 Spring 4.3.17 Maven 3.9.6 As part of an initial migration from spring boot 2.2.4 to 2.5.0, we had to upgrade the azure-spring-boot-starter-active-directory…

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.
130 questions
asked 2024-09-27T13:51:23.1833333+00:00
David Lebrisse 0 Reputation points
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.
874 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.
130 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,092 questions
asked 2024-09-04T08:29:01.28+00:00
Veljko Belic 0 Reputation points
commented 2024-09-20T14:33:09.4633333+00:00
Sai Raghunadh M 1,605 Reputation points Microsoft Vendor
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.
130 questions
asked 2023-11-16T10:59:01.6266667+00:00
Gabriele Ghesla 41 Reputation points
commented 2024-09-11T09:13:37.13+00:00
Weiran Wu 0 Reputation points Microsoft Employee
0 answers

How to fix JMS Listener issue illegalstateexception: Pool not open in Spring boot with ASB

Issue: JMS Listener is not consuming the message throwing exception like illegalstateexception: Pool not open Dependencies: spring-cloud-azure-dependencies: 5.9.1 spring-cloud-azure-starter-servicebus-jms: 5.9.1 spring-boot-starter-parent: 3.0.13 …

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
653 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.
130 questions
asked 2024-09-05T17:22:13.9866667+00:00
Dhanjee Yadav 0 Reputation points
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.
130 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 10,130 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,342 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.
130 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 34,521 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.
130 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.
130 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 7,240 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.
130 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,092 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 23,141 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.
240 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.
130 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 29,191 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.
5,251 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.
130 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,710 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.
130 questions
asked 2021-02-04T00:43:49.827+00:00
Itumeleng Manota 11 Reputation points
commented 2024-06-03T14:15:48.05+00:00
Omar Garcia Piñeiro 0 Reputation points