Azure PowerShell
With the cmdlets, you can call the Azure REST API to perform management tasks in Azure.
Cmdlets can be combined to orchestrate actions.
Examples are:
- The routine setup, teardown, and maintenance of a single resource or multiple connected resources.
- The deployment of an entire infrastructure, which might contain dozens or hundreds of resources from imperative code.
It's available via [[azure-cloud-shell]], and it can be installed locally on Windows, Linux, and Mac machines.
It uses PowerShell commands.
Backlinks
Azure Cloud Shell
You can choose to use [[azure-powershell]] or [[azure-cli]].
AZ-900 - Azure Fundamentals
- [[azure-powershell]]