Nieuws

I discussed working with Azure Functions in a previous post here. In this article I will provide a bird’s-eye view of Azure Logic Apps and how we can work with it in .Net.
Like other functions they can also integrate with other Azure services such as Blob Storage, Event Hubs, queues and so on. Creating a HTTP-Triggered Function To create a new HTTP-triggered function, ...