when using azure table storage,
after created an entry inside a table,
can i update the parititon key or row key?
e.g if i have a table
-PartitionKey : "parition1"
-RowKey : "row1
-Col1 : "abc"
-Col2 : "bcd"
can i update the partition key?
change the above to
-PartitionKey : "parition2"
-RowKey : "row1
-Col1 : "abc"
-Col2 : "bcd"