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

Get subscription id with Azure CLI

Get subscription id with Azure CLI

This is just a quick note to myself.  I spent some time figuring out how to fetch the subscription id within the current Azure CLI context. This one-liner can save you some time: $SUBSCRIPTION_ID = az account show –query id –output tsv Cheers,...
Enforce product subscriptions in Azure API Management

Enforce product subscriptions in Azure API Management

In Azure API Management, products allow you to expose multiple APIs in a uniform manner towards your API consumers.  In earlier versions of Azure API Management, a product was the only way through which you could expose your APIs.  Nowadays, you can also create...

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