+1 vote
in Azure by
Azure Table Storage

1 Answer

0 votes
by

Azure Table storage service is used to store structured NoSQL data in the cloud. Tables form a flexible store for flexible datasets, datasets that do not require complex joins, foreign keys.

Features:

NoSQL datastore accepts authenticated calls from inside and outside the Azure cloud.

NoSQL provides a key/attribute store with a schemaless design.

As it is schemaless, it's easy to adapt your data as the needs of your application evolves.

It is a cost-effective solution.

Access to Table storage data is fast with the OData protocol.

Table storage can be accessed directly as

 http://<storage account>.table.core.windows.net/<table>

Related questions

0 votes
asked Nov 18, 2023 in Azure by GeorgeBell
0 votes
asked Nov 17, 2023 in Azure by GeorgeBell
...