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