Download Azure web app?

前端 未结 4 1699
甜味超标
甜味超标 2021-02-20 09:31

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

4条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-20 10:22

    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 
    

提交回复
热议问题