Powershell and CLI
IaC benefits
Section titled “IaC benefits”- Reduce errors in repetitive tacks
- Version control
az <service> <verb>Examples.
az vm listPowershell
Section titled “Powershell”Powershell accepts CLI commands
<Verb>Az<Service>Examples:
New-AzVMRemove-AzVmGet-AzVmHelper:
Get-Command *AzVM*Install
Section titled “Install”- Azure CLI
A executable program. Native choice for Linux, Mac and Bash enviroments
- Azure PowerShell / Az Module
The Az module is a code library (package) specifically written for the PowerShell environments. Native choice for Windows enviroments.