Azure web apps spring boot not deployed

Boopathy, Elango 106 Reputation points
2020-05-26T14:11:16.167+00:00

Hi

I have created a sample spring boot application and try to deploy using Azure App service.
I have used Github for source code and Kudu script for auto deployment into Azure platform. I have chosen Java 8 and Tomcat 8.5 as my platform.

When i started the deployment, Script ran successfully and deployed the app. But all my code was not in Webapps folder. What I presumed , it will place jar/war file into Webapps folder. But all my files are residing inside a folder: "/home/site/repository"

I also pasted the snapshot for your reference. Kindly have a look,

8744-capture-4.jpg

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,875 questions
0 comments No comments
{count} votes

Accepted answer
  1. Joaquin Vano 76 Reputation points Microsoft Employee
    2020-05-27T03:12:24.16+00:00

    Are you using GitHub actions? Here we have more info about github actions for building java web apps and publishing to Azure App Service:
    https://azure.github.io/AppService/2019/08/10/Github-actions-for-webapps.html#java

    If you are trying to build the java Web App using kudu, we don't have the JDK in Kudu and we recommend to try GitHub actions instead.


0 additional answers

Sort by: Most helpful