Server Explorer in Visual Studio 2013 is missing 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 the Storage node as follows:
Azure
- Cloud Services
- HDInsight
- Notification Hubs
- Service Bus
- Storage <----- That what I want
- Virtual Machines
- Web Sites
But in Visual Studio 2013 I see the following:
Azure
- HDInsight
- Mobile Services
- Notification Hubs
- SQL Databases
- Websites
I'm not sure if Microsoft deliberately reduced the selection, or if I installed something wrong, but I have VS 2013 Update 4 installed, so I think I'm in the know.
I haven't found an easy way to update my CDN files on Azure without this Storage node. Anyone have an explanation for my missing node store?
+3
source to share
3 answers
https://msdn.microsoft.com/en-us/library/azure/ee405484.aspx
You must download Azure Tools for your Visual Studio. is in the .Net section.
0
source to share
I finally solved this on my machine:
- here: http://www.microsoft.com/en-us/download/details.aspx?id=40893
- Click the Download button
- Select WindowsAzureStorageTools.msi and WindowsAzureTools.vs120.msi
- Click Next and then Run, and so on.
0
source to share