Remote NLOG logging with Azure Functions (Part one).
Part of a journey I was on today to learn about Azure Functions and Cosmos DB. The final code for the Azure Functions element can be found on https://github.com/Wabbbit/AzLog Part one: Setup, Creating my first function, forwarding NLOG events and deploying to Azure within VS Code. Part two: persisting the incoming data using Cosmos DB. …