Use az webapp deployment source to deploy code from git but when the app is in a git repository subfolder
I’m trying to deploy code from my gitlab CI runner to Azure. I’m using the az webapp deployment to do the job: az webapp deployment source config –branch master –manual-integration –name [myWebApp]…