AZ-204 Azure Developer Associate Study Guide
--
Introduction
I sat for my Azure 204 exam in September 2020, and initially resorted to following the free online learn path documentation that can be found under the exam page listed below for my prep.
But upon closer inspection & comparing the learning path against the exam contents doc, I noticed that the learn path covers less than 40% of the exam contents. And what’s more, it covers a lot of stuff (such as Azure policies) that isn’t part of the exam skills outline. Due to this fact, I created a study guide to help me prepare and have published it below to help anyone else prepping for the same exam. I was able to pass the exam on my first go focusing only on this study guide.
You can find my Azure Developer Associate badge here :
Good luck with your exam!
Develop Azure compute solutions (25–30%)
Implement IaaS solutions
Provision VMs
Configure VMs for remote access
Create ARM templates
- https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/overview
- https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/template-tutorial-create-first-template?tabs=azure-powershell
- https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/quickstart-create-templates-use-the-portal
- https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/deploy-cli
- https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/deploy-powershell
- https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/quickstart-create-templates-use-visual-studio-code?tabs=CLI
Create container images for solutions by using Docker
Publish an image to the Azure Container Registry
Run containers by using Azure Container Instance
Create Azure App Service Web App
Create an Azure App Service Web App
Enable diagnostics logging
Deploy code to a web app
Configure web app settings including SSL, API, and connection strings
- https://docs.microsoft.com/en-us/azure/app-service/configure-ssl-certificate
- https://docs.microsoft.com/en-us/azure/app-service/configure-ssl-bindings
- https://docs.microsoft.com/en-us/azure/app-service/configure-common
Implement auto scaling rules, including scheduled autoscaling, and scaling by operational or system metrics
Implement Azure functions
Implement input and output bindings for a function
- https://docs.microsoft.com/en-us/learn/modules/create-serverless-logic-with-azure-functions/
- https://docs.microsoft.com/en-us/learn/modules/chain-azure-functions-data-using-bindings/
Implement function triggers by using data operations, timers, and webhooks
- https://docs.microsoft.com/en-us/learn/modules/execute-azure-function-with-triggers/
- https://docs.microsoft.com/en-us/learn/modules/monitor-github-events-with-a-function-triggered-by-a-webhook/
Implement Azure Durable Functions
Develop for Azure storage (10–15%)
Develop solutions that use Cosmos DB storage
Select the appropriate API for your solution
Implement partitioning schemes
Interact with data using the appropriate SDK
Set the appropriate consistency level for operations
Create Cosmos DB containers
Implement scaling (partitions, containers)
Implement server-side programming including stored procedures, triggers, and change feed notifications
Develop solutions that use blob storage
Move items in Blob storage between storage accounts or containers
- https://www.rebeladmin.com/2019/12/step-step-guide-transfer-data-storage-account-using-azcopy/
- https://docs.microsoft.com/en-us/previous-versions/azure/storage/storage-common-transfer-between-storage-accounts
Set and retrieve properties and metadata
Interact with data using the appropriate SDK
Implement data archiving and retention
- https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-immutability-policies-manage?tabs=azure-portal
- https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-immutable-storage
Implement hot, cool, and archive storage
Implement Azure security (15–20%)
Implement user authentication and authorization
Implement OAuth2 authentication
Create and implement shared access signatures
Register apps and use Azure Active Directory to authenticate users
- https://docs.microsoft.com/en-us/azure/app-service/configure-authentication-provider-aad
- https://docs.microsoft.com/en-us/azure/app-service/tutorial-auth-aad?pivots=platform-windows
- https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app
- https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-configure-app-expose-web-apis
- https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-configure-app-access-web-apis
- https://docs.microsoft.com/en-us/azure/active-directory/develop/reference-app-manifest#configure-the-app-manifest
Control access to resources by using role-based access controls (RBAC)
Implement secure cloud solutions
Secure app configuration data by using the App Configuration and KeyVault API
Manage keys, secrets, and certificates by using the KeyVault API
Implement Managed Identities for Azure resources
- https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/overview
- https://docs.microsoft.com/en-us/azure/active-directory/develop/reference-app-manifest
Monitor, troubleshoot, and optimize Azure solutions (10–15%)
Integrate caching and content delivery within solutions
Develop code to implement CDNs in solutions
- https://docs.microsoft.com/en-us/azure/cdn/cdn-optimization-overview
- https://docs.microsoft.com/en-us/learn/modules/create-cdn-static-resources-blob-storage/
- https://docs.microsoft.com/en-us/azure/cdn/cdn-add-to-web-app
- https://docs.microsoft.com/en-us/azure/cdn/cdn-how-caching-works
- https://docs.microsoft.com/en-us/azure/azure-cache-for-redis/cache-overview
- https://docs.microsoft.com/en-us/azure/azure-cache-for-redis/cache-dotnet-core-quickstart
- https://docs.microsoft.com/en-us/azure/frontdoor/front-door-overview
- https://docs.microsoft.com/en-us/azure/frontdoor/quickstart-create-front-door
- https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/load-balancing-overview
Configure cache and expiration policies for FrontDoor, CDNs, or Redis caches
- https://docs.microsoft.com/en-us/azure/cdn/cdn-manage-expiration-of-cloud-service-content
- https://docs.microsoft.com/en-us/azure/frontdoor/front-door-caching
- https://docs.microsoft.com/en-us/azure/azure-cache-for-redis/cache-configure
Store and retrieve data in Azure Redis cache
Optional : Application Gateway
Instrument solutions to support monitoring and logging
Configure instrumentation in an app or service by using Application Insights
- https://docs.microsoft.com/en-us/azure/azure-monitor/overview
- https://docs.microsoft.com/en-us/azure/azure-monitor/app/app-insights-overview
- https://docs.microsoft.com/en-us/learn/modules/capture-page-load-times-application-insights/
- https://docs.microsoft.com/en-us/learn/modules/instrument-web-app-code-with-application-insights/
Analyze log data and troubleshoot solutions by using Azure Monitor
- https://docs.microsoft.com/en-us/azure/azure-monitor/platform/data-platform-logs
- https://docs.microsoft.com/en-us/azure/azure-monitor/log-query/log-query-overview
- https://docs.microsoft.com/en-us/learn/modules/analyze-infrastructure-with-azure-monitor-logs/
Implement Application Insights Web Test and Alerts
- https://docs.microsoft.com/en-us/azure/azure-monitor/app/monitor-web-app-availability
- https://docs.microsoft.com/en-us/azure/azure-monitor/platform/alerts-overview
- https://docs.microsoft.com/en-us/azure/azure-monitor/platform/alerts-log
- https://docs.microsoft.com/en-us/azure/azure-monitor/app/azure-web-apps?tabs=net
Implement code that handles transient faults
Connect to and consume Azure services and third-party services (25–30%)
Develop an App Service Logic App
Create a Logic App
- https://docs.microsoft.com/en-us/learn/paths/build-workflows-with-logic-apps/
- https://docs.microsoft.com/en-us/azure/logic-apps/connect-virtual-network-vnet-isolated-environment-overview
Create a custom connector for Logic Apps
Create a custom template for Logic Apps
Implement API Management
Create an APIM instance
- https://docs.microsoft.com/en-us/learn/modules/publish-manage-apis-with-azure-api-management/
- https://docs.microsoft.com/en-us/learn/modules/build-serverless-api-with-functions-api-management/
Configure authentication for APIs
Define policies for APIs
Develop event-based solutions
Implement solutions that use Azure Event Grid
- https://docs.microsoft.com/en-us/learn/modules/react-to-state-changes-using-event-grid/
- https://docs.microsoft.com/en-us/azure/event-grid/overview
Implement solutions that use Azure Notification Hubs
Implement solutions that use Azure Event Hub
Develop message-based solutions
Implement solutions that use Azure Service Bus
Implement solutions that use Azure Queue Storage queues