> For the complete documentation index, see [llms.txt](https://docs.scepman.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scepman.com/ja/azure-gou-cheng/backup-considerations.md).

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

既定では、SCEPman の Azure リソースには組み込みのデータ耐障害性と高可用性機能が備わっており、一般的なデプロイメントでは手動のバックアップ作業の必要性が軽減されます。ただし、例外的なケース（コンプライアンス要件、カスタム構成、特定の復旧目標など）では、手動または補助的なバックアップ戦略が必要になる場合があります。これらのシナリオでは、データ保護と事業継続性を確保するため、以下のバックアップに関する考慮事項と計画に従ってください。

## Key Vault

### バックアップ

任意の Key Vault 証明書は、それを開いて次の `バックアップをダウンロード` ボタン:

<figure><img src="https://114237723-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoGejQeUQcw7lqnQ3WX%2Fuploads%2F71OG7C8Buay9Nj88qdRl%2Fimage.png?alt=media&amp;token=d8f1fa6d-de59-4f86-8bb1-e7038245ba1d" alt=""><figcaption></figcaption></figure>

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

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

### 復元

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

<figure><img src="https://114237723-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoGejQeUQcw7lqnQ3WX%2Fuploads%2Fgjvd52jnXoGA6y1OP18g%2Fimage.png?alt=media&amp;token=f1effe43-5f48-4c08-844b-82430a4a3669" alt=""><figcaption></figcaption></figure>

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

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

<figure><img src="https://114237723-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoGejQeUQcw7lqnQ3WX%2Fuploads%2F0OxcYl3mMUPJLtoAHizb%2Fimage.png?alt=media&amp;token=5ce842b6-bb3e-448a-a548-931318389ef0" alt=""><figcaption></figcaption></figure>


---

# 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.scepman.com/ja/azure-gou-cheng/backup-considerations.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.
