Jeff
Jeff

Reputation: 343

Server Explorer in Visual Studio 2013 missing the Azure Storage node

I have Visual Studio 2012 and 2013 installed on my computer. I recently installed the Azure 2.5 SDK. In my old Visual Studio 2012, in Server Explorer, I see a Storage node like this:

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

But in Visual Studio 2013, I see this:

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

I'm not sure if Microsoft intentionally reduced the choices, or I have something installed wrong, but I have the VS 2013 update 4 installed so I think I'm up to date.

I haven't found an easy way to update my CDN files on Azure without that Storage node. Anyone have any explanation for my missing Storage node?

Upvotes: 4

Views: 4134

Answers (3)

Niels
Niels

Reputation: 1716

I have finally solved it on my machine by:

  1. going here: http://www.microsoft.com/en-us/download/details.aspx?id=40893
  2. Click the Download button
  3. Select WindowsAzureStorageTools.msi and WindowsAzureTools.vs120.msi
  4. Click "Next" and then Run, etc.

Upvotes: 0

Juan Pablo
Juan Pablo

Reputation: 1

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.

Upvotes: 0

Nicolas Guinet
Nicolas Guinet

Reputation: 144

I solve this issue on my system by

  1. In Programs/Uninstall: select 'Microsoft Azure Tools for Microsoft Visual Studio 2013…'
  2. Click 'Repair' Wait 3-4 min and that's done, no need to restart your pc

Upvotes: 2

Related Questions