Tag: Azure Functions
The context In my current project, we make extensive use of Event Hubs and Azure Functions, which we are running on Linux App Service Plans. These services have performed …
Update 2026-02-23: Microsoft has finally updated their documentation. There is now a V4 description in the MS learn page. Programming model V4 for NodeJS Azure Functions has been out …
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 connections to …
Recently I started working in the Azure Cloud and I would like to share an example I worked on that helped me understand the possibilities of this cloud environment. …