nerdexam
Microsoft

AZ-400 · Question #146

A company is currently planning on setting up Jenkins on an Azure virtual machine. Code will be build using the Jenkins server and then deployed to a Kubernetes cluster in Azure. The code will be pick

The correct answer is A. Open the port 8080 on the server. You need to ensure port 8080 is open on the virtual machine. https://docs.microsoft.com/en-us/azure/aks/jenkins-continuous-deployment

Submitted by satoshi_tk· Mar 6, 2026Design and implement build and release pipelines

Question

A company is currently planning on setting up Jenkins on an Azure virtual machine. Code will be build using the Jenkins server and then deployed to a Kubernetes cluster in Azure. The code will be picked up from the Azure container registry. Which of the following needs to be implemented to ensure traffic can flow into the Jenkins instance on the Azure virtual machine

Exhibit

AZ-400 question #146 exhibit

Options

  • AOpen the port 8080 on the server
  • BAdd a subnet to the network
  • CAdd an additional network interface to the virtual machine
  • DImplement virtual network peering

How the community answered

(22 responses)
  • A
    73% (16)
  • B
    5% (1)
  • C
    9% (2)
  • D
    14% (3)

Explanation

You need to ensure port 8080 is open on the virtual machine. https://docs.microsoft.com/en-us/azure/aks/jenkins-continuous-deployment

Topics

#Jenkins#Azure VM#network configuration#port 8080

Community Discussion

No community discussion yet for this question.

Full AZ-400 Practice