# バックアップに関する考慮事項

既定では、SCEPman の Azure リソースは、組み込みのデータ耐障害性と高可用性機能を提供しており、一般的なデプロイでは手動バックアップ प्रक्र प्रक्रियाの必要性を減らします。ただし、コンプライアンス要件、カスタム構成、特定の復旧目標など、特定のエッジケースでは、手動または補助的なバックアップ戦略が必要になる場合があります。これらのシナリオでは、データ保護と事業継続性を確保するため、以下のバックアップに関する考慮事項と計画に従う必要があります。

## Key Vault

### バックアップ

任意の Key Vault 証明書は、そこに移動して `バックアップのダウンロード` ボタンをクリックすることでバックアップできます:

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

{% hint style="warning" %}
**考慮事項**:&#x20;

* この証明書のバックアップは Azure Key Vault 用に暗号化されており、同じサブスクリプション内の Azure Key Vault でのみ復元できます
* 少なくとも *Key Vault Contributor* ロールが必要
  {% endhint %}

### 復元

バックアップされた Key Vault 証明書は、 `バックアップの復元` 機能を使用して、同じサブスクリプション内の任意の Key Vault で復元できます:

<figure><img src="/files/6935a715d0c331b353baeb7958868b12299a19f4" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**考慮事項**:

* HSM キーのバックアップは、Premium SKU の Key Vault でのみ復元できます
* 復元を行うアカウントには、少なくとも次のロールが必要です *Key Vault Contributor*
  {% endhint %}

<figure><img src="/files/5770322467575e268a1ad6615eaca22293988382" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.scepman.com/ja/azure-gou-cheng/backup-considerations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
