Resource Management Tools
Unlock the complete study guide + 1,040 practice questions across 16 full exams.
Bundled into the existing Microsoft Azure Fundamentals premium course — no separate purchase.
Included in this chapter:
- Azure Resource Manager: the layer everything calls
- The Azure portal: the interactive graphical console
- Azure Cloud Shell, Azure CLI, and Azure PowerShell
- Infrastructure as Code, ARM templates, and Bicep
- Azure Arc: extending Azure management beyond Azure
- Recognizing these questions on the exam
Azure management tools at a glance
| Aspect | Azure portal | Azure CLI / PowerShell | ARM templates / Bicep |
|---|---|---|---|
| Interaction model | Graphical (point and click) | Imperative commands / scripts | Declarative configuration files |
| Repeatability | Low (manual) | Medium (scriptable) | High (idempotent IaC) |
| Local install needed | No (browser) | No in Cloud Shell; yes if local | Authored as files, deployed via ARM |
| Best for | One-off, interactive, dashboards | Automating and scripting tasks | Consistent, repeatable deployments |
Decision tree
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.
Also tested in
References
- https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/overview
- https://learn.microsoft.com/en-us/azure/azure-portal/azure-portal-overview
- https://learn.microsoft.com/en-us/azure/cloud-shell/overview
- https://learn.microsoft.com/en-us/cli/azure/what-is-azure-cli
- https://learn.microsoft.com/en-us/powershell/azure/what-is-azure-powershell
- https://learn.microsoft.com/en-us/devops/deliver/what-is-infrastructure-as-code
- https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/overview
- https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/overview
- https://learn.microsoft.com/en-us/azure/azure-arc/overview
- https://learn.microsoft.com/en-us/azure/governance/policy/overview
- https://learn.microsoft.com/en-us/azure/azure-arc/servers/overview