Let’s insert some data into the table Books. After all, the tables are no good without
data in them. Data inserted is done in entities, which are like rows in a table, as shown
earlier in figure 5.16. Each entity defines the data schema for itself, using JSON nota
tion. To insert data into a table in Table Storage using PowerShell, you use the Cloud
Table object. An object is a defined set of data, which we can reference and then insert
into the specified table. Using the CloudTable object is mandatory, so we need that to
start with

Write A Comment