Question 1 of 25
You need to consider the underlined segment to establish whether it is accurate. To compile an Internet Information Services (IIS) web application that runs docker, you should use a Default build agent pool. Select `No adjustment required` if the underlined segment is accurate. If the underlined segment is inaccurate, select the accurate option.
Show answer
How others answered
- B63%
- C37%
Only 63% agreed on this answer — treat it as contested rather than settled.
Explanation
Lets think about what the question is asking. We are building a docker image to run an IIS web app. A. The "Default build agent pool" (self-hosted) CAN build a Windows docker image. C. A "Hosted" pool CAN build a Windows docker image. https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml https://docs.microsoft.com/en-us/azure/devops/pipelines/ecosystems/containers/build-image?view=azure-devops#build-a-linux-or-windows-image Based on "If the underlined segment is inaccurate" then it is A. Although "should use" makes the question ambiguous. Anyone know if there is a reason to prefer hosted vs self-hosted for docker builds?
Adapted from community discussion by nakedsun · 2022-08-01 · 4 community upvotes. Third-party contribution; reviewed by our quality filter, not independently verified.
Supporting references