> 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/pt/configuracao-do-azure/backup-considerations.md).

# Considerações de cópia de segurança

Por padrão, os recursos do Azure do SCEPman oferecem recursos integrados de resiliência de dados e alta disponibilidade, reduzindo a necessidade de processos manuais de backup em implantações típicas. No entanto, em casos extremos (como requisitos de conformidade, configurações personalizadas ou objetivos específicos de recuperação), estratégias manuais ou suplementares de backup podem ser necessárias. Nesses cenários, as seguintes considerações e planos de backup devem ser seguidos para garantir a proteção dos dados e a continuidade dos negócios.

## Key Vault

### Cópia de segurança

Qualquer certificado do Key Vault pode ter backup feito navegando até ele e clicando no `Baixar backup` botão:

<figure><img src="https://3802289327-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" %}
**Considerações**:

* O backup deste certificado será criptografado no Azure Key Vault e só poderá ser restaurado no Azure Key Vault dentro da mesma assinatura
* Pelo menos *Contribuidor do Key Vault* função necessária
  {% endhint %}

### Restaurar

Um certificado do Key Vault com backup pode ser restaurado em qualquer Key Vault da mesma assinatura usando a `Restaurar backup` função no armazenamento de certificados:

<figure><img src="https://3802289327-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" %}
**Considerações**:

* Um backup de uma chave HSM só pode ser restaurado em um Key Vault de SKU Premium
* A conta de restauração precisa ter pelo menos a função de *Contribuidor do Key Vault*
  {% endhint %}

<figure><img src="https://3802289327-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/pt/configuracao-do-azure/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.
