Designing and Implementing Microsoft DevOps Solutions — Question 1
You have an Azure DevOps organization named Contoso and an Azure DevOps project named Project1.
You plan to use Microsoft-hosted agents to build container images that will host full Microsoft .NET Framework apps in a YAML pipeline in Project1.
What are two possible virtual machine images that you can use for the Microsoft-hosted agent pool? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. vs2017-win2016
- B. ubuntu-16.04
- C. win1803
- D. macOS-10.13
- E. vs.2015-win2012r2
Correct answer: A, B
Explanation
The correct answers, A and B, are both suitable images that support building .NET Framework applications. Options C, D, and E do not meet the requirements for building .NET Framework apps with Microsoft-hosted agents in this scenario.