nerdexam
Microsoft

AZ-500 · Question #320

Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements…

The correct answer is B. No. An AKS Ingress controller is used for external access to services within an AKS cluster, not for enabling outbound access from standalone Docker containers on a VM to Azure services via a service endpoint.

Submitted by packet_pusher· Mar 6, 2026Secure networking

Question

Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements. Your Company's Azure subscription includes a virtual network that has a single subnet configured. You have created a service endpoint for the subnet, which includes an Azure virtual machine that has Ubuntu Server 18.04 installed. You are preparing to deploy Docker containers to the virtual machine. You need to make sure that the containers can access Azure Storage resources and Azure SQL databases via the service endpoint. You need to perform a task on the virtual machine prior to deploying containers. Solution: You create an AKS Ingress controller. Does the solution meet the goal?

Options

  • AYes
  • BNo

How the community answered

(46 responses)
  • A
    28% (13)
  • B
    72% (33)

Why each option

An AKS Ingress controller is used for external access to services within an AKS cluster, not for enabling outbound access from standalone Docker containers on a VM to Azure services via a service endpoint.

AYes

An AKS Ingress controller's function is unrelated to enabling outbound access from a VM's Docker containers to Azure Storage and Azure SQL via service endpoints.

BNoCorrect

An AKS Ingress controller is used for managing external access to services within an Azure Kubernetes Service (AKS) cluster, typically for HTTP/S routing, not for enabling outbound access from standalone Docker containers on a VM to Azure Storage and Azure SQL databases via a service endpoint. Service endpoint access is managed by VNet service endpoint configuration and possibly network security group rules.

Concept tested: AKS Ingress Controller and Service Endpoints

Source: https://learn.microsoft.com/en-us/azure/aks/ingress-basic

Community Discussion

No community discussion yet for this question.

Full AZ-500 Practice