AZ-400 · Question #238
Drag and Drop Question You are building an application that has the following assets: - Source code - Logs from automated tests and builds - Large and frequently updated binary assets - A common libra
The correct answer is Azure Repos; Azure Artifacts; Azure Pipelines; Azure Storage. Source code belongs in Azure Repos, which is a version control system (Git or TFVC) designed for storing and managing source code. A common library used by multiple applications belongs in Azure Artifacts, which is a package management service that hosts and shares reusable packa
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- Azure Repos
- Azure Artifacts
- Azure Pipelines
- Azure Storage
Explanation
Source code belongs in Azure Repos, which is a version control system (Git or TFVC) designed for storing and managing source code. A common library used by multiple applications belongs in Azure Artifacts, which is a package management service that hosts and shares reusable packages (NuGet, npm, Maven, etc.) across teams and projects. Logs from automated tests and builds are produced and stored by Azure Pipelines, which orchestrates CI/CD workflows and retains build/release logs and test results as pipeline artifacts. Large and frequently updated binary assets belong in Azure Storage, which is optimized for storing unstructured blob data at scale, making it ideal for binaries that don't fit neatly into version control or package management.
Topics
Community Discussion
No community discussion yet for this question.
