Recent posts

Generate Unique GUID in PowerShell

less than 1 minute read

In Azure ARM / Bicep templates, there is a function called guid() which allows you to generate a unique GUID. You can use this function as many times as you ...