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

Common API Management policies

When settings up new API Management instances at customers, I notice that I often specify the same policies at the highest scope, All API’s.  This blog is just a small note to myself and hopefully it might help you too. Inbound policies Two inbound policies are...

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

Exploring Dapr: Running your first Dapr app in Kubernetes!

In this “Exploring Dapr” series, I’m exploring some of its capabilities and sharing my thoughts on it.  Dapr is an event-driven portable runtime for building micro-services, for more information I refer to the documentation.  Be aware that Dapr is...

Exploring Dapr: Pub/Sub – Part 3: Azure Service Bus

In this “Exploring Dapr” series, I’m exploring some of its capabilities and sharing my thoughts on it.  Dapr is an event-driven portable runtime for building micro services, for more information I refer to the documentation.  Be aware that Dapr is...