Mahesh Alwani
Mahesh Alwani

Reputation: 137

what is the max length of azure storage partition key

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 ?

Upvotes: 3

Views: 4642

Answers (1)

gbellmann
gbellmann

Reputation: 1951

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".

Upvotes: 10

Related Questions