Azure Functions
DryIoc.ContainerException in Azure Functions Application When Deployed to Azure
Registered factory delegate returns service is not assignable to ambiently scoped container, and how I fixed the problem.
Registered factory delegate returns service is not assignable to ambiently scoped container, and how I fixed the problem.
This article shows you how you can use Azure Functions to create a REST API with custom permissions that you grant to client applications calling your API.
This article shows you how you can send e-mails based on dynamic templates in SendGrid using durable Azure Functions. Sample code available on GitHub.
Azure Functions is a handy solution that allows you to focus on just the functionality your code needs to perform, and not how to package and deploy your application. You just write your functionality as Read more…
Azure Functions is a solution that allows you to publish pieces of functionality as functions. This post outlines a few things I think are good to know when building function applications.