az-800 Practice Question 1895

Exam: az-800
Domain: Manage virtual machines and containers
Topic: Create and manage containers
Difficulty: medium
You are tasked with deploying a Windows containerized application to an Azure Kubernetes Service (AKS) cluster. The application requires specific Windows features that are not available in the default Windows Server Core image. Which of the following actions should you take to ensure the container has the required features?

Answer Options

A
Use a Linux container image
B
Create a custom Windows Server image with the required features
C
Install the required features after deployment
D
Use the default Windows Server Core image

Correct Answer

B: Create a custom Windows Server image with the required features

Explanation

The correct answer is B. You should use a custom Windows Server image that includes the necessary features instead of the default Windows Server Core image. Option A is incorrect because using a non-Windows container image will not work with AKS. Option C is incorrect because adding features post-deployment can be complex and may not always work as expected. Option D is incorrect because it does not address the need for a custom image with specific features.