Lab20 - Understanding Table Storage - Azure
Lab20 - Understanding Table Storage - Azure
Table storage
Azure Table storage is a service that stores 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.
Page 1 of 22
Cloud Computing - Azure
You can use Table storage to store and query huge sets of structured, non-
relational data, and your tables will scale as demand increases.
You can address Azure tables directly using this address with the OData
protocol. For more information, see OData.org.
Page 2 of 22
Cloud Computing - Azure
Page 3 of 22
Cloud Computing - Azure
Topology:
Page 4 of 22
Cloud Computing - Azure
Back-End Topology:
Page 5 of 22
Cloud Computing - Azure
Page 6 of 22
Cloud Computing - Azure
Click “Add”.
Page 7 of 22
Cloud Computing - Azure
Page 8 of 22
Cloud Computing - Azure
Click “Create”.
Page 9 of 22
Cloud Computing - Azure
Page 10 of 22
Cloud Computing - Azure
Click “Add”.
Page 11 of 22
Cloud Computing - Azure
Page 12 of 22
Cloud Computing - Azure
Page 13 of 22
Cloud Computing - Azure
In “Advanced”
Page 14 of 22
Cloud Computing - Azure
In “Tags”.
Page 15 of 22
Cloud Computing - Azure
Page 16 of 22
Cloud Computing - Azure
Click “Create”.
Page 17 of 22
Cloud Computing - Azure
Page 18 of 22
Cloud Computing - Azure
Click “Tables”.
Page 19 of 22
Cloud Computing - Azure
Click “Table”.
Page 20 of 22
Cloud Computing - Azure
Click “Ok”.
Page 21 of 22
Cloud Computing - Azure
You can apply policy for this tables, we will see it later.
Page 22 of 22