I have read that azure table storage queries give maximum of 1000 entities and we have to make use of continuation tokens to fetch the next set of entities. I am just lookin
Using the AsTableServiceQuery like so:
var data = context.CreateQuery("table").AsTableServiceQuery().Execute();