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 …
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 …
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. …