Search notes:

Azure Table Storage

NoSQL key-value store using semi-structured datasets
A table is a set of entities.
An entity is a set of up to 252 custom properties and 3 system properties.
A property is a name-value pair.
Apparently, the names of a property must not start with a digit and are case insensitive. Also, a name cannot contain spaces or dashes.
The system properties are

See also

Azure Storage
Azure Table Storage can also be used via the corresponding Azure Cosmos DB model.
The Azure Cosmos DB Table API offers throughput-optimized tables, global distribution, and automatic secondary indexes.
Excel menu Data -> Get & Transform Data -> Get Data -> From Azure -> From Azure Table Storage
AzureStorageEmulator.exe

Index