Skip to content
Portfolio

Powershell and CLI

  • Reduce errors in repetitive tacks
  • Version control
Terminal window
az <service> <verb>

Examples.

Terminal window
az vm list

Powershell accepts CLI commands

Terminal window
<Verb>Az<Service>

Examples:

Terminal window
New-AzVM
Remove-AzVm
Get-AzVm

Helper:

Get-Command *AzVM*
  • 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.