Remote NLOG logging with Azure Functions (Part two) – Persisting data into Azure Cosmos DB.
Last time, I got a very basic C# Azure Function hooked up to accept a request from an NLOG web service target. This time, I will be attempting to persist(insert) the incoming log information into an Azure Cosmos database container, direct from my Azure Function in VS Code. Disclaimer: This blog is more of a …