Questions tagged [azure-spring-boot]

31 questions
3
votes
0 answers

Programmatically creating the AzureAD SAML SSO application (a non-gallery enterprise app) not getting updated by the Identifier (Entity ID) value

Using Microsoft Graph APIs I'm able to create an AAD SAML SSO application (a non-gallery application) but I notice Identifier (Entity ID) value is not getting populated in the AAD portal on the Edit popup screen, and interestingly the value is…
2
votes
2 answers

Setup Azure Client Credential Flow with Spring

I'm trying to setup client credential flow with a Spring app access a web api (both owned by myself). I've attempted to follow the Azure documentation Microsoft identity platform and the OAuth 2.0 client credentials flow and Quickstart: Configure a…
1
vote
1 answer

azure-spring-apps-maven-plugin with environment variables

I am trying to deploy on azure spring apps using azure-spring-apps-maven-plugin (v1.19.0) following is my configuration but somehow it is not updating environment variables in Azure Spring app. If I set environment variable manually from Azure…
DevAn
  • 11
  • 2
1
vote
2 answers

Azure Spring Apps: deployment does not support the API version '2022-09-01-preview'

I trying to create and deploy my small Java Spring application to Azure Spring Apps. With that I using Intellij Idea with Azure Plugin and/or maven azure-spring-apps-maven-plugin. With Idea I can't setup deployment coz on create/recieve available…
Likrant
  • 21
  • 2
1
vote
2 answers

Spring boot 2.2.4 release is not compatible with azure spring data cosmos 3.x.x

I'm working on springboot with cosmos api,So if i use @Query that is provided by azure-spring-data-cosmos library(3.x.x) with Springboot 2.5.0 able to get the results from cosmos database. But if i use the same azure-spring-data-cosmos…
veera
  • 317
  • 2
  • 3
  • 14
1
vote
1 answer

How i can read any file from resources folder in java spring-boot AZURE function?

I am writing an azure function using spring boot and i want to read a file form resources folder but every time getting null pointer Exception. please help me on this how i can fix this issue ? either i have to put the file in blob storage or…
1
vote
1 answer

sample spring boot app using cosmosdb spring boot starter fail to start with Input byte array has incorrect ending byte at 88

I was trying to make a simple spring boot application using cosmos DB Document API (Table API is an option as well) Following this example and using the local-emulator Spring boot 2.3 Azure spring boot: 2.3.1 The application fail to bootstrap with: …
Paizo
  • 3,986
  • 30
  • 45
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
1 answer

No Deployments Created when Creating a Spring Boot App

I have deployed a spring app called shape-shop-app : It says the application failed to start and I should check the logs. This is what it looks like in Azure : This is where I am confused. Where are the logs? If I go to the console for…
Oliver Watkins
  • 12,575
  • 33
  • 119
  • 225
0
votes
0 answers

SSLHandshake Error When Accessing KeyVault Using Private Endpoint

Okay, this might be a lengthy one. So my objective is to fetch a secret from a KeyVault and print it in the console. It is a basic app that I am using to learn about Azure and Spring Boot. So I created KeyVault and saved a secret value in there. But…
0
votes
1 answer

Unable to Deploy Spring Boot App in Azure

I am learning how to deploy my Spring Boot app on Azure. I got through some tutorials. I created Azure Spring Apps named "keyvault-demo-app" under a resource. I deployed it. But when I run the the command: az spring app deploy -s keyvault-demo-app…
hell_storm2004
  • 1,401
  • 2
  • 33
  • 66
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
3 answers

Control Azure Service Bus Message Listener to start or stop listening from the Topic or queue in spring boot

What I want to Achieve - Azure Service Bus Message Listener to start / stop receiving messages from queue/topic. Below is a detailed explanation. Currently I have integrated Azure Service Bus in my application and we listen message as soon as spring…
Kush Patel
  • 1,228
  • 1
  • 13
  • 34
1
2 3