Process Flow - Table storage basics
Create Storage Account
Create Table in Storage
Insert Entity (Row) into Table
Query Entities by PartitionKey and RowKey
Update or Delete Entity
Access Data via SDK or REST API
This flow shows how you create a storage account, add a table, insert data rows called entities, query them, and update or delete as needed.