> 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/configure/autofix-for-azure-devops.md).

# Azure DevOps向けAutoFix

Aikido Autofix は、プロジェクト内のサードパーティ依存関係にある脆弱性を Aikido が修正できるようにするためのツールです。パッケージの更新などによって脆弱性を解消するプルリクエストを作成することで、これを行います。場合によっては、Aikido Autofix は 1 件の問題だけでなく、脆弱性の一種全体を取り除くことができます。

**Azure DevOps 用の Autofix を設定**

> ワークスペース内のすべてのユーザーは、それぞれ個別に Autofix を設定する必要があります。

既定では、Aikido は Azure DevOps インスタンスに対して読み取り専用アクセスしか持っていません。Aikido Autofix を使用するには、書き込み権限を持つ別のアクセストークンが必要です。組織で「Third-party application access via Oauth」が有効になっていることを確認してください。これは「Organization settings」に移動し、「Policies」をクリックすることで確認できます。

![アプリケーションアクセス、公開プロジェクト、ユーザー招待に関する組織のセキュリティポリシー。](/files/34c618db27ab6591c016661050e54b0c193dcd52)

**手順 1. で Autofix を有効にする** [**Autofix 設定**](https://app.aikido.dev/settings/integrations/autofix) **ページ、または** [**Autofix ページ**](https://app.aikido.dev/issues/fix) **を開き、［Enable Autofix］をクリックします。**

![](/files/a15898a775d31f173bb93fb778b37afe06399825)

**手順 2。** クリック **Authorize**

![](/files/eb9f3d403d07eb50ff62c4c5fdf84a917787b271)

**手順 3。** Aikido に次の権限を付与します **書き込み**

![](/files/25a5ccdfa7bb7b0b9b29cbfb34e21ccbf0b1bd7c)

**手順 4。** 保存をクリックすると完了です。これで、次の場所から autofix の PR を実行できるようになります： [Autofix ページ](https://app.aikido.dev/issues/fix) またはサイドバー内のサブ課題のアクションメニューから（[詳細はこちら](/docs/docs-ja/autofix-to/scope/autofix-for-open-source-dependencies.md)).


---

# 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/configure/autofix-for-azure-devops.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.
