112 questions with Azure Spring Apps tags

Sort by: Updated
1 answer

Unable to add DevOps Repo as Config Server ito my Spring Cloud using HTTP basic authentication.

I've been trying to add my DevOPS repo as a config server to my spring cloud deployed on Azure but its not validating. I tried to clone using the same link with basic HTTP authentication and I was able to do it. I could successfully add github repo as…

Azure DevTest Labs
Azure DevTest Labs
An Azure service that is used for provisioning development and test environments.
259 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-12-15T12:51:56.867+00:00
Sai Pratheek 1 Reputation point
answered 2021-12-15T12:57:44.217+00:00
KarishmaTiwari-MSFT 18,642 Reputation points Microsoft Employee
1 answer

SSL error downloading document contents from Graph API using Java SDK in Azure

Hello, My spring boot application deployed in Azure Spring Cloud is executing requests against the Graph API using the Java microsoft-graph SDK 3.2.0 All requests for sites, drives, driveitems are successful both locally on Windows 10 workstation and in…

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-11-17T14:08:20.057+00:00
Chris Braithwaite 1 Reputation point
answered 2021-11-29T06:25:05.307+00:00
Chris Braithwaite 1 Reputation point
0 answers

Spring boot CORS issue when redirecting to Sign out URI

I have a Spring boot application and Angular in a same project. I have no problem redirecting to Azure SSO Login https://login.microsoftonline.com/ BUT when I trigger the log out link of the application to /common/oauth2/v2.0/logout endpoint, 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.
112 questions
asked 2021-11-19T00:44:51.953+00:00
Benjamin Fallar III 6 Reputation points
1 answer One of the answers was accepted by the question author.

Configurations of Azure Spring Cloud Sample PetClinic

Azure Spring Cloud Sample application PetClinic below put configurations at two places https://github.com/Azure-Samples/spring-petclinic-microservices For example, spring-petclinic-api-gateway application has application.yml at…

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-10-13T15:23:07.147+00:00
msazpro 21 Reputation points
accepted 2021-11-05T20:32:59.693+00:00
msazpro 21 Reputation points
1 answer

Cannot bind Azure MySQL Flexible server (Preview) with Application in Azure Spring Cloud

I provisioned Azure MySQL Flexible server (Preview) and it is up and running fine. In Azure Spring Cloud, I have an application deployed and I try to bind MySQL with that application, however in Azure Portal, Azure Spring Cloud app setting - Create…

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
729 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-10-14T22:21:40.9+00:00
CHans 1 Reputation point
commented 2021-10-25T18:39:46.347+00:00
Saurabh Sharma 23,766 Reputation points Microsoft Employee
1 answer

Azure Spring Cloud Pricing

I try to understand Azure Spring Cloud Pricing Structure which has base unit price. Does that mean no matter how long you run the application on Azure Spring Cloud or how much CPU/memory consumption, you will get the charge of at least base unit price?…

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-10-07T18:06:39.817+00:00
msazpro 21 Reputation points
commented 2021-10-14T01:23:00.797+00:00
kobulloc-MSFT 24,406 Reputation points Microsoft Employee
1 answer

Service Bus Topic subscriber scaling

Using a Topic in Service Bus via JMS+Spring. The application uses @JmsListener to link to the topic. I've created a non-durable, shared, pub-sub JmsListenerContainerFactory to use for that purpose. The application works as expected when only one…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
562 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 2020-10-01T15:02:52.2+00:00
Lachezar Dobrev 6 Reputation points
commented 2021-10-05T17:25:03.667+00:00
Lachezar Dobrev 6 Reputation points
0 answers

What is wrong with my web apps? They run on my system but not on Azure.

I've deployed 4-5 simple web apps to Azure Web Apps and to Azure Spring Cloud. They work on my system localhost:8080 but they fail on Azure. They show as running but return 404 when I navigate to listed url. The code for the the current example is…

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,072 questions
asked 2021-09-24T22:38:48.753+00:00
Mike Dodaro 1 Reputation point
commented 2021-09-28T00:55:00.717+00:00
Mike Dodaro 1 Reputation point
1 answer One of the answers was accepted by the question author.

Redirection/session problem with Spring Boot app in Azure

I have a stateful Spring Boot application with Thymeleaf frontend, running in an App Service (using Azure Docker Registry). When I deploy the app, some issues happen: during redirection, the redirectAttributes#addFlashAttribute is not working;…

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,072 questions
asked 2021-09-15T12:43:40.57+00:00
Adam 196 Reputation points
commented 2021-09-16T22:38:28.817+00:00
Grmacjon-MSFT 16,951 Reputation points
1 answer One of the answers was accepted by the question author.

Spring Boot session is not created in Azure

When we deploy our Spring Boot app to Azure Web App, the JSESSIONID cookie is not created, and it looks like there is no session at all. This is our Spring Security session config: private void setSessionManagement(HttpSecurity http) throws Exception…

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,072 questions
asked 2021-09-15T16:20:18.247+00:00
Adam 196 Reputation points
commented 2021-09-16T22:37:53.467+00:00
Grmacjon-MSFT 16,951 Reputation points
0 answers

Azure Spring Cloud - NGINX gateway Timeout

I've developed an Spring app on Azure and exposed some services. Unfortunately the default timeout of the reverse proxy azure put in place is 15 seconds and I'm not able to change it. There is something I can do apart from contacting MS support? …

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-06-22T08:14:14.307+00:00
PICCOLO MARCO (HERA) 1 Reputation point
commented 2021-06-30T07:44:40.203+00:00
PICCOLO MARCO (HERA) 1 Reputation point
1 answer

Connecting to Azure Event Grid and Service Bus using Java/Spring

I have a scenario where Azure ServiceBus sends events to Event Grid whenever there is a message in Azure Service bus's queue/topic. So how do I establish the connection in Java/Spring with Event Grid to receive events and also with Service Bus to pull…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
562 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
325 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-05-29T15:47:32.803+00:00
Santosh Prabhu Kumar 1 Reputation point
answered 2021-05-31T02:31:54.423+00:00
MayankBargali-MSFT 69,756 Reputation points
1 answer One of the answers was accepted by the question author.

cosmos db cannot query using IN, spring data native query and array or collection(Java)

0 I am trying to create(using spring native query) the findAllId for the reactive repository spring data cosmo DB. Since for the ReactiveCosmosRepository is not implemented. @Anonymous (value = " SELECT *\n" + " FROM …

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 2021-05-10T11:57:52.603+00:00
Claudio Resende 221 Reputation points
accepted 2021-05-11T09:02:49.713+00:00
Claudio Resende 221 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,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 2021-02-04T00:43:49.827+00:00
Itumeleng Manota 1 Reputation point
commented 2021-05-06T02:03:01.133+00:00
Navtej Singh Saini 4,221 Reputation points Microsoft Employee
1 answer

org.springframework.dao.DataAccessResourceFailureException

In my local SpringBoot-Application I can access to my Azure SQL Database, but in the wepapp I got always : org.springframework.web.util.NestedServletException: Request processing failed; nested exception is…

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.
112 questions
asked 2021-03-25T22:48:39.017+00:00
DsevenX 1 Reputation point
commented 2021-04-01T16:51:29.903+00:00
Samara Soucy - MSFT 5,051 Reputation points
1 answer

Azure Spring Cloud Config Server sends configuration to client even after the server is reset

Steps to reproduce: Created an Azure Spring Cloud service. Configured the Config Server pointing to a public git repo. Created/deployed a web application called "complex" to the created Azure Spring Cloud instance az spring-cloud 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
asked 2021-02-03T16:50:46.39+00:00
Fiallega, Jorge (ITD) 56 Reputation points
answered 2021-03-29T11:43:28.387+00:00
Monalla-MSFT 12,196 Reputation points
1 answer

Azure Spring Cloud Basic tier does not support Vnet integration

I was ready to start using Azure Spring Cloud and create an INT environment (I already went through the whole analysis and experimentation except for on-prem connectivity). My services require communication with on-prem services therefore I need VNET…

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-24T12:41:23.697+00:00
Fiallega, Jorge (ITD) 56 Reputation points
commented 2021-03-02T16:16:29.87+00:00
singhh-msft 2,431 Reputation points
1 answer One of the answers was accepted by the question author.

Persistence Storage - Azure Spring Cloud

Hi, I am new to Azure. I am running application in Azure Spring cloud. I have selected the option of persistence storage. Programmatically i have saved one file in the /persistence storage. How can i view the file. I am not able find the folder…

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-10T11:35:59.537+00:00
Neekhra, Dolly 21 Reputation points
accepted 2021-02-18T06:38:44.017+00:00
Neekhra, Dolly 21 Reputation points
1 answer One of the answers was accepted by the question author.

Angular frontend app with a running azure springboot component in azure springcloud

can you tell me how to connect an angular frontend app with a running azure springboot component in azure springcloud

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 2020-11-03T16:59:46.59+00:00
Goswami, Tuhin 21 Reputation points
accepted 2020-12-17T21:42:36.78+00:00
Goswami, Tuhin 21 Reputation points
1 answer

Global distribution - multi region writes using SQL API with Java SDK and ReactiveCosmosRepository

We have a project which is hosted in Azure and using Cosmos DB, and we are using com.microsoft.azure.spring.data.cosmosdb.repository.ReactiveCosmosRepository to connect to Cosmos from our application. We now wanted to use global distribution using…

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 2020-12-08T09:05:14.727+00:00
Varun Thadaka 1 Reputation point
commented 2020-12-10T21:45:27.833+00:00
Navtej Singh Saini 4,221 Reputation points Microsoft Employee