PartitionKey was not specified in azure table storage -
i trying load/import data table storage csv file via azure storage explorer , getting following error
an error occurred while opening file 'd//sample.csv'.the required property 'partitionkey' not specified.
kindly clarify importance of partitionkey , rowkey in azure table storage?
partition key , row key specify unique index of row; combination of 2 must unique. suggest reading little more here more details of them.

Comments
Post a Comment