Managing and deploying resources
Portal, Azure Cloud Shell, CLI, PowerShell, and ARM templates for deploying and managing Azure.
Learning objectives
Work through each idea below. Use Listen to hear the explanation — pick a voice next to Listen anytime (Sophia is the default).
- Azure portal
- Azure CLI and Azure PowerShell
- Azure Cloud Shell
- Azure Resource Manager (ARM)
- ARM templates / Bicep
- All formal resource management tools ultimately work through ARM APIs.
Azure portal
graphical UI for managing resources.
Azure CLI and Azure PowerShell
scriptable management tools.
Azure Cloud Shell
browser-based shell (Bash or PowerShell) with cloud persistence options.
Azure Resource Manager (ARM)
deployment and management control plane for Azure resources.
ARM templates / Bicep
infrastructure as code for repeatable deployments.
All formal resource management tools ultimately work through ARM APIs.
All formal resource management tools ultimately work through ARM APIs.