Programming model V4 for NodeJS Azure Functions has been out for about two years now, and overall I think it is a great improvement over V3. If you are trying to make a Kafka trigger however, you will find that support for it has declined. It is still possible to configure a Kafka trigger, but the method to do so is a bit more involved than for other triggers. It is also poorly documented, to the point that one could be fooled into thinking that the option does not exist at all. The MS Learn ...| Conclusion AMIS Technology Blog
In my current project, we receive messages from Azure Service Bus that we need to deliver to edge devices that are located all over the country. The| Conclusion AMIS Technology Blog
Serverless cold starts illustrated with animated GIFs.| mikhail.io
Objective Our goal is to create an automation that significantly enhances the efficiency of our development process. A service hook is triggered when a new Pull Request is created in Azure DevOps, sending a webhook to an Azure Function. This function analyzes the request body, gets all commits in the Pull Request, and sends it| The Lazy Administrator
Microsoft no longer plans to include a new eventing framework in .NET 9.0 – expected late this year […]| DEVCLASS
Objective I use Azure DevOps Boards for agile project management, allowing me to plan, track, and discuss automation and DevOps tasks. I also create reporting dashboards from the data within the work items. One such metric I report on is how much time we save when implementing a new automation. To do this, I have| The Lazy Administrator