Skip to content

Configuring OGDI for Deployment in Windows Azure

SyntaxC4 edited this page Feb 10, 2012 · 35 revisions

#Configuration Keys

In order for OGDI to be able to store the data and communicate with it's external components, some assembly is required. This document will provide the default values, as well as a description to identify what each setting is responsible for.

The configuration values are found in the following files:

  • %OGDI_ROOT%\InteractiveSDK\InteractiveSDK.Mvc
    • ServiceConfiguration.Cloud.cscfg
    • ServiceConfiguration.Local.cscfg

Note: the DataService Cloud Project is available, but not used in the default configuration.

  • %OGDI_ROOT%\DataService\Services
    • ServiceConfiguration.Cloud.cscfg
    • ServiceConfiguration.Local.cscfg
  • %OGDI_ROOT%\InteractiveSdk\Interactive Sdk.Mvc_WebRole
    • Web.config
      • Web.Debug.config
      • Web.Release.config
  • %OGDI_ROOT%\DataService\Services_WebRole
    • Web.config
      • Web.Debug.config
      • Web.Release.config

##Data Browser [Web Role]

The following configuration values are required to configure the Data Browser component.

Note: The current default configuration is overloading a single Windows Azure instance with the Data Browser and Data Service, some duplication will occur with the Data Service section below.

###ServiceUri

###PathDTD

###HeaderLogo

###HeaderLogoAltText

###HeaderLogoLongDesc

###HeaderBackground

###FooterBackground

###BannerImage

###TermsOfUseURL

###TradeMarksURL

###CopyRightsStatement

###PrivacyPage

###HomePageHeading

###WelcomeVideoURL

###HomePageContent

###BlogPostsUrl

###NumberOfBlogLinksOnPage

###RootServiceNamespace

###DataConnectionString

###DiagnosticsConnectionString

###RecaptchaPrivateKey

###RecaptchaPupblicKey

##Data Service [Web Role]

The following configuration settings are required for the Data Service.

Note: The Data Service is bundled by default with the Data Browser, these values will be duplicated.

###RootServiceNamespace

###DataConnectionString

###DiagnosticsConnectionString

##Data Browser [Worker Role]

The following configuration settings are required by the Data Browser Worker Role.

###DiagnosticsConnectionString

###DataConnectionString

###SmtpSettings

###ServiceUri

###PathDTD