~fhusson

Azure CLI vs Az PowerShell module

Azure CLI

Homepage | Changelog Release are when it’s done.

Azure CLI v2 is in Python and can be run from everywhere.

+ idempotent
+ more simple to install/use

Az PowerShell module

Homepage | Changelog Releases are monthly.

To use “Az PowerShell module” you must install and use powershell (now available everywhere too)

+ For complex script you can use object
- not idempotent

Discuss on Twitter