Update the ServiceConfiguration.Cloud.cscfg file

Some of the following settings are in multiple places in this file. You must update these settings in all roles.

DeploymentType
<Setting name="DeploymentType" value="live" />

Where value should be 'dev' or 'live'. This will represent the deployment type of the current running instance. Based on this value the correct hostname will be accessed from the below 2 settings.

<Setting name="TotalAgilityHostNameLive" value="KTA7QA.cloudapp.net" />

Where value is the site URL for the live instance (<yourhostedservicename>.cloudapp.net)

<Setting name="TotalAgilityHostNameDev" value="KTA7Dev.cloudapp.net" />

Where value is the site URL for the dev instance (<yourhostedservicename>.cloudapp.net)

MasterTenantDBConnectionString
<Setting name="MasterTenantDBConnectionString" 
value="Server=bgqfo97bzm.database.windows.net;
User ID=Kofax;
Password=W0rkstation;
Database=MasterTenants;" />

Where:

  • Server is the Azure server created in Azure Database section

  • User ID is user for Azure server

  • Password is password for above user

  • Database will be the Master tenant database

TenantDBConnectionString (DataCenter)
<Setting name="TenantDBConnectionString" 
value="Server=bgqfo97bzm.database.windows.net;
User ID=Kofax;
Password=W0rkstation;
Database=DataCenterTenants;" />

Where:

  • Server is the Azure server created in Azure Database section

  • User ID is user for Azure server

  • Password is password for above user

  • Database will be the Data Center tenant database

AzureStorageConnectionString
<Setting name="AzureStorageConnectionString" 
value="DefaultEndpointsProtocol=https;
AccountName=ktastorage;
AccountKey=BT2JPIRJqbyUiYeZ6u3K/g7d45VkO7/r5C77jgXXIDkOAdtcu55MPATON4cZK2GfLmBQmMO6n/JXIELP5eMDjg==" />	

Where:

  • AccountName is the storage account name setup in Azure Storage Account section

  • AccountKey is the access key for the above account