Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.87 KB

table-storage-overview.md

File metadata and controls

32 lines (21 loc) · 1.87 KB
title description services ms.service author ms.author ms.topic ms.date
Introduction to Table storage - Object storage in Azure
Store structured data in the cloud using Azure Table storage, a NoSQL data store.
storage
azure-table-storage
akashdubey-ms
akashdubey
overview
05/27/2021

What is Azure Table storage?

[!INCLUDE storage-table-cosmos-db-tip-include]

Azure Table storage is a service that stores non-relational structured data (also known as structured NoSQL data) in the cloud, providing a key/attribute store with a schemaless design. Because Table storage is schemaless, it's easy to adapt your data as the needs of your application evolve. Access to Table storage data is fast and cost-effective for many types of applications, and is typically lower in cost than traditional SQL for similar volumes of data.

You can use Table storage to store flexible datasets like user data for web applications, address books, device information, or other types of metadata your service requires. You can store any number of entities in a table, and a storage account may contain any number of tables, up to the capacity limit of the storage account.

[!INCLUDE storage-table-concepts-include]

Next steps