AZ-204T00: Developing Solutions For Microsoft Azure
Level up with the Microsoft Certified: Azure Developer Associate credential.
Azure is a complete cloud platform that can host your existing applications and streamline new application development. Azure integrates the cloud services that you need to develop, test, deploy, and manage your applications, all while taking advantage of the efficiencies of cloud computing.
Be Azure certified in 2024.
Training Duration: 5 Days
- Certificate Of Completion Available
- Group Private Class
- VILT Class Available
- SBL-Khas Claimable
This AZ-204T00: Developing Solutions For Microsoft Azure course teaches developers how to create end-to-end solutions in Microsoft Azure. Students will learn how to implement Azure compute solutions, create Azure Functions, implement, and manage web apps, develop solutions utilizing Azure storage, implement authentication and authorization, and secure their solutions by using KeyVault and Managed Identities. Students will also learn how to connect to and consume Azure services and third-party services and include event- and message-based models in their solutions. The course also covers monitoring, troubleshooting, and optimizing Azure solutions.
Take your Azure cloud abilities to the next level today.
If you are new to Azure and cloud computing consider the following recommendation:
Students in this course are interested in Azure development or in passing the Microsoft Azure Developer Associate certification exam.
Module 1: Explore Azure App Service
Learn about the key components of Azure App Service and how App Service can help you create, maintain, and deploy web apps more efficiently.
Learning objectives
After completing this module, you'll be able to:- Describe Azure App Service key components and value.
- Explain how Azure App Service manages authentication and authorization.
- Identify methods to control inbound and outbound traffic to your web app.
- Deploy an app-to-App Service using Azure CLI commands.
Prerequisites
- You should be familiar with developer concepts and terminology.
- An understanding of cloud computing and some experience with the Azure portal.
- To complete the exercise in this module you will need anAzure account with an active subscription. Create an account for free.
Module 2: Configure Web App Settings
Learn how to create and manage application settings, install SSL/TLS certificates to secure web traffic, enable diagnostic logging, create virtual app to directory mappings, and manage app features.
Learning objectives
After completing this module, you'll be able to:- Create application settings that are bound to deployment slots.
- Explain the options for installing SSL/TLS certificates for your app.
- Enable diagnostic logging for your app to aid in monitoring and debugging.
- Create virtual app to directory mappings.
Prerequisites
- You should be familiar with developer concepts and terminology.
- An understanding of cloud computing and some experience with the Azure portal.
Module 3: Scale Apps In Azure App Service
Learn how autoscale operates in App Service and how to identify autoscale factors, enable autoscale, and how to create sound autoscale conditions.
Learning objectives
After completing this module, you'll be able to:- Identify scenarios for which autoscaling is an appropriate solution.
- Create autoscaling rules for a web app.
- Monitor the effects of autoscaling.
Prerequisites
- Experience using the Azure portal to create and manage App Service web apps.
Module 4: Explore Azure App Service Deployment Slots
In this module you'll learn how slot swapping operates and how to perform a swap. You'll also learn how to route traffic to different slots manually and automatically.
Learning objectives
After completing this module, you'll be able to:- Describe the benefits of using deployment slots.
- Understand how slot swapping operates in App Service.
- Perform manual swaps and enable auto swap.
- Route traffic manually and automatically.
Prerequisites
- Experience using the Azure portal to create and manage App Service web apps.
Module 5: Explore Azure Functions
Learn how Azure Functions can be a great solution for data processing, systems integration, and building simple APIs and microservices. This module helps prepare you for Exam PL-400: Microsoft Power Platform Developer.
Learning objectives
After completing this module, you will be able to:- Explain functional differences between Azure Functions, Azure Logic Apps, and WebJobs
- Describe Azure Functions hosting plan options.
- Describe how Azure Functions scale to meet business needs.
Prerequisites
- You should be familiar with developer concepts and terminology.
- An understanding of cloud computing and some experience with the Azure portal.
Module 6: Develop Azure Functions
Learn how to create and deploy Azure Functions.
This module helps prepare you for Exam PL-400: Microsoft Power Platform Developer.
Learning objectives
After completing this module, you will be able to:- Explain the key components of a function and how they are structured.
- Create triggers and bindings to control when a function runs and where the output is directed.
- Connect a function to services in Azure.
- Create a function by using Visual Studio Code and the Azure Functions Core Tools
Prerequisites
- You should be familiar with developer concepts and terminology.
- An understanding of cloud computing and some experience with the Azure portal.
Module 7: Explore Azure Blob Storage.
Learn the core features and functionality of Azure Blob storage.
Learning objectives
After completing this module, you'll be able to:- Identify the different types of storage accounts and the resource hierarchy for blob storage.
- Explain how data is securely stored.
- Enable a storage account for static website hosting.
Prerequisites
- You should be familiar with developer concepts and terminology.
- Experience working with unstructured data solutions.
- An understanding of cloud computing and some experience with the Azure portal.
Module 8: Manage The Azure Blob Storage Lifecycle
Learn how to manage data availability throughout the Azure Blob storage lifecycle.
Learning objectives
After completing this module, you will be able to:- Describe how each of the access tiers is optimized.
- Create and implement a lifecycle policy.
- Rehydrate blob data stored in an archive tier.
Prerequisites
- You should be familiar with developer concepts and terminology.
- Experience working with unstructured data solutions.
- An understanding of cloud computing and some experience with the Azure portal.
Module 9: Work With Azure Blob Storage
Learn how to use the Azure Blob storage client library to create and update Blob storage resources.
Learning objectives
After completing this module, you'll be able to:- Create an application to create and manipulate data by using the Azure Storage client library for Blob storage.
- Manage container properties and metadata by using .NET and REST.
Prerequisites
- You should be familiar with developer concepts and terminology.
- Experience working with unstructured data solutions.
- An understanding of cloud computing and some experience with the Azure portal.
Module 10: Explore Azure Cosmos DB
Learn the core features and functionality of Azure Cosmos DB.
Learning objectives
After completing this module, you'll be able to:- Identify the key benefits provided by Azure Cosmos DB
- Describe the elements in an Azure Cosmos DB account and how they are organized.
- Explain the different consistency levels and choose the correct one for your project.
- Explore the APIs supported in Azure Cosmos DB and choose the appropriate API for your solution.
- Describe how request units’ impact costs.
- Create Azure Cosmos DB resources by using the Azure portal.
Prerequisites
- You should be familiar with developer concepts and terminology.
- Experience working with data solutions.
- An understanding of cloud computing and some experience with the Azure portal.
Module 11: Work With Azure Cosmos DB
Learn how to develop client and server-side programming solutions on Azure Cosmos DB.
Learning objectives
After completing this module, you'll be able to:- Identify classes and methods used to create resources.
- Create resources by using the Azure Cosmos DB .NET v3 SDK.
- Write stored procedures, triggers, and user-defined functions by using JavaScript.
Prerequisites
- You should be familiar with developer concepts and terminology.
- Experience working with data solutions.
- An understanding of cloud computing and some experience with the Azure portal.
Module 12: Manage Container Images In Azure Container Registry
Learn how to use Azure Container Registry to store your container images and automate builds and deployments.
Learning objectives
After completing this module, you'll be able to:- Explain the features and benefits Azure Container Registry offers.
- Describe how to use ACR Tasks to automate builds and deployments.
- Explain the elements in a Dockerfile.
- Build and run an image in the ACR by using Azure CLI.
Prerequisites
- You should be familiar with container concepts and terminology.
- An understanding of cloud computing and some experience with the Azure portal.
Module 13: Run Container Images In Azure Container Instances
Learn how Azure Container Instances can help you quickly deploy containers, how to set environment variables, and specify container restart policies.
Learning objectives
After completing this module, you'll be able to:- Describe the benefits of Azure Container Instances and how resources are grouped.
- Deploy a container instance in Azure by using the Azure CLI.
- Start and stop containers using policies.
- Set environment variables in your container instances.
- Mount file shares in your container instances.
Prerequisites
- You should be familiar with container concepts and terminology.
- An understanding of cloud computing and some experience with the Azure portal.
Module 14: Implement Azure Container Apps
Learn how Azure Container Apps can help you deploy and manage microservices and containerized apps on a serverless platform that runs on top of Azure Kubernetes Service.
Learning objectives
After completing this module, you'll be able to:- Describe the benefits of Azure Container Instances and how resources are grouped.
- Deploy a container instance in Azure by using the Azure CLI
- Start and stop containers using policies.
- Set environment variables in your container instances.
- Mount file shares in your container instances.
Prerequisites
- You should be familiar with container concepts and terminology.
- An understanding of cloud computing and some experience with the Azure portal.
Module 15: Explore The Microsoft Identity Platform
Learn the core features and functionality of the Microsoft identity platform including authentication, libraries, and app management tools.
Learning objectives
After completing this module, you'll be able to:- Identify the components of the Microsoft identity platform.
- Describe the three types of service principals and how they relate to application objects.
- Explain how permissions and user consent operate, and how conditional access impacts your application.
Prerequisites
- You should be familiar with developer concepts and terminology.
- Experience working with OAuth or other authentication protocols.
- An understanding of cloud computing and some experience with the Azure portal.
Module 16: Implement Authentication By Using The Microsoft Authentication Library
Learn how to implement authentication by using the Microsoft Authentication Library.
Learning objectives
After completing this module, you'll be able to:- Explain the benefits of using Microsoft Authentication Library and the application types and scenarios it supports.
- Instantiate both public and confidential client apps from code.
- Register an app with the Microsoft identity platform.
- Create an app that retrieves a token by using the MSAL.NET library.
Prerequisites
- You should be familiar with developer concepts and terminology.
- An understanding of cloud computing and some experience with the Azure portal.
Module 17: Implement Shared Access Signatures
Learn how to use shared access signatures to authorize access to storage resources.
Learning objectives
After completing this module, you'll be able to:- Identify the three types of shared access signatures.
- Explain when to implement shared access signatures.
- Create a stored access policy.
Prerequisites
- You should be familiar with developer concepts and terminology.
- An understanding of cloud computing and some experience with the Azure portal.
Module 18: Explore Microsoft Graph
Learn how Microsoft Graph facilitates the access and flow of data and how to form queries through REST and code.
Learning objectives
After completing this module, you'll be able to:- Explain the benefits of using Microsoft Graph.
- Perform operations on Microsoft Graph by using REST and SDKs.
- Apply best practices to help your applications get the most out of Microsoft Graph.
Prerequisites
- You should be familiar with developer concepts and terminology.
- Experience working with OAuth.
- An understanding of cloud computing and some experience with the Azure portal.
Module 19: Implement Azure Key Vault
Learn how Azure Key Vault can help you keep your apps more secure, and how to set and retrieve secrets by using the Azure CLI.
Learning objectives
After completing this module, you'll be able to:- Describe the benefits of using Azure Key Vault
- Explain how to authenticate to Azure Key Vault
- Set and retrieve a secret from Azure Key Vault by using the Azure CLI
Prerequisites
- You should be experienced with developer concepts and terminology.
- An understanding of cloud computing and some experience with the Azure portal.
Module 20: Implement Managed Identities
Learn how managed identities can help you deploy secure solutions on Azure without the need to manage credentials.
Learning objectives
After completing this module, you'll be able to:- Explain the differences between the two types of managed identities.
- Describe the flows for user- and system-assigned managed identities.
- Configure managed identities.
- Acquire access tokens by using REST and code.
Prerequisites
- You should be experienced with developer concepts and terminology.
- An understanding of cloud computing and some experience with the Azure portal.
Module 21: Implement Azure App Configuration
Learn how to use Azure App Configuration service to centrally manage and secure your configuration settings, and to manage app features.
Learning objectives
After completing this module, you'll be able to:- Explain the benefits of using Azure App Configuration
- Describe how Azure App Configuration stores information.
- Implement feature management.
- Securely access your app configuration information
Prerequisites
- You should be experienced with developer concepts and terminology.
- An understanding of cloud computing and some experience with the Azure portal.
Module 22: Explore API Management
Learn how the API Management service functions, how to transform and secure APIs, and how to create a backend API.
Learning objectives
After completing this module, you'll be able to:- Describe the components (and their functions) of the API Management service.
- Explain how API gateways can help manage calls to your APIs.
- Secure access to APIs by using subscriptions and certificates.
- Create a backend API.
Prerequisites
- At least one year of experience developing scalable solutions through all phases of software development.
- Have a base understanding of Azure and cloud concepts, services, and the Azure portal.
Module 23: Explore Azure Event Grid
Learn how to integrate Azure Event Grid in to your solution, implement access control to events, and how to route custom events to web endpoint by using Azure CLI.
Learning objectives
After completing this module, you'll be able to:- Describe how Event Grid operates and how it connects to services and event handlers.
- Explain how Event Grid delivers events and how it handles errors.
- Implement authentication and authorization.
- Route custom events to web endpoint by using Azure CLI.
Prerequisites
- You should be familiar with developer concepts and terminology.
- An understanding of cloud computing and some experience with the Azure portal.
Module 24: Explore Azure Event Hubs
Learn how Azure Event Hubs captures events and how to scale your processing application.
Learning objectives
After completing this module, you'll be able to:- Describe the benefits of using Event Hubs and how it captures streaming data.
- Explain how to process events.
- Perform common operations with the Event Hubs client library.
Prerequisites
- You should be familiar with developer concepts and terminology.
- An understanding of cloud computing and some experience with the Azure portal.
Module 25: Discover Azure Message Queues
Learn how to integrate Azure Service Bus and Azure Queue storage in to your solution, and how to send and receive message by using .NET.
Learning objectives
After completing this module, you'll be able to:- Choose the appropriate queue mechanism for your solution.
- Explain how the messaging entities that form the core capabilities of Service Bus operate.
- Send and receive message from a Service Bus queue by using .NET.
- Identify the key components of Azure Queue Storage
- Create queues and manage messages in Azure Queue Storage by using .NET.
Prerequisites
- You should be familiar with developer concepts and terminology.
- An understanding of cloud computing and some experience with the Azure portal.
Module 26: Monitor app performance
Learn how to use the tools offered in Application Insights to enhance the performance and stability of your applications.
Learning objectives
After completing this module, you'll be able to:- Explain how Azure Monitor operates as the center of monitoring in Azure.
- Describe how Application Insights works and how it collects events and metrics.
- Instrument an app for monitoring, perform availability tests,and use Application Map to help you monitor performance and troubleshoot issues.
Prerequisites
- You should be familiar with developer concepts and terminology.
- An understanding of cloud computing and some experience with the Azure portal.
Module 27: Develop for Azure Cache for Redis
Learn how to configure Azure Cache for Redis, interact with the cache, and connect an application to Azure Cache for Redis by using .NET.
Learning objectives
After completing this module, you'll be able to:- Explain the key scenarios Azure Cache for Redis covers and its service tiers.
- Identify the key parameters for creating an Azure Cache for Redis instance and interact with the cache.
- Connect an app to Azure Cache for Redis by using .NET Core.
Prerequisites
- You should be familiar with developer concepts and terminology.
- An understanding of cloud computing and some experience with the Azure portal.
Module 28: Develop For Storage On CDNs
Learn how the Azure Content Delivery Network (CDN) functions, how to control cache behavior, and how to perform actions by using .NET.
Learning objectives
After completing this module, you'll be able to:- Explain how the Azure Content Delivery Network works and how it can improve the user experience.
- Control caching behavior and purge content.
- Perform actions on Azure CDN by using the Azure CDN Library for .NET.
Prerequisites
- You should be familiar with developer concepts and terminology.
- An understanding of cloud computing and some experience with the Azure portal.
AZ-220T00: Microsoft Azure IoT Developer
This AZ-220T00: Microsoft Azure IoT Developer course provides students with the skills and knowledge required to successfully create and maintain the cloud and edge portions of an Azure IoT solution.
AZ-305T00: Designing Microsoft Azure Infrastructure Solutions
This AZ-305T00: Designing Microsoft Azure Infrastructure Solutions course teaches Azure Solution Architects how to design infrastructure solutions. Course topics cover governance, compute, application architecture, storage, data integration, authentication, networks, business continuity, and migrations.
AZ-400T00: Designing And Implementing Microsoft DevOps SolutionsThis AZ-400T00: Designing And Implementing Microsoft DevOps Solutions course provides the knowledge and skills to design and implement DevOps processes and practices.
The AZ-204T00: Developing Solutions for Microsoft Azure course prepares learners for the Microsoft Certified: Azure Developer Associate certification.
The AZ-204 exam measures your ability to accomplish the following technical tasks: develop Azure compute solutions; develop for Azure storage; implement Azure security; monitor, troubleshoot, and optimize Azure solutions; and connect to and consume Azure services and third-party services. You will be able to select the code language (C# or Python) that’s included in the questions when you launch the exam.
Skills measured
- Develop Azure compute solutions (25-30%)
- Develop for Azure storage (15-20%)
- Implement Azure security (20-25%)
- Monitor, troubleshoot, and optimize Azure solutions (15-20%)
- Connect to and consume Azure services and third-party services (15-20%)
Are Microsoft certifications worth it?
In today's fast-paced and highly competitive world of technology, it's more important than ever to stay ahead of the curve and differentiate yourself as a skilled professional.
Microsoft certifications are globally recognized, industry-standard credentials that showcase your expertise in various Microsoft technologies, making them a worthwhile investment in your career growth. By obtaining a Microsoft certification, you're not only validating your skills and knowledge, but also demonstrating your commitment to continuous learning and staying current with the latest industry trends.
Microsoft certifications cater to a wide range of roles, including developers, administrators, data professionals, and IT managers, providing a versatile pathway to career advancement. As organizations increasingly rely on Microsoft technologies such as Azure, Office 365, and Dynamics 365, the demand for certified professionals continues to grow. A Microsoft certification not only improves your employability, but also enhances your earning potential and credibility within your field.
Additionally, as a certified Microsoft professional, you gain access to exclusive resources, networking opportunities, and events, further elevating your career. Invest in your future by pursuing Microsoft certifications and unlock a world of opportunities, growth, and success in the ever-evolving technology landscape.
Why learn Azure?
In today's digital landscape, cloud computing has become an essential part of every organization's IT strategy, and Microsoft Azure stands at the forefront of this transformation. As one of the leading cloud platforms, Azure offers a wide range of services and tools, making it a highly sought-after skill for IT professionals across various industries.
By learning Azure, you're not only staying current with the latest developments in cloud technology but also empowering yourself to work on cutting-edge projects, improve your problem-solving capabilities, and drive innovation within your organization.
Azure's extensive range of services, such as Infrastructure-as-a-Service (IaaS), Platform-as-a-Service (PaaS), and Software-as-a-Service (SaaS), provides a comprehensive and flexible environment for businesses to scale and adapt to evolving market demands.
As an Azure professional, you'll be equipped to deploy, manage, and maintain cloud infrastructure, ensuring seamless integration and optimal performance of critical business applications. Learning Azure not only enhances your career prospects but also significantly increases your earning potential, as certified Azure professionals are highly valued in the job market.
Embrace the power of cloud computing and take your career to new heights by mastering Microsoft Azure, and unlock a world of new possibilities and opportunities in this exciting, ever-evolving field.
What is the typical salary of an Azure Developer Associate in Malaysia?
-
According to PayScale, the average salary for a Software Developer with Microsoft Azure skills in Malaysia is around MYR 71,000 per year. Keep in mind that this figure might include both certified and non-certified professionals, as well as those with varying levels of experience.
-
Glassdoor suggests that the average base salary for an Azure Developer in Malaysia is around MYR 90,000 per year. It's important to note that this data may not be specific to Azure Developer Associates but rather include Azure Developers in general.
-