3
votes

I have copied a azure storage table to Azure SQL. I want to create index for PartitionKey. What is the max length of a Azure storage partition key ?

1

1 Answers

9
votes

As it's stated at https://msdn.microsoft.com/en-us/library/azure/dd179338.aspx: "The partition key may be a string value up to 1 KB in size".