Microsoft
AZ-104 · Question #450
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might h
The correct answer is B. No. To deploy the YAML file you need to runs kubectl apply -f file_name.yaml https://docs.microsoft.com/en-us/azure/aks/kubernetes-walkthrough
Submitted by weili_xi· Mar 4, 2026Deploy and manage Azure compute resources
Question
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You deploy an Azure Kubernetes Service (AKS) cluster named AKS1. You need to deploy a YAML file to AKS1. Solution: From Azure Cloud Shell, you run az aks. Does this meet the goal?
Options
- AYes
- BNo
How the community answered
(43 responses)- A26% (11)
- B74% (32)
Explanation
To deploy the YAML file you need to runs kubectl apply -f file_name.yaml https://docs.microsoft.com/en-us/azure/aks/kubernetes-walkthrough
Community Discussion
No community discussion yet for this question.