0
votes

Just installed VS Ultimate 2013 version 12.0.30110.00 Update 1, then went to the Windows Azure site and created an account. Also downloaded and installed the Windows Azure 2.2 SDK.

I open visual studio and go to Server Explorer. I see Data Connections, Servers (my machine), and SharePoint Connections. I don't see a Windows Azure Node. I look under the tools menu and see Connect to Database, Connect to Server, Add SharePoint connection.

So I download VS 2013 Express for Web, I open it and see under the tools menu Connect to Database, Connect to Windows Azure. I open the server explorer and see Data Connections, Servers, Windows Azure.

Does the Azure functionality only exist in the Web Express version and not in the Ultimate 2013 version of Visual Studio?

2
Did you install Azure SDK for .NET?abatishchev
Yes I did. version 2.2WithCelerity

2 Answers

2
votes

There is a separate set of tools for Windows Azure and Visual Studio. Depending on how you installed the SDK, you may not have received these tools: http://msdn.microsoft.com/en-us/library/windowsazure/ee405484.aspx

Additionally, you may need to "sign in" via visual studio for it to see the items in your subscription. You should be able to do this by clicking on the "connect to windows azure" option in the server explorer.

0
votes

The Windows Azure node ships in the Azure SDK 2.2 and 2.3 as well as in all SKUs of Visual Studio 2013 Update 2. So you should be seeing the node if you have one of those installed.