0

I am using semantic logging application block and using in proc to log entries into azure table storage(SLABLogsTable). But is there a way to query the SLABLogsTable using StorageClient?

Hari Subramaniam
  • 1,814
  • 5
  • 26
  • 46

1 Answers1

1

The table you use with SLAB is just a regular azure table. You can work with it the same way as with any other azure table. Here's the official documentation.

Alex Sikilinda
  • 2,928
  • 18
  • 34