Skip to content
keithloo edited this page Oct 2, 2012 · 1 revision

In order to deploy the OGDI Framework to Windows Azure please complete the following:

Build DataLab

Building DataLab can be done using either MSBuild (which is included with .NET 4 Framework) or Visual Studio 2010.

Using MSBuild

Open a console window, run the following command:

%OGDI_ROOT% is the directory in which you have cloned the project to.

cd %OGDI_ROOT%
build.cmd 

Using Visual Studio

  1. Building OGDI Data Service
  2. Building OGDI Data Browser
  3. Packaging OGDI Data Service
  4. Packaging OGDI DataBrowser

Update the Configuration Settings

Configuring DataLab is one of the most important step. [Note: Read more on Configuration Values]

The two main configuration values which need to be set are:

  • DataConnectionString
  • DiagnosticsConnectionString

These ConnectionStrings are used to connect to Windows Azure Storage. They consist of a protocol, a storage account name and a storage account key. To make things convenient there are replacement characters for the two values that need to be added.

  • [StorageName] (Windows Azure Storage Account Name)
  • [StorageKey] (Windows Azure Storage Account Key)

Deploy DataBrowser to Windows Azure

Once these steps have been completed following the instructions for How to Create a Hosted Service on the MSDN Website will provide you the appropriate steps for deploying an Application to Windows Azure.

For more context on the Service Topology of the OGDI Framework refer to the OGDI Windows Azure Service Topology.