I have a question about point queries in Azure. If I have a huge number of Partition key/Row key pairs is there a smart way to make a huge number of point queries to fetch the entities?
I can of course iterrate through the n pairs and make n queries but I feel there is a smarter way.
Thank you