An Azure service that stores structured NoSQL data in the cloud.
@Nathan Guimaraes Welcome to Microsoft Q&A forums and thank you for your interest in Azure services.
OrderBy support is made available in newer SDK's Microsoft.Azure.Cosmos.Table and Azure.Data.Tables (beta)
Unfortunately, for the older SDK version that you are using, OrderBy is not supported. You will have to sort the results at client side.
----------
If an answer is helpful, please "Accept answer" or "Up-Vote" for the same which might be beneficial to other community members reading this thread.