Visual Studio 2015 and Microsoft Azure syncing files, Server/Local

前端 未结 1 1778
没有蜡笔的小新
没有蜡笔的小新 2020-12-12 05:28

So, iam just starting to use Microsoft Azure with Visual Studio but i have some trubble to connect \"100%\" to my Azure storage.

With my FTP IDE (Jetbrains Webstorm

相关标签:
1条回答
  • 2020-12-12 06:29

    You can configure several sync mechanism to sync your local files and server files like building on a Git repo, or the files on local will not automatically sync the files on server by it self. You can refer to https://azure.microsoft.com/en-us/documentation/articles/web-sites-publish-source-control/ for more information about using GIT in Azure App Service.

    And for remote file operations, you can leverage Visual Studio Online, which is an online editor enable you to manage and develop your application on Azure App Service:

    1. login Azure mange portal, enabled EDIT IN VISUAL STUDIO ONLINE under CONFIGURE tab
    2. click the edit in VSO under the DASHBOARD of your manage portal site
    3. then you can manage your files on server, even run console commands:
    0 讨论(0)
提交回复
热议问题