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…
A Pulumi tutorial for Azure. How to start provisioning infrastructure on Azure with Pulumi using shared state in a storage account.
I’ve been a bit lazy with blogging for half a year or so. Maybe the start of a new year could be the trigger for me to get back into a bit regular blogging again. Read more…
Registered factory delegate returns service is not assignable to ambiently scoped container, and how I fixed the problem.