Questions tagged [azure-spring-cloud]

37 questions
0
votes
1 answer

112404: Exit code 1 error while deploying Spring App to Azure

I have a simple Spring App. Nothing complicated about it. It is trying to connect to a database that I have created previously on Azure. This is my application.properties which points to the database (everything with the connection strings,…
Oliver Watkins
  • 12,575
  • 33
  • 119
  • 225
0
votes
2 answers

How does Spring Boot client app call Config Server in "Azure Spring Apps"?

I am researching using the managed Spring Cloud Config Server in Azure Spring Apps. I don't believe my organization is using Azure Spring Apps yet, so I have no experience with it. I've read all the MS documentation that I could find about setting…
0
votes
0 answers

Running Spring apps in the public cloud

Scott here (PM for Azure Spring Apps - formerly named Azure Spring Cloud). I'm looking to understand how Spring developers leverage public cloud for developing, running and managing their Spring apps. A couple questions for the community: Do you…
ssisil
  • 1
0
votes
1 answer

Azure Spring Cloud deployment of SpringBoot stuck at deployment step

I have a Spring Boot application configured for deployment to Azure Spring Cloud. I have a build and I am trying to deploy it but every deployment gets stuck and does not finish. Maven plugin:
2dor
  • 851
  • 3
  • 15
  • 35
0
votes
1 answer

AD Authentication in Azure Spring Cloud causes 'Invalid CSRF token found'

AD Authentication with Azure Spring Cloud results in 'Invalid CSRF token found' event. I have AD authentication with Azure Spring Cloud and after AD authentication, the redirect URL to the main page URL (https://${baseURL}/test) of my web app is…
11ohina017
  • 139
  • 8
0
votes
2 answers

How do I get the authentication URL and user ID using spring-cloud-azure-starter-active-directory?

How do I get the authentication URL and user ID using spring-cloud-azure-starter-active-directory? https://learn.microsoft.com/en-us/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-active-directory I…
0
votes
1 answer

java.lang.VerifyError:Illegal type in constant pool

When sending and reading xml files through rest api post endpoint in Azure Spring Cloud App with less than 100 rows, the code works, but if one runs more than 100 rows xml file, Azure Spring Cloud throws the following error: java.lang.VerifyError:…
samuq
  • 306
  • 6
  • 16
0
votes
1 answer

Azure Spring Cloud http2 support

I am testing Azure Spring Cloud with GRPC Server. One of the requirement of GRPC is to communicate using HTTP/2. Does Azure Spring Cloud works with HTTP2? I tried the following scenarios: 1.) Shutdown Internal tomcat of Springboot by setting…
0
votes
1 answer

Spring boot Redis cache TTL property change on the fly

is it possible to change the TTL property of Redis cache during the runtime if the same property has been changed in app config server? is there a way to automate the process to refresh the Redis instance properties during runtime on the event of…
0
votes
1 answer

Azure spring cloud V/s AKS for spring boot micro services

We have few spring boot micro services deployed on on-prem servers running on embedded tomcat. They don't use config server. Also server side load balancing is used; so there is no separate service discovery server either. Currently these apps are…
Jacob
  • 426
  • 3
  • 19
0
votes
1 answer

Missing Metrics - Azure Spring Cloud

I have a Azure Spring Cloud resource in Azure that contains two apps. To keep it simple lets call these apps App A and App B. I wanted to set up monitoring and alerting for these two apps but only one of them actually writes the required metrics.…
Shamshiel
  • 2,051
  • 3
  • 31
  • 50
0
votes
1 answer

How can I redeploy my spring boot application on azure spring cloud using intelliJ plugin

We are currently running our application on azure spring cloud. Its a backend spring boot application with some controller API's exposed. Now after running the first deploy on a newly created app in the azure spring cloud we are unable to redeploy a…
0
votes
0 answers

Connection was closed and evicted message with HikariCP after certain idle time

My Spring boot application is using HikariCP. I am getting following error message "connection closed and connection was evicted" com.zaxxer.hikari.pool.PoolBase: HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@1610c743…
Swapneel
  • 196
  • 2
  • 5
  • 16
0
votes
1 answer

Azure DevOps - Azure Spring Cloud Blue/Green deployment results in no production deployment

I have a weird problem with an Azure Spring Cloud deployment via Azure DevOps and the AzureSpringCloud@0 task. I try to setup a blue/green deployment with this task. I have the stage blue and the stage green. If my Azure DevOps task deploys to blue…
0
votes
0 answers

Azure - EventHub Consumer Binding With AMQP Web Sockets

I'm trying to set up a very basic proof of concept to link a Spring application to an Azure Event Hub. I keep getting this log in my startup: [2021-11-17 16:49:18.343 ERROR 25816 --- [ main] o.s.cloud.stream.binding.BindingService : Failed…