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

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube