nerdexam
Microsoft

AZ-400 · Question #211

Your company uses Azure Artifacts for package management. You need to configure an upstream source in Azure Artifacts for Python packages. Which repository type should you use as an upstream source?

The correct answer is B. PyPI. Get started with Python packages in Azure Artifacts 1. Select Artifacts (in the left navigation of your Azure DevOps project). 2. On the Artifacts page, select Create Feed. 3. In the Create new feed dialog box: 4. In the Name field, give the feed a name. PyPI is the default repos

Submitted by jordan8· Mar 6, 2026Design and implement build and release pipelines

Question

Your company uses Azure Artifacts for package management. You need to configure an upstream source in Azure Artifacts for Python packages. Which repository type should you use as an upstream source?

Options

  • Anpmjs.org
  • BPyPI
  • CMaven Central
  • Dthird-party trusted Python

How the community answered

(17 responses)
  • B
    88% (15)
  • C
    6% (1)
  • D
    6% (1)

Explanation

Get started with Python packages in Azure Artifacts 1. Select Artifacts (in the left navigation of your Azure DevOps project). 2. On the Artifacts page, select Create Feed. 3. In the Create new feed dialog box: 4. In the Name field, give the feed a name. PyPI is the default repository name for twine, which is a tool for publishing Python packages. https://docs.microsoft.com/en-us/azure/devops/artifacts/quickstarts/python-packages

Community Discussion

No community discussion yet for this question.

Full AZ-400 Practice