exam questions

Exam AZ-400 All Questions

View all questions & answers for the AZ-400 exam

Exam AZ-400 topic 8 question 21 discussion

Actual exam question from Microsoft's AZ-400
Question #: 21
Topic #: 8
[All AZ-400 Questions]

DRAG DROP -
Your company plans to deploy an application to the following endpoints:
✑ Ten virtual machines hosted in Azure
✑ Ten virtual machines hosted in an on-premises data center environment
All the virtual machines have the Azure Pipelines agent.
You need to implement a release strategy for deploying the application to the endpoints.
What should you recommend using to deploy the application to the endpoints? To answer, drag the appropriate components to the correct endpoints. Each component may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: A deployment group -
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.

Box 2: A deployment group -
Reference:
https://docs.microsoft.com/en-us/azure/devops/pipelines/release/deployment-groups

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
jay158
Highly Voted 2 years, 7 months ago
Correct Ans https://www.anupams.net/deploy-to-on-premise-devops/ https://docs.microsoft.com/en-us/shows/devops-lab/deploying-to-on-premises-windows-machines-with-azure-devops-part-3
upvoted 5 times
...
Eltooth
Highly Voted 2 years, 6 months ago
Deployment group Deployment group
upvoted 5 times
...
vsvaid
Most Recent 11 months, 2 weeks ago
Deployment group Deployment group
upvoted 1 times
...
Fal991l
1 year, 7 months ago
GTP: Here are the recommended components for deploying the application to the given endpoints, with only one component selected for each endpoint: Ten virtual machines hosted in Azure: A deployment group Explanation: Using a deployment group simplifies the process of deploying and configuring applications on multiple machines hosted in Azure. You can deploy the application to multiple machines at once with a deployment group.
upvoted 1 times
Fal991l
1 year, 7 months ago
Ten virtual machines hosted in an on-premises data center environment: Application roles Explanation: In this scenario, the Azure Pipelines agent is already installed on the machines, so a deployment group is not strictly necessary. However, it is still important to define the appropriate permissions using application roles. This allows you to manage access to specific actions within the application on the virtual machines.
upvoted 1 times
...
...
syu31svc
2 years, 3 months ago
Deployment group for sure Resource group for Azure resources not just VM Answer is correct
upvoted 3 times
...
rdemontis
2 years, 8 months ago
correct answer
upvoted 3 times
...
AlMargoi
3 years ago
It seems correct but I am not 100% sure.
upvoted 2 times
...
ZodiaC
3 years, 4 months ago
correct
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...