> 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/fr/deploiement-de-scepman/deployment-guides.md).

# Premiers pas

Afin de commencer avec SCEPman, nous avons préparé deux guides qui répondent à différentes exigences et différents périmètres pour votre scénario de déploiement.

**Veuillez utiliser le tableau ci-dessous**, afin de déterminer lequel des deux guides convient le mieux à votre scénario.

## Matrice de décision

{% hint style="info" %}
Si vous avez des conventions de nommage des ressources Azure, des exigences de haute disponibilité ou de mise à l'échelle automatique que vous souhaitez également tester, veuillez commencer directement par **Guide étendu** - même pour votre essai/PoC. Cela vous permettra de réutiliser plus tard le déploiement en production.
{% endhint %}

| Exigence / Périmètre                                                     |                                                               Guide standard                                                              |        Guide étendu        |
| ------------------------------------------------------------------------ | :---------------------------------------------------------------------------------------------------------------------------------------: | :------------------------: |
| J'utilise SCEPman Community Edition                                      | <p><span data-gb-custom-inline data-tag="emoji" data-code="2611">☑️</span></p><p>(toutes les fonctionnalités ne sont pas disponibles)</p> |                            |
| Essai ou PoC                                                             |   <p><span data-gb-custom-inline data-tag="emoji" data-code="2611">☑️</span></p><p>(uniquement <strong>obligatoires</strong> étapes)</p>  |                            |
| Déploiement de production standard                                       |                                                         :ballot\_box\_with\_check:                                                        |                            |
| Je dois respecter les conventions de nommage des ressources Azure        |                                                                                                                                           | :ballot\_box\_with\_check: |
| Haute disponibilité / redondance                                         |                                                                                                                                           | :ballot\_box\_with\_check: |
| Mise à l'échelle automatique                                             |                                                                                                                                           | :ballot\_box\_with\_check: |
| Déploiement Terraform                                                    |                                                                                                                                           | :ballot\_box\_with\_check: |
| Je suis dans une région cloud Azure Government (GCC High, 21Vianet, ...) |                                                                                                                                           | :ballot\_box\_with\_check: |

{% content-ref url="/pages/48026493c04d7e5111a0ce0955bf2eac740aa433" %}
[Guide standard](/fr/deploiement-de-scepman/deployment-guides/community-guide.md)
{% endcontent-ref %}

{% content-ref url="/pages/4925e471b462aabac244d83d974dcf52d1451de1" %}
[Guide étendu](/fr/deploiement-de-scepman/deployment-guides/enterprise-guide-1.md)
{% endcontent-ref %}

## Vidéos

{% embed url="<https://www.youtube.com/watch?v=Q1DTVlxLSoU>" %}
Déploiement de SCEPman 2.0
{% endembed %}

## Scénarios

Pour des exemples de configuration de scénarios spécifiques impliquant des certificats émis par SCEPman, veuillez vous reporter à la section suivante :

{% content-ref url="/pages/d74bd19a0e9764c45a78f9c4c2436c765038313c" %}
[Scénarios](/fr/deploiement-de-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/fr/deploiement-de-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.
