Reputation: 343
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
Reputation: 1716
I have finally solved it on my machine by:
Upvotes: 0
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
Reputation: 144
I solve this issue on my system by
Upvotes: 2