> 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).

# Primeiros passos

Para começar com SCEPman, preparamos dois guias que abordam diferentes requisitos e escopos para o seu cenário de implantaçã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 você tenha convenções de nomenclatura de recursos do Azure, alta disponibilidade ou requisitos de escalonamento automático que também gostaria de testar, comece diretamente com **Guia Estendido** - mesmo para o seu Trial/PoC. Isso permitirá que você reutilize a implantação em produção posteriormente.
{% endhint %}

| Requisito / Escopo                                                         |                                                            Guia Padrão                                                            |       Guia Estendido       |
| -------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------: | :------------------------: |
| Estou usando a Edição Comunitária do SCEPman                               |      <p><span data-gb-custom-inline data-tag="emoji" data-code="2611">☑️</span></p><p>(nem todos os recursos disponíveis)</p>     |                            |
| Teste ou PoC                                                               | <p><span data-gb-custom-inline data-tag="emoji" data-code="2611">☑️</span></p><p>(apenas <strong>obrigatório</strong> etapas)</p> |                            |
| Implantação padrão em produção                                             |                                                     :ballot\_box\_with\_check:                                                    |                            |
| Devo obedecer às convenções de nomenclatura de recursos do Azure           |                                                                                                                                   | :ballot\_box\_with\_check: |
| Alta disponibilidade / redundância                                         |                                                                                                                                   | :ballot\_box\_with\_check: |
| Escalonamento automático                                                   |                                                                                                                                   | :ballot\_box\_with\_check: |
| implantação do Terraform                                                   |                                                                                                                                   | :ballot\_box\_with\_check: |
| Estou em uma região de nuvem 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 estendido](/pt/implementacao-do-scepman/deployment-guides/enterprise-guide-1.md)
{% endcontent-ref %}

## Vídeos

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

## Cenários

Para exemplos de configuração de cenários específicos que envolvem certificados emitidos pelo SCEPman, consulte a seção a seguir:

{% 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.
