nerdexam
Microsoft

AZ-400 · Question #54

Drag and Drop Question You have an Azure Kubermets Service (AKS) implementation that is RBAC-enabled. You plan to use Azure Container Instances as a hosted development environment to run containers in

The correct answer is Run az role assignment create; Create a YAML file.; Run kubectl apply.. To configure Azure Container Instances (ACI) as a virtual node in an RBAC-enabled AKS cluster, you must first run 'az role assignment create' to grant the necessary permissions for ACI to interact with the AKS cluster. Next, you create a YAML manifest file that defines the virtua

Submitted by saadiq_pk· Mar 6, 2026Implement and manage container-based solutions in Azure, specifically integrating AKS with Azure Container Instances using role-based access control and Kubernetes manifest deployments.

Question

Drag and Drop Question You have an Azure Kubermets Service (AKS) implementation that is RBAC-enabled. You plan to use Azure Container Instances as a hosted development environment to run containers in the AKS implementation. You need to conjure Azure Container Instances as a hosted environment for running me containers in AKS. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Answer:

Exhibits

AZ-400 question #54 exhibit 1
AZ-400 question #54 exhibit 2

Answer Area

Drag items

Run helm init.Run az aks install-connector.Create a YAML file.Run az role assignment createRun kubectl apply.

Correct arrangement

  • Run az role assignment create
  • Create a YAML file.
  • Run kubectl apply.

Explanation

To configure Azure Container Instances (ACI) as a virtual node in an RBAC-enabled AKS cluster, you must first run 'az role assignment create' to grant the necessary permissions for ACI to interact with the AKS cluster. Next, you create a YAML manifest file that defines the virtual node configuration or workload deployment targeting the ACI virtual node. Finally, you run 'kubectl apply' to apply the YAML configuration to the Kubernetes cluster, deploying the containers to ACI as the hosted environment.

Topics

#Azure Kubernetes Service#Azure Container Instances#RBAC#Virtual Nodes

Community Discussion

No community discussion yet for this question.

Full AZ-400 Practice