Posted by: Pdfprep
Post Date: November 23, 2020
You need to execute inline testing of an Azure DevOps pipeline that uses a Docker deployment model. The solution must prevent the results from being published to the pipeline.
What should you use for the inline testing?
A . a single stage Dockerfile
B . an Azure Kubernetes Service (AKS) pod
C . a multi-stage Dockerfile
D . a Docker Compose file
Answer: B
Explanation:
Use Docker when running integration tests with Azure Pipelines.
Reference: https://crossprogramming.com/2019/12/27/use-docker-when-running-integration-tests-with-azure-pipelines.html
Leave a Reply