-
Notifications
You must be signed in to change notification settings - Fork 16
Installing OGDI DataLab version 5 on Azure
This set of articles will walk you through the setup of the Windows Azure account you will use to install the OGDI DataLab platform. It will explain how to setup a Cloud Service, which will host the OGDI web and worker roles. It will also explain how to create the two **Storages **needed for the configuration tables and the data storage itself.
To be able to install OGDI DataLab on Azure you need to setup one Cloud Service and two Storages. If you do not have your Azure account, you need to sign up for it using a Windows Live ID.
For our walkthrough we will use a trial account of Windows Azure, which provides the same functionality as a paid one, except it is time-limited. All screens below are shown as examples and you should use your own information to create the required services and accounts. Please note that all screenshots are based on Visual Studio 2010 and Windows Azure Management Portal released in 2012: https://manage.windowsazure.com/
The Cloud Service will run the data provider accessible to the public, which will expose the catalogues (datasets) to any consumer – client app or a direct http request.
- Start the Windows Azure Management Portal.
- Select Cloud Services on the left sidebar.
- Click New on the left corner of the bottom toolbar.
- In the New menu, select Cloud Service, Quick Create, and then type a URL of your new site.
Note: This will be the public URL users will see unless you have a domain name to assign it to.
- Select a region or affinity group so that all your storages and cloud services are in the same geographic location. This will decrease data traffic and speed up your services. If you do not have an affinity group already, you will not see any in the drop-down selection.
- Click Create Cloud Service and wait for the process to finish. After a few seconds you will see the newly created Cloud Service in the list.

