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

Managed Identity simplified with the new Azure .NET SDKs!

Managed Identity simplified with the new Azure .NET SDKs!

As you might know, Microsoft is working hard to create brand new SDKs for most of its services.  The goal of this effort is to simplify development, increase productivity, introduce uniformization across SDKs and to focus hard on documentation and samples.  An...
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...