The guide below shows how you can easily create an Azure Functions to return JSON data from an Azure SQL backend. I have to admit, I have to do multiple google search and combine it for a working solution. Challenges: How to get SQL connectionString from Azure Function settings. https://docs.microsoft.com/en-us/azure/azure-functions/functions-scenario-database-table-cleanup How to convert the sql […]