Deserializing json Cosmos DB objects in Azure Function App
Simple Note to self how to deserialize json data from Cosmos DB to custom object with Newtonsoft.Json.JsonConvert.DeserializeObject<>
Keep it simple! A tech blog with Azure and Episerver stuff
Simple Note to self how to deserialize json data from Cosmos DB to custom object with Newtonsoft.Json.JsonConvert.DeserializeObject<>
Examples how to get routing parameters with SQL API working for Cosmos DB in Azure functions.