> 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/docs/docs-ja/autofix-to/connect-private-packages/azure-devops-artifact-feed-private-packages.md).

# Azure DevOps Artifact Feed - プライベートパッケージ

Node プロジェクトでは、Azure DevOps Artifact Feed との接続は、次を提供することで設定できます。 `.npmrc` Aikido Autofix の設定内にあるファイル

1. Aikido の autofixer のアカウント設定ページに移動し、 [こちら](https://app.aikido.dev/issues/fix/settings).
2. 「Connect Registry」をクリックし、「NPM」を選択します

<figure><img src="/files/9dea8059e8a07d09a5e8f2cf8ede80f4011a6aec" alt=""><figcaption></figcaption></figure>

3. 次を入力してください `.nmprc` 以下のようにファイルに

<figure><img src="/files/2f3a0ea72072d7f20af827f1a8f5e7b6c6df142c" alt=""><figcaption></figcaption></figure>

4. 「Connect Registry」をクリックして設定を保存します。

### Azure DevOps における .npmrc の取得

1. Azure Devops で、プロジェクトの「Artifacts」ページに移動し、「Connect to Feed」ボタンをクリックして、一覧から「NPM」を選択します
2. これでプロジェクトの設定方法を説明するページが表示されるので、「Other」を選択します。プロジェクト設定タブには、このようなセットアップ手順が表示されたページが見えるはずです。手順に従い、次を貼り付けて `.npmrc` Aikido に内容を貼り付けます。

![認証とアクセストークンの構成手順を含む Azure npm レジストリのセットアップ手順。](/files/e86d35b489ceb2fff2e09ca870564c9c1fd3fbda)


---

# 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/docs/docs-ja/autofix-to/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.
