Building a REST API for Azure PostgreSQL Using Azure Functions With Node JS

This article will create a stateless HTTP-triggered RESTful Azure Functions app with Node.js to perform read operations on an Azure PostgreSQL database and return the results as a JSON object. We will look at developing a REST-style Azure Functions app using Azure Portal and Kudu.