nerdexam
Microsoft

AZ-400 · Question #345

You need to consider the underlined segment to establish whether it is accurate. To deploy an application to a number of Azure virtual machines, you should create a universal group. Select "No adjustm

The correct answer is C. deployment. When authoring an Azure Pipelines or TFS Release pipeline, you can specify the deployment targets for a job using a deployment group. If the target machines are Azure VMs, you can quickly and easily prepare them by installing the Azure Pipelines Agent Azure VM extension on each o

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

Question

You need to consider the underlined segment to establish whether it is accurate. To deploy an application to a number of Azure virtual machines, you should create a universal group. Select "No adjustment required" if the underlined segment is accurate. If the underlined segment is inaccurate, select the accurate option.

Options

  • ANo adjustment required.
  • Bsecurity
  • Cdeployment
  • Dresource

How the community answered

(30 responses)
  • A
    3% (1)
  • B
    7% (2)
  • C
    90% (27)

Explanation

When authoring an Azure Pipelines or TFS Release pipeline, you can specify the deployment targets for a job using a deployment group. If the target machines are Azure VMs, you can quickly and easily prepare them by installing the Azure Pipelines Agent Azure VM extension on each of the VMs, or by using the Azure Resource Group Deployment task in your release pipeline to create a deployment group dynamically.

Community Discussion

No community discussion yet for this question.

Full AZ-400 Practice