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

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

  • Low-Code Report Says AI Will Enhance, Not Replace DIY Dev Tools

    Along with replacing software developers and possibly killing humanity, advanced AI is seen by many as a death knell for the do-it-yourself, low-code/no-code tooling industry, but a new report belies that notion.

  • Vibe Coding with Latest Visual Studio Preview

    Microsoft's latest Visual Studio preview facilitates "vibe coding," where developers mainly use GitHub Copilot AI to do all the programming in accordance with spoken or typed instructions.

  • Steve Sanderson Previews AI App Dev: Small Models, Agents and a Blazor Voice Assistant

    Blazor creator Steve Sanderson presented a keynote at the recent NDC London 2025 conference where he previewed the future of .NET application development with smaller AI models and autonomous agents, along with showcasing a new Blazor voice assistant project demonstrating cutting-edge functionality.

Subscribe on YouTube