Azure
Durable Functions Pitfalls in Azure Functions
Avoid these Durable Functions pitfalls to effectively leverage the Durable Functions extension to Azure Functions.
Avoid these Durable Functions pitfalls to effectively leverage the Durable Functions extension to Azure Functions.
I was working on an Azure Functions application to create a REST API that accepts bearer tokens. When I fired up the app in Visual Studio, I was greeted with the following error message. Could Read more…
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.