> 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/kuraudosukyan/connect-your-cloud/azure/connect-azure-cloud-account-to-aikido.md).

# Azureクラウドを接続する

クラウドインフラを保護することは、データを守るうえで非常に重要です。Aikido のセキュリティチェックを活用して、インフラ内の設定ミスを検出し、対処できます。

Aikido がクラウド環境に対して実行したセキュリティチェックの一覧を表示するには、の [クラウド概要ページ](https://app.aikido.dev/clouds)。Azure に絞り込むと、接続済みの Azure サブスクリプションに対して実行される個別のチェックを確認できます。

始めるには、 [クラウド概要ページ](https://app.aikido.dev/clouds) Aikido で「クラウドを接続」をクリックしてください。ステップごとのセットアップウィザードに従って、Azure サブスクリプションを Aikido に接続します。

<figure><img src="https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-c4fd10a03f715733ed35f8d07ede269a449dda2b%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

セットアップウィザードが、～内で新しい「アプリ登録」を作成する手順をご案内します。 **Microsoft Entra ID サービス** Aikido 専用の API シークレットを使用します。最後のステップでは、特定の閲覧者ロール（「Security reader」「Log analytics reader」）を割り当て、Azure クラウド内の特定のサービスへの限定的な読み取り専用アクセスを付与します。これにより、Aikido はリソースに意図しない変更を加えるリスクなしにセキュリティチェックを実行できます。

API シークレットは、Aikido がリソースをスキャンするために必要な API リクエストを送信する際に使用されます。シークレットの有効期限が近づくと、Aikido からメールで通知されます。

最後に、Aikido で接続済みサブスクリプションに名前を付け、動作する環境（開発、本番など）を指定できます。この情報は、重大度とビジネスへの影響に基づいて、Aikido が検出結果の優先順位を付けるのに役立ちます。

![](https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-5a150e43145ee0115fe707e10aefed6b77d30fa1%2Fucarecdn-09b2e048-f427-40c2-9b47-e8ae568b3e92.png?alt=media)

アカウントを接続してから 1〜2 分以内に、Aikido は脅威となり得る設定ミスを報告します。

### 高度なルール

上記のチェックに加えて、Aikido では有効化できる補完的なチェック/ルールのセットも提供しています。これらを高度なクラウドルールと呼び、 [こちら](https://app.aikido.dev/clouds/checks?cloudCheckType=advanced)で見つけられます。これらのルールを有効にすると、結果は数秒以内に（ [フィード](https://app.aikido.dev/queue)内の新しい問題として）表示されるはずです。

標準のチェックと同様に、これらはクラウド環境のスキャンごとに評価されます。さらに、コンプライアンスレポートにもマッピングされます。デフォルトでは、高度なルールは有効化しない限り、コンプライアンスレポートでは *無効* として表示されます。


---

# 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/kuraudosukyan/connect-your-cloud/azure/connect-azure-cloud-account-to-aikido.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.
