Monday, November 19, 2018

Sunday, November 11, 2018

Functions binding Cosmos DB, C# -- 1

I was trying Cosmos DB binding for Azure Functions, and want to share what I learned. This is a basic skill for Azure users because it uses Cosmos DB that can handle Json files easily, and Azure Functions that manages http requests. Below is the system configuration.