News

tutorial-azure-functions-csharp Tutorial on deploying a C# function into Azure See also Thanks to Mark Heath and his blog post Deploying an Azure Function App with Bicep - a simple post that ...
Tutorial on deploying a C# function interacting with a Cosmos DB into Azure I would like to use two resource groups - one for the functions and associated resources to support the functions and then a ...
With C# 7 around, you can now declare such functions inside another the body of another function. Such functions are known as local functions. In other words, the support for local functions ...