Categories: Software

Microsoft Azure Cloud SDK

Microsoft has created a software system that runs on Microsoft’s own distributed data centres. Microsoft has made available its Windows Azure SDK, which currently is in Community Technology Preview form, for application development.

This is the first of several articles about Azure, Microsoft’s cloud computing platform that was rolled out in 2008. Azure is quite large, and during the next year we’re going to see several entire books written about Azure. In other words, there’s far too much to fit into a single article. However, I do want give you an overview of it, and get you up and running. So for this first article, I’ll present a walk-through of the basic starter sample that ships with the software development kit, while explaining the concepts.

If you want to follow along, you’ll need either Vista with Service Patch 1 or Windows Server 2008, as well as Visual Studio 2008. (Or instead of Visual Studio 2008, Visual Web Developer 2008 Express Edition works, too, according to the online documentation). You’ll also need either SQL Server 2005 Express or SQL Server 2008 Express. SQL Server 2008 Express is available here.

Finally, you’ll need both the Azure SDK and the Azure Tools for Visual Studio, which you can download here and here, respectively.

The Foundations of Azure

One of the foundations of Azure (and many other cloud platforms) is the concept of geographically distributed services. This allows users from different parts of the planet to be able to download or use services that are hosted on a service reasonably close to them geographically. This has many obvious benefits, such as faster response time and minimising data transfers through an already overcrowded Internet.

When you create software for Azure, your software lives as what is called a “compute service.” This is basically the portion of your software running under Azure where your server-side code (such as ASP.NET code) lives.

Microsoft uses the word “role” to mean a single code component that runs. For example, you might create an ASP.NET application, which would be a role, in this case a “Web role.” Further, you might create additional modules that run in the background; these are called “worker roles.” Together, one or more roles constitute a compute service.

Included with the SDK are two tools that help you develop within your own environment before uploading your software to the actual Azure cloud. These tools mimic aspects of the Azure services. The first is the Development Fabric; the second is the Development Storage.

The Development Fabric basically simulates Azure itself on your own local development box, and includes a tool that lets you manage your running services.

The Development Storage simulates the server-side storage services. Azure provides you with two areas where you can store your data, depending on your needs. First, you have access to traditional relational databases through the SQL Data Services, which is a cloud-version of SQL Server. Next, you have access to a nonrelational, flat storage system called Storage Services. On your development box, the Development Storage mimics this latter form of storage.

Page: 1 2 3

Jeff Cogswell

Recent Posts

Apple, Google Mobile Ecosystems Should Be Investigated, CMA Told

CMA receives 'provisional recommendation' from independent inquiry that Apple,Google mobile ecosystem needs investigation

16 hours ago

Australia Rejects Elon Musk Claim About Social Media Ban For Under-16s

Government minister flatly rejects Elon Musk's “unsurprising” allegation that Australian government seeks control of Internet…

19 hours ago

Northvolt Files For Bankruptcy Protection In US

Northvolt files for Chapter 11 bankruptcy protection in the United States, and CEO and co-founder…

20 hours ago

UK’s CMA Readies Cloud Sector “Behavioural” Remedies – Report

Targetting AWS, Microsoft? British competition regulator soon to announce “behavioural” remedies for cloud sector

1 day ago

Former Policy Boss At X, Nick Pickles, Joins Sam Altman Venture

Move to Elon Musk rival. Former senior executive at X joins Sam Altman's venture formerly…

2 days ago

Bitcoin Rises Above $96,000 Amid Trump Optimism

Bitcoin price rises towards $100,000, amid investor optimism of friendlier US regulatory landscape under Donald…

2 days ago