Error when connecting to MongoDB from Azure Functions C#
I am creating a serverless API for a small company. At the moment my network access is set to the IP-address 0.0.0.0. Connection with MongoDB Compass is working. Function: [FunctionName("Klanten2")] public static async Task<IActionResult> Klanten2( [HttpTrigger(AuthorizationLevel.Anonymous, "get", "post", Route =…