I am developing an application that is logging test messages to Azure table storage. I want to clean up the table so that I can quickly see the most recent set of records. Querying in Azure Storage Explorer by specifying the Timestamp takes 30 seconds or so.
What's the fastest way to delete all records in a specific table in Table Storage?