Windows Azure Service Configuration Schema (.cscfg File)
Windows Azure Service Configuration Schema (.cscfg File)
The service configuration file specifies the number of role instances to deploy for each role in the service, the values of any configuration settings, and the thumbprints for any certificates associated with a role. If the service is part of a Virtual Network, configuration information for the network must be provided in the service configuration file, as well as in the virtual networking configuration file. The default extension for the service configuration file is .cscfg.
The service model is described by the Windows Azure Service Definition Schema (.csdef File).
By default, the Windows Azure Diagnostics configuration schema file is installed to the C:\Program Files\Microsoft SDKs\Windows Azure.NET SDK\\schemas directory. Replace with the installed version of the Windows Azure SDK.
Reference: http://msdn.microsoft.com/en-us/library/ee758710.aspx