I have created an Azure function app that queries Azure SQL table and returns the data back as a JSON . The azure function runs successfully, however it is not able to pull more than 100 columns from the SQL Table. The JSON is truncated after 100 columns.
Is this an issue by design or do you think I may be doing something wrong ?