Microsoft DevOps Training

Discover our Microsoft DevOps learning paths and certifications

Training Course AZ-204: Developing Solutions for Microsoft Azure

Overview:

This 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.

Audience Profile:

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

Certification:

This course prepares you for the AZ-204: Developing Solutions for Microsoft Azure

Course Objectives:

After completing this course, students will be able to:

  • Explore Azure App Service
  • Configure web app settings.
  • Scale apps in Azure App Service
  • Explore Azure App Service deployment slots.
  • Explore Azure Functions
    Develop Azure Functions
  • Explore Azure Blob storage.
  • Manage the Azure Blob storage lifecycle.
  • Work with Azure Blob storage
  • Explore Azure Cosmos DB
  • Work with Azure Cosmos DB
  • Manage container images in Azure Container Registry
  • Run container images in Azure Container Instances
  • Implement Azure Container Apps
  • Explore the Microsoft identity platform.
  • Implement authentication by using the Microsoft Authentication Library
  • Implement shared access signatures.
  • Explore Microsoft Graph
  • Implement Azure Key Vault
  • Implement managed identities.
  • Implement Azure App Configuration
  • Explore API Management
  • Explore Azure Event Grid
  • Explore Azure Event Hubs
  • Discover Azure message queues.
  • Monitor app performance
  • Develop for Azure Cache for Redis
  • Develop for storage on CDNs.
Course Outline

  1. Explore Azure App Service
    o Describe Azure App Service key components and value.
    o Explain how Azure App Service manages authentication and authorization.
    o Identify methods to control inbound and outbound traffic to your web app.
    o Deploy an app-to-App Service using Azure CLI commands.
  2. Configure web app settings.
    o Create application settings that are bound to deployment slots.
    o Explain the options for installing SSL/TLS certificates for your app.
    o Enable diagnostic logging for your app to aid in monitoring and debugging.
    o Create virtual app to directory mappings.
  3. Scale apps in Azure App Service
    o Identify scenarios for which autoscaling is an appropriate solution.
    o Create autoscaling rules for a web app.
    o Monitor the effects of autoscaling.
  4. Explore Azure App Service deployment slots.
    o Describe the benefits of using deployment slots.
    o Understand how slot swapping operates in App Service.
    o Perform manual swaps and enable auto swap.
    o Route traffic manually and automatically.
  5. Explore Azure Functions
    o Explain functional differences between Azure Functions, Azure Logic Apps, and WebJobs
    o Describe Azure Functions hosting plan options.
    o Describe how Azure Functions scale to meet business needs.
  6. Develop Azure Functions
    o Explain the key components of a function and how they are structured.
    o Create triggers and bindings to control when a function runs and where the output is directed.
    o Connect a function to services in Azure.
    o Create a function by using Visual Studio Code and the Azure Functions Core Tools
  7. Explore Azure Blob storage.
    o Identify the different types of storage accounts and the resource hierarchy for blob storage.
    o Explain how data is securely stored and protected through redundancy.
    o Create a block blob storage account by using the Azure Cloud Shell.
  8. Manage the Azure Blob storage lifecycle.
    o Describe how each of the access tiers are optimized.
    o Create and implement a lifecycle policy.
    o Rehydrate blob data stored in an archive tier.
  9. Work with Azure Blob storage
    o Create an application to create and manipulate data by using the Azure Storage client library for Blob storage.
    o Manage container properties and metadata by using .NET and REST.
  10. Explore Azure Cosmos DB
    o Identify the key benefits provided by Azure Cosmos DB
    o Describe the elements in an Azure Cosmos DB account and how they are organized.
    o Explain the different consistency levels and choose the correct one for your project.
    o Explore the APIs supported in Azure Cosmos DB and choose the appropriate API for your solution.
    o Describe how request units’ impact costs.
    o Create Azure Cosmos DB resources by using the Azure portal.
  11. Work with Azure Cosmos DB
    o Identify classes and methods used to create resources.
    o Create resources by using the Azure Cosmos DB .NET v3 SDK.
    o Write stored procedures, triggers, and user-defined functions by using JavaScript.
  12. Manage container images in Azure Container Registry
    o Explain the features and benefits Azure Container Registry offers.
    o Describe how to use ACR Tasks to automate builds and deployments.
    o Explain the elements in a Dockerfile.
    o Build and run an image in the ACR by using Azure CLI.
  13. Run container images in Azure Container Instances
    o Describe the benefits of Azure Container Instances and how resources are grouped.
    o Deploy a container instance in Azure by using the Azure CLI.
    o Start and stop containers using policies.
    o Set environment variables in your container instances.
    o Mount file shares in your container instances.
  14. Implement Azure Container Apps.
    o Describe the benefits of Azure Container Instances and how resources are grouped.
    o Deploy a container instance in Azure by using the Azure CLI
    o Start and stop containers using policies.
    o Set environment variables in your container instances.
    o Mount file shares in your container instances
  15. Explore the Microsoft identity platform.
    o Identify the components of the Microsoft identity platform.
    o Describe the three types of service principles and how they relate to application objects.
    o Explain how permissions and user consent operate, and how conditional access impacts your application.
  16. Implement authentication by using the Microsoft Authentication Library
    o Explain the benefits of using Microsoft Authentication Library and the application types and scenarios it supports.
    o Instantiate both public and confidential client apps from code.
    o Register an app with the Microsoft identity platform.
    o Create an app that retrieves a token by using the MSAL.NET library.
  17. Implement shared access signatures.
    o Identify the three types of shared access signatures.
    o Explain when to implement shared access signatures.
    o Create a stored access policy.
  18. Explore Microsoft Graph
    o Explain the benefits of using Microsoft Graph.
    o Perform operations on Microsoft Graph by using REST and SDKs.
    o Apply best practices to help your applications get the most out of Microsoft Graph.
  19. Implement Azure Key Vault.
    o Describe the benefits of using Azure Key Vault.
    o Explain how to authenticate to Azure Key Vault.
    o Set and retrieve a secret from Azure Key Vault by using the Azure CLI.
  20. Implement managed identities.
    o Explain the differences between the two types of managed identities.
    o Describe the flows for user- and system-assigned managed identities.
    o Configure managed identities.
    o Acquire access tokens by using REST and code.
  21. Explore API Management
    o Describe the components (and their functions) of the API Management service.
    o Explain how API gateways can help manage calls to your APIs.
    o Secure access to APIs by using subscriptions and certificates.
    o Create a backend API.
  22. Explore Azure Event Grid.
    o Describe how Event Grid operates and how it connects to services and event handlers.
    o Explain how Event Grid delivers events and how it handles errors.
    o Implement authentication and authorization.
    o Route custom events to web endpoint by using Azure CLI.
  23. Explore Azure Event Hubs
    o Describe the benefits of using Event Hubs and how it captures streaming data.
    o Explain how to process events.
    o Perform common operations with the Event Hubs client library.
  24. Discover Azure message queues.
    o Choose the appropriate queue mechanism for your solution.
    o Explain how the messaging entities that form the core capabilities of Service Bus operate.
    o Send and receive messages from a Service Bus queue by using .NET.
    o Identify the key components of Azure Queue Storage
    o Create queues and manage messages in Azure Queue Storage by using .NET.
  25. Monitor app performance.
    o Explain how Azure Monitor operates as the center of monitoring in Azure.
    o Describe how Application Insights works and how it collects events and metrics.
    o Instrument an app for monitoring, perform availability tests, and use Application Map to help you monitor performance and troubleshoot issues.
  26. Develop for Azure Cache for Redis
    o Explain the key scenarios Azure Cache for Redis covers and its service tiers.
    o Identify the key parameters for creating an Azure Cache for Redis instance and interact with the cache.
    o Connect an app to Azure Cache for Redis by using .NET Core.
  27. Develop for storage on CDNs.
    o Explain how the Azure Content Delivery Network works and how it can improve the user experience.
    o Control caching behavior and purge content.
    o Perform actions on Azure CDN by using the Azure CDN Library for .NET.

Discover our Trainings and certifications

Learn new skills to boost your productivity and enable your organization to accomplish more with our Trainings and Certifications.

THINK

Grow your expertise and advance your career