Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我曾经使用管理门户中的上传按钮将包上传到现有的 Azure 网站。现在按钮似乎不见了。
如何手动上传包?
我认为您误解了 Windows Azure 网站的概念。您不能像在云服务中那样直接发布包,而是需要配置GIT或TFS部署选项,并使用它可以在 Windows azure 网站 (WAWS) 上上传您的应用程序。
有关更多详细信息,请阅读这篇文章
上传功能已从门户中删除。您可以使用多种方法上传/部署您的网站:GIT、FTP、TFS、Web Matrix。希望有帮助。