Skip to content

03 - Deploy and Manage Azure Compute Resources (20-25%)

Exam Weight: 20-25% of questions


What's Covered in This Domain


Folder Structure

03-compute/
├── scott-duffy/           # Scott Duffy's Udemy Course
│   └── (coming soon)
├── john-savill/           # John Savill's Masterclass (YouTube)
│   └── (coming soon)
└── index.md               # This file

Key Exam Topics

Automate Deployment Using ARM/Bicep

  • [ ] Modify ARM templates
  • [ ] Deploy using ARM templates
  • [ ] Export deployment as ARM template
  • [ ] Create and configure Bicep

Create and Configure VMs

  • [ ] Create a VM
  • [ ] Configure VM availability (sets, zones, scale sets)
  • [ ] Configure VM extensions
  • [ ] Configure Azure Disk Encryption
  • [ ] Move VMs between resource groups/subscriptions

Provision and Manage Containers

  • [ ] Create and configure Azure Container Instances
  • [ ] Create and configure Azure Container Registry
  • [ ] Create and configure Azure Container Apps

Create and Configure Web Apps

  • [ ] Create and configure App Service plans
  • [ ] Configure App Service scaling
  • [ ] Create and configure deployment slots
  • [ ] Configure App Service settings

Released under the MIT License.