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?
Asked
Active
Viewed 71 times
1 Answers
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