Oct 12, 2020 | Logic Apps
Today, Mötz Jensen, informed me on Twitter about the ability to access the Logic Apps correlation id (client-tracking-id) at runtime. After some investigation, it turns out that there are some new (but undocumented?) properties available on the trigger() object:...
Oct 5, 2020 | Azure AD, Logic Apps
Since recently, Logic Apps has the ability to configure OAuth2 authorization on the HTTP trigger. You can define authorization policies, that perform basic validations on the claims inside the incoming Bearer token. Role-based access control When securing API...
Jun 26, 2020 | Dapr, Kubernetes, Logic Apps
In this video, I explain you how you can run Logic Apps on the Azure Functions runtime with Dapr, inside Kubernetes. This is a brand new functionality and a first step in making Logic Apps available anywhere, even inside your own data center. The video starts with a...
Mar 12, 2020 | Logic Apps
Needless to say that the Corona outbreak has a serious impact on our society. The measures that the different governments take become stricter, also in Belgium. Yesterday, they announced that no more visitors are allowed in the retirement homes. Understandable,...
Jan 16, 2020 | Logic Apps
Recently, I had a scenario where I wanted to execute a Logic App action n times. I wanted to achieve the equivalent of the following C# snippet: for (int i = 0; i < 100; i++) { //Perform action } Some research on the internet tells me that most folks solve this by...
Dec 5, 2019 | Azure Governance, Logic Apps
Cost management is a very important aspect of a cloud governance strategy. The Azure cloud give you a tremendous amount of tools to automate this as much as possible. This blog post discusses one of the many approaches to minimize the costs for Azure development...