Azure – PowerShell 5.1 What's the difference between inline function and all the other ones?
I'm using PowerShell 5.1 and I'm using inline functions just fine in my script. But I can't find anything online telling me why I wouldn't use inline functions. My main context is using Azure pipeline tasks to call my PowerShell…