Introduction
Storing data in tables helps organize information in rows and columns without complex databases. Azure Table Storage lets you save lots of simple data with fast access and low cost.
When you want to save user preferences for a web app without a full database.
When you need to log events or telemetry data quickly and cheaply.
When you want to store product catalog information with flexible schema.
When you want to keep session state data for a web application.
When you need a simple key-value store that scales easily.