Nov 14, 2019 | Azure Functions
Recently, I had a great use case for using the PowerShell support within Azure Functions. During development, I encountered a weird behaviour on the error handling side. In this short blog, I want to share this experience with you. Hopefully, it can save you some...
May 22, 2019 | Azure Functions, DevOps
Cold starts is a phenomenon that has been around for years. During winter, you notice that your car’s engine often takes more time to start. IT is no different. When services are not invoked for a considerable time, they take a little longer to respond. The...
Aug 19, 2018 | Azure Functions, Logic Apps
Logic Apps has a default limit of 120 seconds on synchronous actions. This is already quite long; it does not make sense to perform actions in a synchronous fashion if they take longer. For such long running tasks, Logic Apps provides two options: Polling action...
Oct 12, 2017 | Azure Functions
This post is part of an Azure Function Proxies blog series: Part 1: Represent heterogenous service operations into a single API Part 2: Easily enable hybrid integration Part 3: Secure your API Part 4: A very light-weight API management After my first blog in this...
Oct 4, 2017 | Azure Functions
This post is part of an Azure Function Proxies blog series: Part 1: Represent heterogenous service operations into a single API Part 2: Easily enable hybrid integration Part 3: Secure your API Part 4: A very light-weight API management By creating a uniform API on top...
Sep 26, 2017 | Azure Functions
This post is part of an Azure Function Proxies blog series: Part 1: Represent heterogenous service operations into a single API Part 2: Easily enable hybrid integration Part 3: Secure your API Part 4: A very light-weight API management Connecting cloud services to on...