VSTS Deploy to Azure WebApp For Linux
问题 Is it possible to deploy an application from VSTS to a WebApp on Linux. My Webapp is a simple ruby app and I'm currently deploying it with the hosted git repo like in the doc: https://docs.microsoft.com/en-us/azure/app-service/containers/quickstart-ruby git remote add azure <Git deployment URL from above> git add -A git commit -m "Initial deployment commit" git push azure master Is there a way to do it using a repo in VSTS? 回答1: First, the Azure App Service Deployment task supports Web App on