AZ-800 Administering Windows Server Hybrid Core Infrastructure Exam

Eager to master hybrid server management? Discover how to administer Windows Server Hybrid Core Infrastructure on Azure, setting your path towards the Microsoft Certified: Azure Hybrid Infrastructure Administrator Associate certification!

Intermediate

Gauge your current knowledge

Practice test preview

Create and manage containers

...

Study Guides for Sub-Sections

Containerization on Windows Server involves running applications in isolated environments called containers. This approach boosts resource utilization, simplifies deployme...

Managing Windows Server container images is a key part of deploying container-based apps in Azure. Container images are read-only templates that include application code, ...

Azure Container Instances (ACI) let you run containers without managing servers or clusters. With ACI, you can launch Docker containers in seconds, making it ideal for bur...

Designing Windows Server container images is a process that starts with writing Dockerfile directives and ends with pushing validated images to Azure Container Registry

Windows Subsystem for Linux (WSL) lets you run Linux environments directly on Windows without a traditional virtual machine. Upgrading to WSL2 is key because it uses a lig...

Container networking in Azure is essential for connecting and securing your containers. Container network drivers define how container endpoints communicate with each other and the outside...

Configuring Windows Server node pools in AKS begins with choosing the right network plugin and authentication setup. Use Azure CNI to provide IP addresses from your existing VNet, ...