nerdexam
Microsoft

AZ-305 · Question #243

Your company has an Azure Kubernetes Service and an Azure Container Registry. You have to perform continuous deployments of a containerized application to the cluster. The deployments need to be made

The correct answer is B. Use an Azure Pipeline release pipeline. In Azure Pipelines, you can define build and release pipelines. You can use the pipelines to build images in the Azure Container Registry. The images can then be deployed as containers in the Azure Kubernetes service Option A is incorrect because this is normally used to automate

Submitted by ricky.ec· Mar 6, 2026Design infrastructure solutions

Question

Your company has an Azure Kubernetes Service and an Azure Container Registry. You have to perform continuous deployments of a containerized application to the cluster. The deployments need to be made as soon as image updates are made to the registry. Which of the following needs to be implemented for this requirement?

Options

  • AUse an Azure Automation Runbook
  • BUse an Azure Pipeline release pipeline
  • CUse an Azure Resource Manager templates
  • DUse a CRON job

How the community answered

(20 responses)
  • A
    10% (2)
  • B
    80% (16)
  • C
    5% (1)
  • D
    5% (1)

Explanation

In Azure Pipelines, you can define build and release pipelines. You can use the pipelines to build images in the Azure Container Registry. The images can then be deployed as containers in the Azure Kubernetes service Option A is incorrect because this is normally used to automate jobs on your Azure infrastructure. Option C is incorrect because this is used to automate the deployment of resources onto Azure. Option D is incorrect because CRON jobs would not be affective to automate the deployment of newer container images. https://docs.microsoft.com/en-us/azure/devops/pipelines/ecosystems/kubernetes/aks- template?view=azure-devops

Topics

#AKS#Azure Container Registry#CI/CD#Azure Pipelines

Community Discussion

No community discussion yet for this question.

Full AZ-305 Practice