Azure SDK 2.2 Released
Written by Kay Ewbank   
Thursday, 24 October 2013

Microsoft has released an update for Azure SDK 2.2 with support for remote debugging and a preview of management libraries for .NET

The support for the debugger means you can debug code running on Azure Web Sites and Cloud Services using Visual Studio’s debugger. Discussing the new support on his blog, Scott Guthrie said:

“With live, remote debugging support from within Visual Studio, you are now able to have more visibility than ever before into how your code is operating live in Windows Azure.”

Support for remote debugging Cloud Services is available now, and Microsoft plans to enable support for remote debugging web sites ‘shortly’.

Another Visual Studio-related improvement is support for integrated sign-in from Visual Studio. This lets you see and manage all your applications and services that are running in Windows Azure. It means you can develop, test and manage Windows Azure resources within Visual Studio without having to download or use management certificates.

Firewall management support with SQL databases has also been added to the new release. By default, Microsoft enables a security firewall around SQL databases hosted within Azure, which means only your application and IP addresses you approve can connect to them. However, while developing it means you can’t connect to and manage the database remotely from within Visual Studio if the security firewall blocks your instance of Visual Studio from connecting to it. The new support means you can enable and configure the security firewall directly from within Visual Studio.

The preview of the Windows Azure Management Libraries for .NET is potentially the most interesting addition in the longer term. The libraries enable automation of Cloud Services, Virtual Machines, Virtual Networks, Web Sites and Storage Accounts. The libraries are designed to let you automate tasks using any .NET language (e.g. C#, VB, F#, etc). Until now the automation capability was only available through the Windows Azure PowerShell Cmdlets or to developers who were willing to write their own wrappers for the Windows Azure Service Management REST API.

The new NET APIs map to the underlying REST endpoints, and according to Scott Guthrie expose the following.NET functionality:

  • Portable Class Library (PCL) support targeting applications built for any .NET Platform

  • Shipped as a set of focused NuGet packages with minimal dependencies to simplify versioning

  • Support async/await task based asynchrony (with easy sync overloads)

  • Shared infrastructure for common error handling, tracing, configuration, HTTP pipeline manipulation, etc.

  • Built on top of popular libraries like HttpClient and Json.NET

The SDK is available on the Windows Azure Developer Center.

winazurenew

More Information

Scott Guthrie's blog

Windows Azure Developer Center

Related Articles

Bing As Platform Arrives       

Highlights Of Visual Studio 2013       

Oracle VMs On Azure       

Microsoft Introduces Lab of Things in HomeOS       

Windows Azure Toolkit For Eclipse Updated 

 

To be informed about new articles o#n I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

Banner


Visual Studio 17.9 Now Generally Available
18/03/2024

Visual Studio 17.9 is now fully available with AI assistance and better extensibility. The first preview of 17.10 has also been made available in preview.



nginx Core Developer Announces New Fork
23/02/2024

One of the core developers of nginx has said he is no longer working on the development of the popular and widely used nginx web server, and is instead working on a new fork. Maxim Dounin release [ ... ]


More News

Last Updated ( Thursday, 24 October 2013 )