June 2020
Intermediate to advanced
432 pages
11h 57m
English
The Azure CLI is another way of deploying ARM templates from the command line. The benefit of the CLI is that it is completely cross-platform and runs on Windows, macOS, and Linux. The Azure CLI command for deploying an ARM template is as follows:
az group deployment create –resource-group myResourceGroup –template-file "c:\my\template.json" –parameters "c:\my\parameters.json"
All other options that are available in PowerShell are also available in the CLI.
Read now
Unlock full access