Windows Azure SDK And Tools February 2010 Release

Posted by Alin Irimie on February 09, 2010

This release supports VS 2008 and the upcoming VS 2010 RC. For VS 2010 Beta 2 you can use the November 2009 release.

New for version 1.1:

  • 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.

Updated and additional samples are available at: http://code.msdn.microsoft.com/windowsazuresamples

Windows Azure Data Centers. IP Adress Ranges.

Posted by Alin Irimie on January 29, 2010

Window Azure platform AppFabric has now been deployed to more data centers around the world. Previously, when you provisioned a service namespace, you were asked to select a region from a list that contained only United States (South/Central). Now, when you provision a service namespace, you have three more regions from which to choose — United States (North/Central), Europe (North) and Asia (Southeast). If your firewall configuration restricts outbound traffic, you will need to perform the addition step of opening your outbound TCP port range 9350-9353 to the IP range associated with your selected regional data center. Those IP ranges are listed at the bottom of this article.

Continue reading…

Windows Azure Service Status Dashboard

Posted by Alin Irimie on January 25, 2010

Current status on the health of the Windows Azure Platform is shown here. If you wish to receive notifications for interruptions to any of the services, you can subscribe to the respective RSS feeds. THey also maintain the history of the health status for each service for the past five weeks in the form of running logs.

Windows Azure Status Dashboard

Windows Azure Status Dashboard

Windows Azure SDK Tools November 2009 Release

Posted by Alin Irimie on November 14, 2009

Microsoft just released several new features for Windows Azure through the Windows Azure Tools and SDK.This release adds support for Visual Studio 2010 Beta 2 and VWD Express 2010 Beta 2.
What’s New? Continue reading…

Windows Azure Content Delivery Network

Posted by Alin Irimie on November 07, 2009

Microsoft just announced the Windows Azure Content Delivery Network (CDN) to deliver Windows Azure Blob content. Windows Azure CDN offers developers a global solution for delivering high-bandwidth content.

Windows Azure CDN has 18 locations globally (United States, Europe, Asia, Australia and South America) and continues to expand. Windows Azure CDN caches your Windows Azure blobs at strategically placed locations to provide maximum bandwidth for delivering your content to users. You can enable CDN delivery for any storage account via the Windows Azure Developer Portal. The CDN provides edge delivery only to blobs that are in public blob containers, which are available for anonymous access.

The benefit of using a CDN is better performance and user experience for users who are farther from the source of the content stored in the Windows Azure Blob service. In addition, Windows Azure CDN provides worldwide high-bandwidth access to serve content for popular events. Continue reading…

Use Windows Azure Right Now. No Invitation Code Needed.

Posted by Alin Irimie on September 02, 2009

Until this week, using the Windows Azure CTP meant signing up and then waiting a couple of days for an invitation code to arrive by email. No more. You can now register for access and receive an invitation code right there on the spot. No email, no waiting, no excuses.

Go register now and build something cool!

(Via Steve Marx.)

Microsoft Set To Announce Commercial Availability of Windows Azure at PDC This Year 1

Posted by Alin Irimie on May 21, 2009

Microsoft is set to deliver Windows Azure to the public by the end of this year, with an imminent announcement at Microsoft’s Professional Developers Conference (PDC) in Los Angeles on November 17, 2009. 

When Steve Ballmer mentioned this February that Windows Azure “will reach fruition with the PDC this year” I didn’t really believed it, considering where the product was and how much we knew about the progress Microsoft was making on delivering Windows Azure and related services. Even TechEd this year was surprisingly quiet about Windows Azure, but this is just the silence before the storm. Microsoft is revving up the software development and marketing machine so at this year’s PDC cloud computing and Windows Azure will take again center stage.

Starting this summer with the 2009 Worldwide Partner Conference (WPC), New Orleans, July 13-16, we will see more and more announcements about Windows Azure. So what to expect in the next months? Continue reading…

Using Logging in a Windows Azure Application Sceencast

Posted by Alin Irimie on May 06, 2009

Using Logging in a Windows Azure Application: Windows Azure provides a built-in framework for writing log messages from your applications. In this screencast, you’ll learn how to use the Windows Azure logging API and how to read log messages whether your application is running in the development fabric or in the cloud.

Presented by Bill Lodin. 

[videofile]http://download.microsoft.com/download/A/D/8/AD81F977-0570-45A7-9625-74D13E059503/winvideo-WindowsAzure_Logging_030409.wmv[/videofile]

Windows Server 2008 R2 Release Candidate Now Available For Download

Posted by Alin Irimie on May 05, 2009

Buried under the buzz around Windows 7 RC release, here’s an important update from Microsoft - Windows Server 2008 R2 release candidate.

Windows Server 2008 R2 is the first Windows operating system to be offered for only 64-bit processors. And Windows Server 2008 R2 can now support up to 256 logical processor cores for a single operating system instance, including enhancements in Hyper-V virtual machines which are able to address up to 32 logical cores in a single VM. These improvements not only guarantee more bang for your server hardware buck, but also offer better reliability with fewer locks and greater parallelism.

Regarding virtualization, Windows Server 2008 R2 provides the following virtualization types: Client and Server virtualization provided by Hyper-V and Presentation virtualization with Remote Desktop Services. Hyper-V virtualizes the system resources of a physical computer allowing you to provide a virtualized environment for operating systems and applications.

If you want to build your own cloud, this is the OS you want to use.

You can download it here.

The Windows Azure Service Package

Posted by Alin Irimie on April 17, 2009

 

Ever wondered what is in a Windows Azure Service Package?  Wonder no more … it contains the Service Definition for your Cloud Service along with the content and binaries for each of the roles. Jim Nakashima has a nice article breaking down types of packages as well as what it contains. Check it out here