semantic logging - Azure sink query

80 Views Asked by At

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?

1

There are 1 best solutions below

0
On

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.