What's new in Microsoft Windows Azure Tools for Microsoft Visual Studio 1.2.30517.1601 June 2010

Jun 11, 2010
  • Visual Studio 2010 RTM Support:
  • Full support for Visual Studio 2010 RTM.
  • .NET 4 support: Choose to build services targeting either the .NET 3.5 or .NET 4 framework.
  • Cloud storage explorer:
  • Displays a read-only view of Windows Azure tables and blob containers through Server Explorer.
  • Integrated deployment:
  • Deploy services directly from Visual Studio by selecting ‘Publish’ from Solution Explorer.
  • Service monitoring:
  • Keep track of the state of your services through the ‘compute’ node in Server Explorer.
  • IntelliTrace support for services running in the cloud:
  • Adds support for debugging services in the cloud by using the Visual Studio 2010 IntelliTrace feature. This is enabled by using the deployment feature, and logs are retrieved through Server Explorer.

New in Microsoft Windows Azure Tools for Microsoft Visual Studio 1.1.30131.1501 February 2010 (Feb 2, 2010)

  • Windows Azure Drive: Enable a Windows Azure application to use existing NTFS APIs to access a durable drive. This allows the Windows Azure application to mount a page blob as a drive letter, such as X:, and enables easy migration of existing NTFS applications to the cloud.
  • OS Version Support: Allows a Windows Azure application to choose the appropriate Guest OS to run on in the cloud.
  • Bug Fixes
  • StorageClient: Expose account key from storage credentials, expose continuation tokens for pagination, and reduce maximum buffer size for parallel uploads.
  • Windows Azure Diagnostics: Fix path corruption for crash dumps, OnDemandTransfer now respects LogLevelFilter.
  • VS 2010: Improved packaging performance.
  • VS 2010: Support for linked files in Web projects.
  • VS 2010: Support for ASP.NET web project web.config transformations.
  • Certificate selection lists certificates from LocalMachine\My instead of CurrentUser\My.
  • Right click on Role under Roles folder to select whether to launch the browser against HTTP, HTTPS or not at all.

New in Microsoft Windows Azure Tools for Microsoft Visual Studio 1.0.21111.1401 November 2009 CTP (Nov 24, 2009)

  • New for the November 2009 release:
  • Service Model UI: A redesigned and significantly more complete interface for manipulating Role configuration information. To access, double-click on a role node in the Solution Explorer.
  • Additional role templates: Support for ASP.NET MVC 2 (2010 only), F# worker roles (2010 only), and WCF Service Application web roles.
  • VS2010 Beta2 Support: Support for Visual Studio 2010 Beta 2 and VWD Express 2010 Beta 2.
  • Support for dynamically creating tables: The Create Tables functionality is now performed automatically; there is no longer a need to right-click and select Create Tables… on the project after your table definitions have changed.
  • Full support for and installation of the November Windows Azure SDK release:
  • The sample storage client has been replaced by a new production quality library.
  • New Diagnostics library enables logging using .NET APIs and enables the collection of diagnostic information from the service.
  • Service Runtime library updated to support inter-role communication and notification of configuration changes .
  • Support for input endpoints on Worker Roles.
  • Higher fidelity simulation of Development Storage: supports all current cloud storage features, including dynamically creating tables.
  • Ability to choose the size of the VM for a role instance.
  • Ability to persist data in local storage even after the role is recycled.
  • Ability to manage certificates to install to the role VMs.

New in Microsoft Windows Azure Tools for Microsoft Visual Studio 1.0.20713.1301 July 2009 CTP (Jul 21, 2009)

  • Support for developing and deploying services containing multiple web and worker roles. A service may contain zero or more web roles and zero or more worker roles with a minimum of one role of either type.
  • New project creation dialog that supports creating Cloud Services with multiple web and worker roles.
  • Ability to associate any ASP.NET Web Application project in a Cloud Service solution as a Web Role
  • Support for building Cloud Services from TFS Build
  • Enhanced robustness and stability

New in Microsoft Windows Azure Tools for Microsoft Visual Studio 1.0.20313.1 March 2009 CTP (Mar 20, 2009)

  • Combined installer includes the Windows Azure SDK
  • Addressed top customer bugs
  • Native Debugging of Cloud Service Roles
  • FastCGI Project Template
  • Update Notifications of future releases