3

我的计算机上安装了 Visual Studio 2012 和 2013。我最近安装了 Azure 2.5 SDK。在我的旧 Visual Studio 2012 中,在服务器资源管理器中,我看到了这样的存储节点:

Azure
  - Cloud Services
  - HDInsight
  - Notification Hubs
  - Service Bus
  - Storage              <-----  That's what I want
  - Virtual Machines
  - Web Sites

但在 Visual Studio 2013 中,我看到了这一点:

Azure
  - HDInsight
  - Mobile Services
  - Notification Hubs
  - SQL Databases
  - Websites

我不确定微软是否故意减少了选择,或者我安装了错误的东西,但我安装了 VS 2013 更新 4,所以我认为我是最新的。

如果没有该存储节点,我还没有找到一种简单的方法来更新 Azure 上的 CDN 文件。有人对我丢失的存储节点有任何解释吗?

4

3 回答 3

2

我在我的系统上解决了这个问题

  1. 在程序/卸载中:选择“Microsoft Azure Tools for Microsoft Visual Studio 2013…”
  2. 单击“修复”等待 3-4 分钟即可完成,无需重新启动电脑
于 2014-12-26T14:43:44.527 回答
0

https://msdn.microsoft.com/en-us/library/azure/ee405484.aspx

You should download the Azure Tools for your Visual Studio. is under the .Net section.

于 2015-04-20T05:00:52.247 回答
0

我终于在我的机器上通过以下方式解决了它:

  1. 去这里:http ://www.microsoft.com/en-us/download/details.aspx?id=40893
  2. 点击下载按钮
  3. 选择WindowsAzureStorageTools.msiWindowsAzureTools.vs120.msi
  4. 单击“下一步”,然后单击“运行”等。
于 2015-08-17T10:02:40.423 回答