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 azure-spring-apps-maven-plugin which had to be upgraded from 1.10.0 to 1.17.0, as per…