If you used CTF on an application that you ran on Microsoft Azure (rather than locally) you must download the CTF trace information from Microsoft Azure table storage before you can view it. To do this you use the ctfazure utility which enables you to list, extract, and delete CTF trace events that have been written to Microsoft Azure table storage
You run the ctfazure utility from the command line and its format is as follows:
ctfazure action parameters
where:
action |
specifies the action that the utility is to perform and can be one of:
|
parameters |
specify additional information:
|
Examples:
ctfazure delete -table:mytable -account:myacc -key:abc123
ctfazure list -account:myacc -key:abc123
ctfazure extract -file:mytrace.log -table:mytable -account:myacc -key:abc123