Azure trainings!
Infused with experience from the field, brought with lots of passion!

Role-based access control in Logic Apps

Role-based access control in 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...

Exploring Dapr workflows with 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...

For loop in 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...

React on Azure Data Lake Store Gen2 events!

Azure Data Lake Storage Gen2 has now support for Event Grid events, similar to Azure Blob Storage.  This is ideal to start processes automatically, based on certain events that happen within the Data Lake.  In my scenario, I want to process a file, when it is added to...