> 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 がクラウド環境に対して実行するセキュリティチェックの一覧を表示するには、上の「checks」タブへ移動してください [クラウド概要ページ](https://app.aikido.dev/clouds) Azure にフィルターすると、接続済みの Azure サブスクリプションに対して実行された特定のチェックを確認できます。

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

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

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

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

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

![](/files/7b00c40f7e85b359d01e89319d09959a2c8a1407)

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

### 高度なルール

上記のチェックに加えて、Aikido では有効化できる補完的なチェック/ルールのセットも提供しています。これらを高度なクラウドルールと呼んでおり、次の場所で確認できます [こちら](https://app.aikido.dev/clouds/checks?cloudCheckType=advanced)。これらのルールのいずれかを有効にすると、結果が（新しい issue として [フィード](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.
