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
If my understanding of documents is correct, there is no way to do that.
Please be aware that continuation tokens can be returned even when number of records < 1000. It is a good idea to always check for continuation tokens when executing queires.
Also, why do you want to return more than 1000 records? what is the use case?