> 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/implementacao-do-scepman/deployment-guides.md).

# Introdução

Para começar com o SCEPman, preparamos dois guias que abordam diferentes requisitos e âmbitos para o seu cenário de implementação.

**Por favor, use a tabela abaixo**, para decidir qual dos dois guias é o mais adequado para o seu cenário.

## Matriz de decisão

{% hint style="info" %}
Caso tenha convenções de nomenclatura de recursos Azure, requisitos de alta disponibilidade ou autoescalonamento que também gostaria de testar, por favor comece diretamente com **Guia estendido** - mesmo para o seu Trial/PoC. Isto permitirá reutilizar a implementação em produção mais tarde.
{% endhint %}

| Requisito / Âmbito                                                       |                                                              Guia padrão                                                              |       Guia estendido       |
| ------------------------------------------------------------------------ | :-----------------------------------------------------------------------------------------------------------------------------------: | :------------------------: |
| Estou a usar a Edição Community do SCEPman                               | <p><span data-gb-custom-inline data-tag="emoji" data-code="2611">☑️</span></p><p>(nem todas as funcionalidades estão disponíveis)</p> |                            |
| Teste ou PoC                                                             |   <p><span data-gb-custom-inline data-tag="emoji" data-code="2611">☑️</span></p><p>(apenas <strong>obrigatórios</strong> passos)</p>  |                            |
| Implementação padrão de produção                                         |                                                       :ballot\_box\_with\_check:                                                      |                            |
| Tenho de obedecer às convenções de nomenclatura de recursos Azure        |                                                                                                                                       | :ballot\_box\_with\_check: |
| Alta disponibilidade / redundância                                       |                                                                                                                                       | :ballot\_box\_with\_check: |
| Autoescalonamento                                                        |                                                                                                                                       | :ballot\_box\_with\_check: |
| Implementação com Terraform                                              |                                                                                                                                       | :ballot\_box\_with\_check: |
| Estou numa região de cloud do Azure Government (GCC High, 21Vianet, ...) |                                                                                                                                       | :ballot\_box\_with\_check: |

{% content-ref url="/pages/d5bd527022ae42916f08ee7933a64e51ae188de2" %}
[Guia padrão](/pt/implementacao-do-scepman/deployment-guides/community-guide.md)
{% endcontent-ref %}

{% content-ref url="/pages/36d8467841b710ab9ce88ecf5e29cca518fc8221" %}
[Guia alargado](/pt/implementacao-do-scepman/deployment-guides/enterprise-guide-1.md)
{% endcontent-ref %}

## Vídeos

{% embed url="<https://www.youtube.com/watch?v=Q1DTVlxLSoU>" %}
Implementação do SCEPman 2.0
{% endembed %}

## Cenários

Para exemplos de configuração de cenários específicos que envolvam certificados emitidos pelo SCEPman, consulte a secção seguinte:

{% content-ref url="/pages/1fffd0d8758d4585b770c10b8f74e9f024130f90" %}
[Cenários](/pt/implementacao-do-scepman/deployment-guides/scenarios.md)
{% endcontent-ref %}


---

# 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/implementacao-do-scepman/deployment-guides.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.
