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
Question
Options
- ANo adjustment required.
- Bsecurity
- Cdeployment
- Dresource
How the community answered
(30 responses)- A3% (1)
- B7% (2)
- C90% (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.