DP - 900 Creating Semi-Structured Database
Creating Semi Semi-structured Database
Step 1 : Create a storage account or open the existing storage account.
Step 2 : Go to the Tables section under data storage from the sidebar. And click on create.
Step 3 : Write your table name and click OK.
Step 4 : From the sidebar, go to Storage Explorer.
Step 5 : Select the card named as Tables.
Step 6 : Click on your table name.
Step 7 : Click Add Entity.
Step 8 : Add your details.
PartitionKey: Groups related entities for performance and scalability.
RowKey: Uniquely identifies an entity within a partition.
You can not set a datatype and a Name for the above 2 values.
For all other values, you can set the datatype and Name on your own.
Step 9 : After adding values, click Create.
Step 10 : Here you can see your values and details.
By clicking on the Edit column button, you can edit your data.
Comments
Post a Comment