Architect modern applications in Azure
- Offered byMicrosoft
Architect modern applications in Azure at Microsoft Overview
Duration | 6 hours |
Total fee | Free |
Mode of learning | Online |
Schedule type | Self paced |
Difficulty level | Intermediate |
Official Website | Explore Free Course |
Credential | Certificate |
Architect modern applications in Azure at Microsoft Highlights
- Learn how to create a website through the hosted web app platform in Azure App Service
- Learn how to create transactions, manage memory, and use the cache-aside pattern
- Learn how to build and store container images with Azure Container Registry
Architect modern applications in Azure at Microsoft Course details
- Build a containerized web application with Docker
- Run Docker containers with Azure Container Instances
- Build and store container images with Azure Container Registry
- Host a web application with Azure App Service
- Deploy and run a containerized web app with Azure App Service
- Introduction to Azure Kubernetes Service
- Work with mutable and partial data in Azure Cache for Redis
- How to run containerized apps using Docker containers with Azure Container Instances (ACI)
- Azure Container Registry is a managed Docker registry service based on the open-source Docker Registry 2.0
- Azure App Service enables you to build and host web applications in the programming language of your choice without managing infrastructure
- The types of business problems that can be solved using Azure Kubernetes Service
- The benefits of container orchestration with features like deployment management, automatic updates, and self-healing
Architect modern applications in Azure at Microsoft Curriculum
MODULE: 1 Build a containerized web application with Docker
Retrieve an existing Docker image and deploy it locally
Exercise - Retrieve an existing Docker image and deploy it locally
Customize a Docker image to run your own web app
Exercise - Customize a Docker image to run your own web app
Deploy a Docker image to an Azure Container Instance
Exercise - Deploy a Docker image to an Azure Container Instance
MODULE: 2 Run Docker containers with Azure Container Instances
Introduction to Azure Container Instances
Exercise - Run Azure Container Instances
Exercise - Control restart behavior
Exercise - Set environment variables
Exercise - Use data volumes
Exercise - Troubleshoot Azure Container Instances
MODULE: 3 Build and store container images with Azure Container Registry
Introduction to Azure Container Registry
Exercise - Deploy Azure Container Registry
Exercise - Build container images with Azure Container Registry Tasks
Exercise - Deploy images from Azure Container Registry
Exercise - Replicate a container image to different Azure regions
MODULE: 4 Host a web application with Azure App Service
Create a web app in the Azure portal
Exercise - Create a web app in the Azure portal
Prepare the web application code
Exercise - Write code to implement a web application
Deploy code to App Service
MODULE: 5 Deploy and run a containerized web app with Azure App Service
Build and store images by using Azure Container Registry
Exercise - Build and store an image by using Azure Container Registry
Deploy a web app by using an image from an Azure Container Registry repository
Exercise - Create and deploy a web app from a Docker image
Update the image and automatically redeploy the web app
Exercise - Modify the image and redeploy the web app
MODULE: 6 Introduction to Azure Kubernetes Service
What is Azure Kubernetes Service?
How Azure Kubernetes Service works
When to use Azure Kubernetes Service
MODULE: 7 Work with mutable and partial data in Azure Cache for Redis
Transactions in Azure Cache for Redis
Exercise - Create a transaction in Azure Cache for Redis
Data expiration
Exercise - Implement data expiration
Eviction policies
Cache-aside pattern