Windows Azure SDK 2.1 Has Been Released!

August 1, 2013 — Leave a comment

16838-cloud_article

On July 31 2013, the Windows Azure team has released the Windows Azure SDK 2.1 and it’s full of goodies!

Visual Studio Server Explorer
In Server Explorer, instantly view information about running cloud services, storage accounts, virtual machines, and service bus resources. Also in Server Explorer, filter your view of resources by subscription, region, or both to show only the information that you care about right now.

  • Information is automatically populated so that you don’t have to request the information on each node to see the information.
  • You can filter the resources that appear so that you can focus on your current work without being distracted by information from unrelated projects. See How to: Filter Windows Azure Resources in Server Explorer.
  • Nodes for cloud services are now labeled by deployment so that you can easily locate Production and Staging deployments.

Cloud ServicesNew Emulator Express has a reduced footprint and can run as a normal user
By using Emulator Express, you can run your cloud services locally without requiring elevated permissions. Therefore, you can run Visual Studio as a normal user. However, this approach has limitations. See Debugging a Cloud Service with Emulator Express. The Emulator Express is a version of the Windows Azure Compute Emulator that runs a restricted mode – one instance per role – and it doesn’t require administrative permissions and uses 40% less resources than the full Windows Azure Emulator. Emulator Express supports both web and worker roles.

Virtual MachinesStart and Stop Virtual Machines / Suspend billing directly from within Visual Studio
You can manage the state your virtual machines in Windows Azure from Server Explorer in Visual Studio. Instead of losing the state of your virtual machine when you stop it, you can now stop the virtual machine and leave it in an inactive state until you need that machine again. When you need it again, you can restart it without losing any changes that you made. See Managing Windows Azure Virtual Machines.

Service Bus – New high availability options, Notification Hub support and Improved Visual Studio tooling
The Windows Azure Service Bus July 2013 release contains a number of new features and capabilities.

  • For more robust high availability, Service Bus now supports Paired Namespaces, which enables you to connect two namespaces. When you activate the secondary namespace, messages are stored in the secondary queue for delivery to the primary queue at a later time. If the primary container (namespace) becomes unavailable for some reason, automatic failover enables the messages in the secondary queue to be delivered to the primary queue. For more information, see Asynchronous Messaging Patterns and High Availability & Paired Namespace Implementation Details and Cost Implications
  • In this release, the Windows Azure Tools for Visual Studio contain enhancements and changes to the management of Service Bus messaging entities using Server Explorer. The most noticeable change is that the Service Bus node is now integrated into the Windows Azure node. For more information, see Browsing Service Bus Resources with the Visual Studio Server Explorer.
  • Support for Windows Azure Notification Hubs was added as part of the official Windows Azure SDK, inside of Microsoft.ServiceBus.dll (previously the Notification Hub functionality was in a preview assembly). You are now able to create, update and delete Notification Hubs programmatically, manage your device registrations, and send push notifications to all your mobile clients across all platforms (Windows Store, Windows Phone 8, iOS, and Android).

Visual Studio 2013 PreviewAzure SDK support for Visual Studio 2013 Preview
They added a new VM image to the Windows Azure VM Gallery that has Visual Studio Ultimate 2013 Preview, SharePoint 2013, SQL Server 2012 Express and the Windows Azure 2.1 SDK already installed on it.  This provides a really easy way to create a development environment in the cloud with the latest tools.

Visual Studio 2013 VM Image: Windows Azure now has a built-in VM image that you can use to host and develop with VS 2013 in the cloud

PowerShell Automation (separate download) – Lots of new PowerShell commands for automating Web Sites, Cloud Services, VMs, Storage, Service Bus and SQL Database.

Download Windows Azure SDK  2.1

Find Out More

The Windows Azure SDK for .NET 2.1 includes Windows Azure Storage 2.0.6, Windows Azure Service Bus 2.1, Windows Azure Caching 2.0, and Windows Azure Configuration Manager 2.0.1 libraries.

Visual Studio 2010 Will Not Be Supported in Future Versions of the SDK
Side-by-Side Cloud Service Debugging is Not Supported with Projects Built Prior to Version 1.7

No Comments

Be the first to start the conversation!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.