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

Capture Bicep outputs in PowerShell

Capture Bicep outputs in PowerShell

Outputs in Bicep are super handy.  They allow you to return values from your Bicep template or module.  We often use this for returning values that cannot be known upfront, such as an IP address, principal Id, domain name, url… The challenge As long as we...

Authenticate Azure DevOps against its own REST API

During Azure DevOps build and release pipelines, you might have the need to consult the Azure DevOps REST API.  This blog explains how you can easily perform the authentication that is required to call that REST API. Enable OAuth Authentication First of all, you need...

This Month I’ve Read – August 2017

In this “This Month I’ve Read” series, I want to share 5 blogs / articles concerning Microsoft Enterprise Integration that really drew my attention throughout the last month.  Here you can find my selection for this month. Upsert into Azure Table Storage from BizTalk...