Updating Microsoft Azure Role Configuration Files

To add tracing to your Microsoft Azure role you must add the following to the configSections element of the configuration file for your role (app.config for worker roles or web.config for web roles).

    <!--The following code declares a section group for tracing configuration -->
    <sectionGroup name="MicroFocus.COBOL.Tracing">
      <section name="mftrace_config"
       type="MicroFocus.COBOL.Runtime.CdataSectionHandler,
         MicroFocus.COBOL.Runtime.Azure,Version=4.0.0.0,Culture=neutral,
         PublicKeyToken=0412c5e0b2aaa8f0" />
    </sectionGroup>