This document is my study plan and study notes about Microsoft Azure Developer Certification AZ-204.
Implement IaaS Solution
- Provision VMs.
- Create ARM Templates.
- Create Container image for solution.
- Publish an image to Azure Container Registry.
- Run containers by using Azure Container Instance.
Create Azure App Service Web Apps
- Create an Azure App Service Web App
- Enable diagnostics logging
- Deploy code to a web app
- Configure web app settings
- Implement autoscaling rules (schedule, operational/system metrics)
Implement Azure functions
- Implement input and output bindings for a function
- Implement function triggers by using data operations, timers, and webhooks
- Implement Azure Durable Functions