> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/keeperpam/jp/privileged-access-manager/password-rotation/rotation-use-cases/azure.md).

# Azure

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

## 概要 <a href="#overview" id="overview"></a>

このセクションでは、Azureネットワーク環境内のユーザー認証情報を、対象となる様々なシステムでローテーションする方法について取り扱います。ローテーションは、デフォルトのディレクトリでもあるMicrosoft Entra IDに設定されてアタッチされたデバイスで動作します。

KeeperPAMで、Microsoft Entra IDユーザー、サービスアカウント、ローカル管理者ユーザー、ローカルユーザー、マネージドサービス、データベースなどのパスワードをローテーションできます。

### KeeperPAMレコードタイプ

Microsoft Entra IDの構成は、Keeperシークレットマネージャーの**PAM構成**で定義します。

Microsoft Entra ID参加済みデバイスの構成は、**PAMディレクトリ、PAMマシン**、**PAMデータベース**のレコードタイプで定義されます。以下の表には、KeeperローテーションでサポートされているMicrosoft Entra ID参加済みデバイスと、それらに対応するPAMレコードタイプが記載されています。

| Microsoft Entra ID参加済みデバイス      | 対応するPAMレコードタイプ |
| ------------------------------- | -------------- |
| Microsoft Entra Domain Services | PAMディレクトリ      |
| 仮想マシン                           | PAMマシン         |
| マネージドデータベース                     | PAMデータベース      |

Microsoft Entra IDユーザーのクレデンシャルの設定は、**PAMユーザー**レコードで定義されます。

## ローテーションの要件

Azure環境内でユーザー認証情報をローテーションする前に、以下の情報と構成を用意しておきます。

1. ローテーションで使用するMicrosoft Entra ID参加済みデバイスはすべて、Microsoft Entra ID内で作成および構成する必要があります。
2. Azureネットワーク内でローテーションを正常に構成および設定するには、[PAM構成](/keeperpam/jp/privileged-access-manager/getting-started/pam-configuration.md)で以下の値が必要です。

<table><thead><tr><th width="222.9933155080214">フィールド</th><th>説明</th></tr></thead><tbody><tr><td><strong>クライアントID</strong></td><td>Azureアプリケーションのアプリケーション/クライアントID (UUID)</td></tr><tr><td><strong>クライアントシークレット</strong></td><td>Azureアプリケーションのクライアントのクレデンシャルシークレット</td></tr><tr><td><strong>サブスクリプションID</strong></td><td>Azureサービス (従量課金制) を使用するためのサブスクリプションのUUID</td></tr><tr><td><strong>テナントID</strong></td><td>Microsoft Entra IDのUUID</td></tr></tbody></table>

3. ローテーションに使用する予定のすべてのAzureサービスまたはMicrosoft Entra ID参加済みデバイスが、Microsoft Entra IDにアクセスできることを確かにします。
4. アプリケーションが様々なAzureリソースにアクセスしてアクションを実行できるようにするカスタムロールを作成します。詳しくは、[Azure環境セットアップのページ](/keeperpam/jp/privileged-access-manager/getting-started/pam-configuration/azure-environment-setup.md)をご参照ください

## セットアップ手順

Azureネットワークでパスワードを正常にローテーションするには、以下の手順が必要となります。

1. ローテーションに関連するPAMレコードを格納する共有フォルダの作成します。
2. 各リソースを格納するPAMマシン、PAMデータベース、PAMディレクトリレコードを作成します。
3. 各リソースに必要となるアカウント認証情報を含むPAMユーザーレコードを作成します。
4. PAMユーザーレコードをPAMリソースレコードにリンクします。
5. シークレットマネージャーアプリケーションをPAMレコードが格納されているすべての共有フォルダに割り当てます。
6. Keeperゲートウェイをインストールし、シークレットマネージャーアプリケーションへの追加します。
7. Azure環境設定を使用してPAM構成を作成します。
8. [PAMユーザー](/keeperpam/jp/privileged-access-manager/getting-started/pam-resources/pam-user.md)レコードでローテーション設定を構成します。

## 活用事例

* [Microsoft Entra IDユーザー](/keeperpam/jp/privileged-access-manager/password-rotation/rotation-use-cases/azure/azure-ad-users.md)
* [Azure VMローカルユーザー](/keeperpam/jp/privileged-access-manager/password-rotation/rotation-use-cases/azure/azure-vm-user-accounts.md)
* [Azureマネージドデータベース](/keeperpam/jp/privileged-access-manager/password-rotation/rotation-use-cases/azure/managed-database.md)
* [Azureアプリケーションシークレット](/keeperpam/jp/privileged-access-manager/password-rotation/rotation-use-cases/azure/azure-client-secret-rotation.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://docs.keeper.io/keeperpam/jp/privileged-access-manager/password-rotation/rotation-use-cases/azure.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.
