Collections of scripts for manipulating Azure resources programmatically.
With
-
is a powershell script
-
is a Unix shell script (may use some bash-only constructs.)
-
is a powershell script which uses some Unix commands (all can be installed on Windows with scoop
)
-
is powershell code meant to be put in a Powershell configuration script, what microsoft calls a "profile". It is accessible with vim $profile
(or any other editor) inside a Powershell session.
-
is shell code meant to be put in a Unix shell configuration script, typically ~/.bashrc
.