azure-artifacts

Provide expert guidance for Azure Artifacts development and configuration.

1|Updated Oct 1, 2025
One-click install
npx skills add https://github.com/diberry/microsoft-mcp-doc-generation --skill azure-artifacts-diberry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-artifacts
Source: https://github.com/diberry/microsoft-mcp-doc-generation/tree/main/docs-generation/skills-source/azure-artifacts
Command: npx skills add https://github.com/diberry/microsoft-mcp-doc-generation --skill azure-artifacts-diberry

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance for Azure Artifacts, enabling users to effectively manage, secure, and integrate their package management workflows.

Core Features & Use Cases

  • Expert Guidance: Covers best practices, decision-making, limits, security, configuration, integrations, and deployment for Azure Artifacts.
  • Network Fetching: Integrates with mcp_microsoftdocs or fetch_webpage to retrieve up-to-date documentation.
  • Use Case: A developer needs to set up a new Azure Artifacts feed for their team's internal NuGet packages, ensuring proper security and upstream source configuration. This skill can guide them through the entire process.

Quick Start

Use the azure-artifacts skill to find information on configuring upstream sources for Azure Artifacts feeds.

Frequently Asked Questions about azure-artifacts

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure upstream sources for Azure Artifacts feeds?

To configure upstream sources for Azure Artifacts feeds, you need to navigate to feed settings and add public package sources. This allows your feed to automatically fetch packages from public registries like NuGet or npm when they are not found locally.

What are the limits and quotas for Azure Artifacts package management?

Azure Artifacts limits and quotas define the maximum storage capacity and feed size allowed for your organization. Understanding these constraints helps manage package retention policies and prevents exceeding storage thresholds during continuous integration pipelines.

How do I secure NuGet packages in an Azure Artifacts feed?

Securing NuGet packages in Azure Artifacts involves configuring feed permissions to restrict user access and using upstream sources safely. You can set up role-based access control to ensure only authorized team members can publish or restore packages.

Does Azure Artifacts work with CI/CD pipelines for npm package deployment?

Azure Artifacts integrates with CI/CD pipelines to automate npm package deployment by providing a secure feed endpoint. You can configure your pipeline to authenticate and publish npm packages directly to your internal feed during the build process.

What is the best way to manage package versions in Azure DevOps Artifacts?

The best way to manage package versions in Azure DevOps Artifacts is to follow semantic versioning and implement package retention policies. This ensures your team consumes the correct package versions while automatically cleaning up outdated or unused versions to save storage.

How do I integrate Azure Artifacts with existing development workflows?

Integrating Azure Artifacts with existing development workflows requires configuring your package managers to authenticate with the Azure DevOps feed. This enables seamless package restore and publish operations directly from your development environment and CI/CD pipelines.