Tue.Nov 08, 2022

article thumbnail

Getting Started with MongoDB Atlas and Azure Functions using Node.js

The Polyglot Developer

So you’re building serverless applications with Microsoft Azure Functions, but you need to persist data to a database. What do you do about controlling the number of concurrent connections to your database from the function? What happens if the function currently connected to your database shuts down or a new instance comes online to scale with demand?

Azure 64