I have a Java Spring Boot application which is deployed on an Azure Webservice, it's all working. What I really want to do at this moment is the following:
"java -jar -Dspring.profiles.active=test app.jar", I want to run the application based on that command via the imput field (startup command) on Azure Cloud, see next image:
The problem is that it gives me the following error: Unable to access jarfile app.jar, I find this information in the logs.
