I just opened a free Azure trial account and went through the various forms to create a test web app. I would like to edit the source files locally with Visual Studio 2015 howev
From azure console or kudo console , you can push using git to your azure devops repository or any repository
git init git remote add git add . git push origin master