+1 vote
in Azure Essentials by
What kind of a store in the Azure table storage?

1 Answer

0 votes
by

NoSQL Azure table storage is a key-value store that handles semi-structured data. It is highly flexible and scalable. JSON is used to serialise data.

...