This repository is meant to help you get certified in Microsoft Azure. It contains various resources and links to help you level up in developing applications for Microsoft Azure. Feel free to help out with new resources if you find any relevant ones. The information in this repository is basedo on the skills measured in the exam. You can read the details here on the Microsoft website: Exam AZ-203: Developing Solutions for Microsoft Azure
Azure can be quite intimidating because of the vast amount of services and options. Therefore it would make sense to choose a specific learning path in order to learn how Azure can be used within the area you work in. I would recommend everyone getting started with Azure to visit the Microsoft Learn portal. The portal is a great resource for getting familiar with services in Azure.
The exam consists of these areas:
- Develop Azure Infrastructure as a Service Compute Solutions (10-15%)
- Develop Azure Platform as a Service Compute Solutions (20-25%)
- Develop for Azure storage (15-20%)
- Implement Azure security (10-15%)
- Connect to and Consume Azure Services and Third-party Services (20-25%)
Each area will be described with links to the individual subjects.
-
Provision VMs
-
Create ARM templates
-
Configure Azure Disk Encryption for VMs
- Manage batch jobs by using Batch Service API
- Run a batch job by using Azure CLI, Azure portal, and other tools
- Write code to run an Azure Batch Services batch job
- Create an Azure Managed Kubernetes Service (AKS) cluster
- Create container images for solutions
- Publish an image to the Azure Container Registry
- Run containers by using Azure Container Instance or AKS
- Create an Azure App Service Web App
- Create an Azure App Service background task by using WebJobs
- Enable diagnostics logging
- Add push notifications for mobile apps
- Enable offline sync for mobile app
- Implement a remote instrumentation strategy for mobile devices
- Create an Azure App Service API app
- Create documentation for the API by using open source and other tools
- Implement input and output bindings for a function
- Implement function triggers by using data operations, timers, and webhooks
- Implement Azure Durable Functions
- Create Azure Function apps by using Visual Studio
- Design and implement policies for tables
- Query table storage by using code
- Implement partitioning schemes
- Create, read, update, and delete data by using appropriate APIs
- Implement partitioning schemes
- Set the appropriate consistency level for operations
- Provision and configure relational databases
- Configure elastic pools for Azure SQL Database
- Create, read, update, and delete data tables by using code
- Move items in blob storage between storage accounts or containers
- Set and retrieve properties and metadata
- Implement blob leasing
- Implement data archiving and retention
- Implement authentication by using certificates, forms-based authentication, or tokens
- Implement multi-factor or Windows authentication by using Azure AD
- Implement OAuth2 authentication
- Implement Managed Service Identity (MSI)/Service Principal authentication
- Implement CBAC (Claims-Based Access Control) authorization
- Implement RBAC (Role-Based Access Control) authorization
- Create shared access signatures
- Encrypt and decrypt data at rest and in transit
- Create, read, update, and delete keys, secrets, and certificates by using the KeyVault API
- Implement autoscaling rules and patterns
- Implement code that handles transient faults
- Store and retrieve data in Azure Redis cache
- Develop code to implement CDNs in solutions
- Invalidate cache content (CDN or Redis)
- Configure instrumentation in an app or service by using Application Insights
- Analyze and troubleshoot solutions by using Azure Monitor
- Implement Application Insights Web Test and Alerts
- Create a Logic App
- Create a custom connector for Logic Apps
- Create a custom template for Logic Apps
- Create an Azure Search index
- Import searchable data
- Query the Azure Search index
- Create an APIM instance
- Configure authentication for APIs
- Define policies for APIs
- Implement solutions that use Azure Event Grid
- Implement solutions that use Azure Notification Hubs
- Implement solutions that use Azure Event Hub
- Implement solutions that use Azure Service Bus
- Implement solutions that use Azure Queue Storage queues
I have created a set of Tinycards to help you practice for the exam. However, the exam does require you to code. The cards will therefore only be for yourself to practice knowledge regarding central concepts of the subjects.
EXAM AZ-203: Flash Cards for Practicing
The code samples are created by Microsoft and contain samples for each of the project areas. Only the areas where programming is necessary is represented in the samples. Some of the areas are primarily focused on the portal.
- Develop Azure Infrastructure as a Service Compute Solutions (10-15%)
- Develop Azure Platform as a Service Compute Solutions (20-25%)
- Develop for Azure storage (15-20%)
- Implement Azure security (10-15%)
- Connect to and Consume Azure Services and Third-party Services (20-25%)
It is possible to find relevant exam questions online. Here are a few links to relevant questions to help you prepare. These are closer than the flash cards to how your exam will actually look.
- Cert Library - Exam Questions
- Practice Test 70-532 - All Subjects (the previous exam name)
- Practice Test 70-532 - Deploy Azure App Service Web Apps (the previous exam name)
- Kaplan Learn Practice Exam - Click on right side in the Path page (Only for Pluralsight users)
This project was created to keep a centralized place for all the resources I needed to become proficient in Azure. Feel free to suggest or add other resources that might be relevant or let me know if some of the resources are unavailable.
You can read more on contributing in the contributing.md file.
The repository will be updated with regular intervals.
See the explanation of the MIT License here..