AZ-204T00: Develop Solutions for Microsoft Azure

AZ-204T00: Develop Solutions for Microsoft Azure

Duration: 5 Days

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.

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

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.

  • Examine Azure App Service
  • Examine Azure App Service plans
  • Deploy to App Service
  • Explore authentication and authorization in App Service
  • Discover App Service networking features
  • Exercise: Deploy a containerized app to Azure App Service

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.

  • Configure application settings
  • Configure general settings
  • Configure path mappings
  • Enable diagnostic logging
  • Configure security certificates

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.

  • Examine scale out options
  • Identify autoscale factors
  • Enable autoscale in App Service
  • Explore autoscale best practices

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.

  • Explore staging environments
  • Examine slot swapping
  • Swap deployment slots
  • Exercise - Swap deployment slots in Azure App Service
  • Route traffic in App Service

Explore Azure Functions

Learn how Azure Functions can be a great solution for data processing, systems integration, and building simple APIs and microservices.

  • Discover Azure Functions
  • Compare Azure Functions hosting options
  • Scale Azure Functions

Develop Azure Functions

Learn how to create and deploy Azure Functions.

  • Explore Azure Functions development
  • Create triggers and bindings
  • Connect functions to Azure services
  • Exercise - Create an Azure Function by using Visual Studio Code

Explore Azure Blob storage

Learn the core features and functionality of Azure Blob storage.

  • Explore Azure Blob storage
  • Discover Azure Blob storage resource types
  • Explore Azure Storage security features

Manage the Azure Blob storage lifecycle

Learn how to manage data availability throughout the Azure Blob storage lifecycle.

  • Explore the Azure Blob storage lifecycle
  • Discover Blob storage lifecycle policies
  • Implement Blob storage lifecycle policies
  • Rehydrate blob data from the archive tier

Work with Azure Blob storage

Learn how to use the Azure Blob storage client library to create and update Blob storage resources.

  • Explore Azure Blob storage client library
  • Create a client object
  • Exercise - Create Blob storage resources by using the .NET client library
  • Manage container properties and metadata by using .NET
  • Set and retrieve properties and metadata for blob resources by using REST

Explore Azure Cosmos DB

Learn the core features and functionality of Azure Cosmos DB.

  • Identify key benefits of Azure Cosmos DB
  • Explore the resource hierarchy
  • Explore consistency levels
  • Choose the right consistency level
  • Explore supported APIs
  • Discover request units
  • Exercise: Create Azure Cosmos DB resources by using the Azure portal

Work with Azure Cosmos DB

Learn how to develop client and server-side programming solutions on Azure Cosmos DB.

  • Explore Microsoft .NET SDK v3 for Azure Cosmos DB
  • Exercise - Create resources in Azure Cosmos DB for NoSQL using .NET
  • Create stored procedures
  • Create triggers and user-defined functions
  • Explore change feed in Azure Cosmos DB

Manage container images in Azure Container Registry

Learn how to use Azure Container Registry to store your container images, and automate builds and deployments.

  • Discover the Azure Container Registry
  • Explore storage capabilities
  • Build and manage containers with tasks
  • Explore elements of a Dockerfile
  • Exercise - Build and run a container image with Azure Container Registry Tasks

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.

  • Explore Azure Container Instances
  • Exercise - Deploy a container to Azure Container Instances using Azure CLI commands
  • Run containerized tasks with restart policies
  • Set environment variables in container instances
  • Mount an Azure file share in Azure Container Instances

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.

  • Explore Azure Container Apps
  • Exercise - Deploy a container to Azure Container Apps with the Azure CLI
  • Explore containers in Azure Container Apps
  • Implement authentication and authorization in Azure Container Apps
  • Manage revisions and secrets in Azure Container Apps
  • Explore Dapr integration with Azure Container Apps

Explore the Microsoft identity platform

Learn the core features and functionality of the Microsoft identity platform including authentication, libraries, and app management tools.

  • Explore the Microsoft identity platform
  • Explore service principals
  • Discover permissions and consent
  • Discover conditional access

Implement authentication by using the Microsoft Authentication Library

Learn how to implement authentication by using the Microsoft Authentication Library.

  • Explore the Microsoft Authentication Library
  • Initialize client applications
  • Exercise - Implement interactive authentication with MSAL.NET

Implement shared access signatures

Learn how to use shared access signatures to authorize access to storage resources.

  • Discover shared access signatures
  • Choose when to use shared access signatures
  • Explore stored access policies

Explore Microsoft Graph

Learn how Microsoft Graph facilitates the access and flow of data and how to form queries through REST and code.

  • Discover Microsoft Graph
  • Query Microsoft Graph by using REST
  • Query Microsoft Graph by using SDKs
  • Apply best practices to Microsoft Graph
  • Exercise - Retrieve user profile information with the Microsoft Graph SDK

Implement Azure Key Vault

Learn how Azure Key Vault can help you keep your apps more secure, and how to set and retrieve secrets programmatically, and with Azure CLI.

  • Explore Azure Key Vault
  • Discover Azure Key Vault best practices
  • Authenticate to Azure Key Vault
  • Exercise - Create and retrieve secrets from Azure Key Vault

Implement managed identities

Learn how managed identities can help you deploy secure solutions on Azure without the need to manage credentials.

  • Explore managed identities
  • Discover the managed identities authentication flow
  • Configure managed identities
  • Acquire an access token

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.

  • Explore the Azure App Configuration service
  • Create paired keys and values
  • Manage application features
  • Secure app configuration data
  • Exercise - Retrieve configuration settings from Azure App Configuration

Explore API Management

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

  • Discover the API Management service
  • Explore API gateways
  • Explore API Management policies
  • Create advanced policies
  • Secure APIs by using subscriptions
  • Secure APIs by using certificates
  • Exercise - Import and configure an API with Azure API Management

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.

  • Explore Azure Event Grid
  • Discover event schemas
  • Explore event delivery durability
  • Control access to events
  • Receive events by using webhooks
  • Filter events
  • Exercise - Route events to a custom endpoint with Event Grid

Explore Azure Event Hubs

Learn how Azure Event Hubs captures events and how to scale your processing application.

  • Discover Azure Event Hubs
  • Explore Event Hubs Capture
  • Scale your processing application
  • Control access to events
  • Perform common operations with the Event Hubs client library
  • Exercise - Send and retrieve events from Azure Event Hubs

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.

  • Choose a message queue solution
  • Explore Azure Service Bus
  • Discover Service Bus queues, topics, and subscriptions
  • Explore Service Bus message payloads and serialization
  • Exercise - Send and receive messages from Azure Service Bus
  • Explore Azure Queue Storage
  • Create and manage Azure Queue Storage and messages by using .NET
  • Exercise - Send and receive messages from Azure Queue storage

Monitor app performance

Learn how to use the tools offered in Application Insights to enhance the performance and stability of your applications.

  • Explore Application Insights
  • Discover log-based metrics
  • Instrument an app for monitoring
  • Select an availability test
  • Troubleshoot app performance by using Application Map
  • Exercise - Monitor an application with autoinstrumentation

 

 

 

 

 

This class has hands-on labs provided by Go Deploy.