﻿<?xml version="1.0" encoding="utf-8"?>
<!--
  **********************************************************************************************

  This file was generated by a tool from the project file: ServiceConfiguration.cscfg

  Changes to this file may cause incorrect behavior and will be lost if the file is regenerated.

  **********************************************************************************************
-->
<ServiceConfiguration serviceName="OfCloudService" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceConfiguration" schemaVersion="2012-05.1.7">
  <Role name="OfWebRole">
    <Instances count="1" />
    <ConfigurationSettings>
      <Setting name="DiagnosticsConnectionString" value="DefaultEndpointsProtocol=https;AccountName=BLOB_STORAGE_NAME_HERE;AccountKey=BLOB_STORAGE_KEY_HERE" />
      <Setting name="DataConnectionString" value="DefaultEndpointsProtocol=http;AccountName=BLOB_STORAGE_NAME_HERE;AccountKey=BLOB_STORAGE_KEY_HERE" />
      <Setting name="Username" value="USER_NAME_HERE" />
      <Setting name="Password" value="PASSWORD_HERE" />
    </ConfigurationSettings>
    <Certificates></Certificates>
  </Role>
  <Role name="OfWorkerRole">
    <Instances count="1" />
    <ConfigurationSettings>
      <Setting name="DiagnosticsConnectionString" value="DefaultEndpointsProtocol=https;AccountName=BLOB_STORAGE_NAME_HERE;AccountKey=BLOB_STORAGE_KEY_HERE" />
      <Setting name="DataConnectionString" value="DefaultEndpointsProtocol=https;AccountName=BLOB_STORAGE_NAME_HERE;AccountKey=BLOB_STORAGE_KEY_HERE" />
    </ConfigurationSettings>
    <Certificates></Certificates>
  </Role>
</ServiceConfiguration>