> 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 で接続したサブスクリプションに名前を付け、運用環境（開発、本番、など）を指定できます。この情報は、ビジネスへの深刻度や影響度に基づいて、Aikido が検出結果の優先順位を付けるのに役立ちます。

![](/files/7b00c40f7e85b359d01e89319d09959a2c8a1407)

アカウントを接続してから 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.
