Cyber Institute Cybersecurity Learning Platform

Fundamentals exams Azure management and governance Managing and deploying resources

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).

  1. Azure portal
  2. Azure CLI and Azure PowerShell
  3. Azure Cloud Shell
  4. Azure Resource Manager (ARM)
  5. ARM templates / Bicep
  6. All formal resource management tools ultimately work through ARM APIs.

Azure portal

Speed

graphical UI for managing resources.

Azure CLI and Azure PowerShell

Speed

scriptable management tools.

Azure Cloud Shell

Speed

browser-based shell (Bash or PowerShell) with cloud persistence options.

Azure Resource Manager (ARM)

Speed

deployment and management control plane for Azure resources.

ARM templates / Bicep

Speed

infrastructure as code for repeatable deployments.

All formal resource management tools ultimately work through ARM APIs.

Speed

All formal resource management tools ultimately work through ARM APIs.

Continue to module quiz →