# Backup Considerations

By default, SCEPmans Azure resources offer built-in data resiliency and high availability features, reducing the need for manual backup processes in typical deployments. However, in certain edge cases—such as compliance requirements, custom configurations, or specific recovery objectives—manual or supplementary backup strategies may be necessary. In these scenarios, the following backup considerations and plans should be followed to ensure data protection and business continuity.

## Key Vault

### Backup

Any Key Vault certificate can be backed up by navigating into it and clicking the `Download Backup` button:

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

{% hint style="warning" %}
**Considerations**:&#x20;

* The backup of this certificate will be encrypted to Azure Key Vault and can only be restored in Azure Key Vault within the same subscription
* At least *Key Vault Contributor* role required
  {% endhint %}

### Restore

A back upped Key Vault certificate can be restored in any Key Vault of the same subscription using the `Restore Backup` function in the its Certificate store:

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

{% hint style="warning" %}
**Considerations**:

* A backup of a HSM key can only be restored on a Key Vault of  Premium SKU
* The restoring account needs to have at least the role of *Key Vault Contributor*
  {% endhint %}

<figure><img src="/files/baBW9SpzkKvrfzGc5v3c" 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/azure-configuration/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.
