Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

For collecting in daily basis the Azure usage data, we have implemented the Azure Usages Update Controller service. This service is deployed during installation in the following location:

Default LocationC:\Program Files (x86)\Interworks\Cloud360.Setup.AzureUsagesUpdateController
Configuration FileCloud360.Services.AzureUsagesUpdate.exe.config

 

The configuration file is of the following form:

<appSettings>
<add key="StartHour" value="10" />
<add key="StartTime" value="00" />
<add key="Interval" value="12" />
<!--the Interval is in hours-->
<add key="IDUser" value="2" />
<add key="Username" value="admin" />
</appSettings>

How often this service will run for collecting the usage data, depends on Interval parameter and the start time as defined from the parameters StartHour and StartTime.
In the above paradigm the service will run twice the day at 10:00 and 22:00 o'clock. If we want the service to run more often, you need to decrease the interval. If for example the Interval was every 6 hours, the service would run 10:00, 16:00, 22:00 and 04:00 o'clock.

 

 

 

 

 

 

 

  • No labels