Questions tagged [azure-spring-cloud]

37 questions
2
votes
2 answers

Azure Spring Apps deployment with Maven causes error : Invalid arguments: DeploymentSettings must be provided

I'm trying to deploy a Spring Boot application to Microsoft Azure Spring Apps using Maven. I strictly followed this tutorial from Microsoft : https://learn.microsoft.com/en-us/azure/spring-apps/how-to-maven-deploy-apps , except for the…
Nicolas Riousset
  • 3,447
  • 1
  • 22
  • 25
2
votes
1 answer

Difference between Spring on Azure and Azure Spring Cloud

I'm new to Azure and its services and I'm trying to sort out the differences. If one wants to deploy a Spring Boot app on Azure can this be done without using Azure Spring Cloud? Also, can Azure functions be integrated only with Azure Spring…
flabbergasted
  • 441
  • 1
  • 4
  • 8
2
votes
1 answer

Spring boot 2.0 takes very long to start with spring-cloud and azure-spring-boot

My spring boot takes around 7-8 minutes to start when it has spring-cloud and azure-spring-boot dependencies on class path. Azure key-vault is used to set environment properties like DB username and password etc. Spring cloud comes along with some…
Junaid Akhtar
  • 569
  • 3
  • 7
  • 17
1
vote
1 answer

Difference between "Config Server" and "Configuration"

I have an Azure Spring app. There I can create a "Config Server" to get configurations from a Git repository. I can also create environment variables in the respective app. Where is the difference between these two ways to load configurations into…
HermanTheGerman
  • 232
  • 1
  • 8
0
votes
1 answer

How do I view logs in raw text in Azure Logs for Azure Spring Apps?

I have a query where I can look at the logs for the past half an hour for my spring app. (See screenshot). The query returns everything in a tabular format. But I would like to view the raw text. How do I view the raw text?
Oliver Watkins
  • 12,575
  • 33
  • 119
  • 225
0
votes
1 answer

Cannot find "remote debug" Setting for a Spring Boot App in Azure

According to the documentation. I can setup remote debugging for my Spring Boot App by navigating to the list item shown in the screenshot below : If I navigate to my "App" then I cannot find this item in the settings list. [ On a side note why…
Oliver Watkins
  • 12,575
  • 33
  • 119
  • 225
0
votes
1 answer

Spring Boot Apps in Azure. Cannot View Logs of running App

I have a running Spring Boot App running in Azure. Unfortunately there is something wrong with one of my API calls, returning me a 500 error. See below : In the past I can usually diagnose this within 30 seconds. I usually have a link to a log file…
Oliver Watkins
  • 12,575
  • 33
  • 119
  • 225
0
votes
0 answers

Writing xml to Azure blob storage from spring boot app using Stax writer

I wanted read a xml file from azure blob storage and write to another xml file to azure blob storage. I am using spring cloud to integrate with azure blob storage. I tried writing with JAXB as follows which works well private void launchJaxb() { …
nanpakal
  • 971
  • 3
  • 18
  • 37
0
votes
1 answer

Can't deploy docker image based application to Azure Spring Apps

I'am trying to deploy a sprig boot application to Azure Spring Apps based on a image stored in Azure Container Registry using Azure CLI using this commands: az spring app deploy \ --resource-group rg-general-processor-test-swedencentral-001 \ …
0
votes
1 answer

Can't access logs stream of an container from Azure Container Apps

I'am deploying an application to Azure Spring Apps via Azure CLI from a docker image which is present in the Azure Container Registry: az spring app deploy -n -s -g --container-image…
0
votes
2 answers

Is Azure AD Spring Boot authentication compatible with Tomcat 10?

I realize that the most likely explanation is that I must have made an error, but after extensive research it seems prudent to ask: Is Azure AD authentication for Spring Boot webapps still compatible with WAR deployment in Tomcat 10? Or perhaps…
0
votes
1 answer

Blue Green Deployment in Azure spring apps

Started exploring blue/green deployment in azure springs. I was able to create staging app and promote it to production. When I want to test the staging app I am getting a URL with basic authentication. Without setting the Basic authentication…
kishore
  • 1,658
  • 7
  • 24
  • 33
0
votes
0 answers

Token is not validating on lambda console using Spring OAuth2 and Azure AD

I am using spring OAuth2 with Azure AD to authenticate APIs which is working on local server but when I am running application on AWS lambda i am always getting 401. I don't know what I am missing. Attaching logs from localhost and AWS server for…
0
votes
1 answer

Validate Azure AD access token with spring security

What is the easiest way to switch from jsession based authentication to a token based authentication with Azure AD and Spring security? The documentation is not clear on other approaches to authenticate with azure AD other than the default session…
0
votes
1 answer

Auto assigned nodeId for azure spring app or how to get app instance name

In azure spring boot app while having multiple instances I need to get somehow its app instance name, or would be perfect to configure nodeId generation ( int/long type , but if now I can live with name ). Anyone knows how to access this data from…
FrancMo
  • 2,459
  • 2
  • 19
  • 39
1
2 3