Azure / azure-diagnostics-tools

Plugins and tools for collecting, processing, managing, and visualizing diagnostics data and configuration
98 stars 94 forks source link

Table format issue with AppService diagnostics #43

Open dmnfr opened 7 years ago

dmnfr commented 7 years ago

Hi,

The format of Azure Table when we activate diagnostics on a Azure AppService isn't compatible. with azure table plugins. The PartitionKeys format is a simple timestamp (i.e. 2016100308 ).

EmFl commented 7 years ago

We also have azure functions where the partitionkey is a single letter (like I or C) so finding another way to parse the data, making sure to get everything without creating duplicate is needed.

clguiman commented 7 years ago

@EmFl how did you manage to configure Azure Functions to send diagnostics data to Table Storage?