> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/autofix-and-remediation/connect-private-packages/azure-devops-artifact-feed-private-packages.md).

# Azure DevOps Artifact Feed - Private Packages

For node project, the connection with an Azure DevOps Artifact Feed can be configured by providing an `.npmrc` file in the Aikido Autofix configuration

1. Go to your account's settings page for the autofixer in Aikido, [here](https://app.aikido.dev/issues/fix/settings).
2. Click on "Connect Registry", an select "NPM"

<figure><img src="/files/LFuePJumtn75Rl5Qr52d" alt=""><figcaption></figcaption></figure>

3. Fill in the `.nmprc` file like described below

<figure><img src="/files/sLV3BPmEesaresXug84l" alt=""><figcaption></figcaption></figure>

4. Click "Connect Registry" to save the configuration.

### Obtaining the .npmrc for Azure DevOps

1. In Azure Devops, navigate to the "Artifacts" page of the project, click on "Connect to Feed" button and select "NPM" from the list
2. You will now land on page describing how to setup the project, select "Other" From the project setup tabs, you should see a page with setup instructions similar to this. Follow the steps and paste the `.npmrc` content into Aikido.

![Azure npm registry setup instructions with authentication and access token configuration steps.](/files/UuNqVd2NbVOSwbDP2EBg)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/autofix-and-remediation/connect-private-packages/azure-devops-artifact-feed-private-packages.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
