Vendors

Overview

AZ-204T00 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.
img-course-overview.jpg

What You'll Learn

  • 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.
  • 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.
  • Identify scenarios for which autoscaling is an appropriate solution.
  • Create autoscaling rules for a web app.
  • Monitor the effects of autoscaling.
  • 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.
  • 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
  • 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
  • Describe the app patterns typically used in durable functions
  • Describe the four durable function types
  • Explain the function Task Hubs perform in durable functions
  • Describe the use of durable orchestrations, timers, and events
  • Identify the different types of storage accounts and the resource hierarchy for blob storage.
  • Explain how data is securely stored and protected through redundancy.
  • Create a block blob storage account by using the Azure Cloud Shell.
  • Describe how each of the access tiers are optimized.
  • Create and implement a lifecycle policy.
  • Rehydrate blob data stored in an archive tier.
  • 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.
  • 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.
  • Describe the differences between logical and physical partitions
  • Choose the appropriate partition key for your solution
  • Create a synthetic partition key
  • 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
  • Describe the design considerations for creating a virtual machine to support your apps needs.
  • Explain the different availability options for Azure VMs.
  • Describe the VM sizing options.
  • Create an Azure VM by using the Azure CLI.
  • Describe what role Azure Resource Manager (ARM) has in Azure and the benefits of using ARM templates.
  • Explain what happens when ARM templates are deployed and how to structure them to support your solution.
  • Create a template with conditional resource deployments.
  • Choose the correct deployment mode for your solution.
  • Create and deploy an ARM template by using Visual Studio Code.
  • 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.
  • 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.
  • 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.
  • 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.
  • Identify the three types of shared access signatures.
  • Explain when to implement shared access signatures.
  • Create a stored access policy.
  • 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.
  • 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
  • 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
  • Explain the benefits of using Azure App Configuration
  • Describe how Azure App Configuration stores information
  • Implement feature management
  • Securely access your app configuration information
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.

Who Should Attend

Students in this course are interested in Azure development or in passing the Microsoft Azure Developer Associate certification exam.

img-who-should-learn.png

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.
  • If you're new to Azure or cloud computing it's recommended you complete the AZ-900: Azure Fundamentals course.

Learning Journey

Coming Soon...

1. AZ-204: Implement Azure App Service web apps

Learn how Azure App Service functions and how to create and update an app. Explore App Service authentication and authorization, configuring app settings, scale apps, and how to use deployment slots.

Click here to know more

2. AZ-204: Implement Azure Functions

Learn how to create and deploy Azure Functions. Explore hosting options, bindings, and triggers.

Click here to know more

3. AZ-204: Develop solutions that use Blob storage

Learn how to create Azure Blob storage resources, manage data through the blob storage lifecycle, and work with containers and items by using the Azure Blob storage client library V12 for .NET.

Click here to know more

4. AZ-204: Develop solutions that use Azure Cosmos DB

Learn how to create Azure Cosmos DB resources with the appropriate consistency levels, and perform data operations by using the .NET SDK V3 for Azure Cosmos DB.

Click here to know more

5. AZ-204: Implement containerized solutions

Learn how to create and deploy containerized solutions to Azure by using the Azure Container Registry, Azure Container Instances, and Azure Container Apps.

Click here to know more

6. AZ-204: Implement user authentication and authorization

Learn how to implement authentication and authorization to resources by using the Microsoft identity platform, Microsoft Authentication Library, shared access signatures, and use Microsoft Graph.

Click here to know more

7. AZ-204: Implement secure Azure solutions

Learn how to more securely deploy apps in Azure by using Azure Key Vault, managed identities, and Azure App Configuration.

Click here to know more

8. AZ-204: Implement API Management

Learn how the API Management service functions, how to transform and secure APIs, and how to create a backend API.

Click here to know more

9. AZ-204: Develop event-based solutions

Learn how to build applications with event-based architectures by integrating Azure Event Grid and Azure Event Hubs in to your solution.

Click here to know more

10. AZ-204: Develop message-based solutions

Learn how to build applications with message-based architectures by integrating Azure Service Bus and Azure Queue Storage in to your solution.

Click here to know more

11. AZ-204: Troubleshoot solutions by using Application Insights

Learn how to instrument apps to enable Application Insights to monitor performance and help troubleshoot issues.

Click here to know more

12. AZ-204: Implement caching for solutions

Learn how to improve the performance and scalability of your applications by integrating Azure Cache for Redis and Azure Content Delivery Network in to your solution.

Click here to know more

Skills measured

  • Develop Azure compute solutions
  • Develop for Azure storage
  • Implement Azure security
  • Monitor, troubleshoot, and optimize Azure solutions
  • Connect to and consume Azure services and third-party services

Frequently Asked Questions (FAQs)

  • Why get Microsoft certified?

    Microsoft certifications validate your skills and expertise in Microsoft technologies and solutions, demonstrating your ability to design, implement, and manage cutting-edge technologies.

    These certifications are globally recognized and highly sought after by employers, as they signify your proficiency in using Microsoft products and services to drive innovation and solve business challenges.

    Microsoft-certified professionals are in high demand, opening doors to new career opportunities and higher earning potential.

  • What to expect for the examination?

    Microsoft certification exams are designed to assess your knowledge and skills in specific Microsoft technologies and solutions.

    Exams typically consist of multiple-choice, multiple-select, and case study questions, and some may include lab simulations to evaluate your practical skills.

    Note: Certification requirements and policies may be updated by Microsoft from time to time. We apologize for any discrepancies; do get in touch with us if you have any questions.

  • How long is Microsoft certification valid for?

    Most Microsoft role-based and specialty certifications are valid for one year from the date of passing the exam.

    To maintain your certification, you will need to renew it annually by passing a free online assessment on Microsoft Learn.

    However, Microsoft Applied Skills credentials and Fundamentals certifications do not expire.

    Note: Certification requirements and policies may be updated by Microsoft from time to time. We apologize for any discrepancies; do get in touch with us if you have any questions.

  • Why take this course with Trainocate?

    Here’s what sets us apart:

    - Global Reach, Localized Accessibility: Benefit from our geographically diverse training hubs in 16 countries (and counting!).

    - Top-Rated Instructors: Our team of subject matter experts (with high average CSAT and MTM scores) are passionate to help you accelerate your digital transformation.

    - Customized Training Solutions: Choose from on-site, virtual classrooms, or self-paced learning to fit your organization and individual needs.

    - Experiential Learning: Dive into interactive training with our curated lesson plans. Participate in hands-on labs, solve real-world challenges, and take on comprehensive assessments.

    - Learn From The Best: With 30+ authorized training partnerships and countless awards from Microsoft, AWS, Google – you're guaranteed learning from the industry's elite.

    - Your Bridge To Success: We provide up-to-date course materials, helpful exam guides, and dedicated support to validate your expertise and elevate your career.

Keep Exploring

Course Curriculum

Training Schedule

Exam & Certification

Frequently Asked Questions

img-improve-career.jpg

Improve yourself and your career by taking this course.

img-get-info.jpg

Ready to Take Your Business from Great to Awesome?

Level-up by partnering with Trainocate. Get in touch today.

Name
Email
Phone
I'm inquiring for
Inquiry Details

By providing your contact details, you agree to our Privacy Policy.