News

New Azure SDK Includes Support for Visual Studio 2013

Remote debugging is another welcome update.

The Windows Azure Software Development Kit (SDK) 2.2 is out, and includes a number of features for .NET developers, including support for the latest version of Visual Studio.

Scott Guthrie, Corporate Vice President, Windows Azure, blogged about the update on his blog. The SDK goes far beyond just supporting Visual Studio 2013, released last week, with changes to sign-in support, remote debugging and virtual machine images among the lineup.

Guthrie mentioned that "Version 2.2 of the Window Azure SDK is the first official version of the SDK to support the final RTM release of Visual Studio 2013." The new SDK also supports Visual Studio 2012, but not its predecessor, Visual Studio 2010.

Improved Sign-In
Integrated Windows Azure Sign-in support is a "big improvement," Guthrie wrote. One reason is that Azure resources can be managed within Visual Studio without a need for management certificates. Rick-clicking on the Windows Azure icon within Visual Studio's Server Explorer brings up a menu with a "Connect to Windows Azure" option. At that point, it's just a matter of signing in with either a Windows Live or Organizational account (i.e., Active Directory) email address.

After sign in, Azure populates Server Explorer with the Azure resources to which a developer has access. Authentication is handled through the Windows Azure Active Directory tied to the developer's account.

Remote Debugging
One developer chore that gets easier with the 2.2 SDK is debugging cloud resources. Live, remote debugging is supported within Visual Studio. Guthrie gave an example of code living on both a local machine and in Azure. After attaching the application to the right Cloud Service and enabling remote debugging, it's as simple as setting a breakpoint in the local source code and using Visual Studio to debug the cloud instance in real time. Guthrie said that similar support for debugging Web sites is on deck to be released soon.

For MSDN subscribers, the SDK provides Visual Studio 2013 virtual machine images. "This enables you to create a VM in the cloud with VS 2013 pre-installed on it in with only a few clicks," Guthrie blogged.

The SDK also provides a preview version of Windows Azure Management Libraries for .NET. The libraries facilitate the automation of cloud-based activities like creating, deploying and tearing down resources. Previously, that type of functionality was only available through the Windows Azure PowerShell Cmdlets or through the often-painstaking process of writing wrappers for the Windows Azure Service Management REST API. The Management Libraries can be downloaded via NuGet, and will need the --IncludePrelease switch, since they're still in preview.

The Azure 2.2 SDK is available on GitHub, and released under the Apache 2 open source license.

About the Author

Keith Ward is the editor in chief of Virtualization & Cloud Review. Follow him on Twitter @VirtReviewKeith.

comments powered by Disqus

Featured

  • Using Local AI to Cut Copilot Usage-Based Billing Shock

    After being gobsmacked by the new billing plan using almost all my monthly credits in one or two days, I tried pushing some Copilot-style coding work onto local models in VS Code. What I found was less "free AI" and more "pick your pain": cloud charges on one side, heavy local resource use and long waits on the other.

  • .NET 11 Preview 5 Focuses on Performance, Productivity and Safer Code

    .NET 11 Preview 5 focuses on under-the-hood runtime performance gains, streamlined APIs and language features that reduce boilerplate, plus built‑in security checks and incremental ASP.NET Core and EF Core improvements aimed at everyday developer productivity.

  • VS Code 1.124 Focuses on Agent Autonomy and Parallel Sessions

    Microsoft's June 2026 VS Code update turns on Autopilot by default and adds background sending for agent sessions.

  • Developing Agentic Systems in .NET: From Concept to Code

    ZioNet founder Alon Fliess previews his Visual Studio Live! San Diego session on building true agentic systems in .NET -- covering the cognitive loop, MCP tool integration, multi-agent orchestration and enterprise hosting and governance with the Microsoft Agent Framework.

Subscribe on YouTube