The July CTP of the Windows Azure SDK and Tools was just released. Download
them here.
What’s new in the Windows Azure SDK?
The Windows Azure SDK supports developing and deploying services containing
multiple web and worker roles. A service must include at least one role, of
either type, and may include zero or more web roles, and zero or more worker
roles. The new PowershellRole sample hosts the Powershell runtime within a
Windows Azure role. It demonstrates a simple remote console web role as well
as a worker role whose implementation is a Powershell script. The host also
includes the CloudDrive sample snap-in to provide access to Windows Azure
Storage from script.
What’s new in Windows Azure Tools for Visual Studio
New project creation dialog Support for developing and deploying services
containing multiple web and worker roles. A service may contain zero or more... (more)
One thing in the Microsoft cloud I find really interesting is SQL Data
Services and Huron/Data Hub - SQL cloud sync service, one of the “cloud”
offerings I believe has lots of potential and will really make sharing of
data in the cloud so much easier.
I had the pleasure to sit down and talk about this subject with Liam
Cavanagh, Sr. Program Manager at Microsoft, with the SDS/Huron team, and get
some insights about the current state and the future of this remarkable new
technology. In this article I’ll talk about SQL Data Services, and I’ll
follow up with one about Data Hub/Huron... (more)
It was inevitable, and I just missed the release by a few months, however,
Microsoft is working hard on releasing the “Private Cloud”, your own
on-premises cloud computing software.
With the Microsoft cloud strategy, organizations can now move towards cloud
computing models with the confidence that their existing investments in their
datacenter are safe, and can be leveraged in this new paradigm. Existing
applications and services will be able to move to the private cloud without
the need to learn unproven technologies or introduce unnecessary complexity.
The Microsoft Private Cl... (more)
SQL Azure Migration Wizard helps you migrate your local SQL Server 2005 /
2008 databases into SQL Azure. The wizard walks you through the selection of
your SQL objects, creates SQL scripts suitable for SQL Azure, and allows you
to edit / deploy to SQL Azure.
The SQL Azure Migration Wizard (SQLAzureMW) will let you identify a SQL
Server 2005 / 2008 database that you want to migrate to SQL Azure or select
an existing SQL file that has the commands you want to execute against SQL
Azure.
If your source is a SQL Server database, SQLAzureMW will walk you through the
different object ... (more)
Under the pressure from Windows Azure release in a week, Amazon unveiled
today a new AWS SDK for .NET Developers providing .NET developers the
libraries, code samples, and documentation needed to build an AWS-powered
application using any programming language capable of making .NET calls
including C#, Visual Basic, Windows PowerShell, and other compliant
languages. .NET developers get a special treatment with a dedicated .NET
Forum and a special Windows & .NET Developer Center.
The SDK includes:
The AWS .NET Library - This library provides a set of developer-friendly APIs
that ... (more)