I’m a firm believer that golang is an ideal match as a DevOps scripting language. So here are some notes on using golang as part of a DevOps pipeline within Azure.

Why Go

  • No dependencies
    Each golang executable and run nativly on the designated platform without the necessity to install a runtime (.Net, Python interpreter, Powershell modules etc)
$...
  • [[Using Go as a Scripting language]]