How to successfully deploy source code from Azure Repo to my Azure App Service
I would like to deploy a source code from Azure Repo to Azure App Service.
I can successfully link the location of my Azure Repo in the Deployment Center under my App Service. I can see also a successful log but upon checking on the Web App, the expected output is not displaying. Only the Welcome page "Hey, Java developers!". Tried to restart the Web App also but still same output.
These are some of the settings that I used:
Publish — code
Runtime stack: Java 17
Java web server stack: Java SE (Embedded Web Server)
OS: Windows
Tried to use GitHub as source repository and it worked. But using Azure Repo as source repository does not work.