Azure Table Storage: NoSQL entities
Use Table Storage for key-based access to many simple records with flexible schema. Not Only SQL (NoSQL) key/attribute store. Entities with properties (schema is flexible). Great for fast key-based lookups at scale. Not for joins or relational constraints.

