Quick Tip: Viewing Azure Storage Table Data
Azure Storage tables are a great place to store non-relational data in an easy-to-access location with global availability. While writing to a table is very simple using the Azure Storage SDK, viewing the data may be a challenge for some developers. In this article, I will show you how to view and update this data quickly using some great tools provided by Microsoft.