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

# Erste Schritte

Um mit SCEPman zu beginnen, haben wir zwei Anleitungen vorbereitet, die unterschiedliche Anforderungen und Umfänge für Ihr Bereitstellungsszenario abdecken.

**Bitte verwenden Sie die folgende Tabelle**, um zu entscheiden, welche der beiden Anleitungen für Ihr Szenario am besten geeignet ist.

## Entscheidungsmatrix

{% hint style="info" %}
Falls Sie auch Azure-Ressourcennamenskonventionen, Anforderungen an Hochverfügbarkeit oder Auto-Scaling testen möchten, beginnen Sie bitte direkt mit **Erweiterten Anleitung** - sogar für Ihren Testbetrieb/PoC. Dadurch können Sie die Bereitstellung später in der Produktion wiederverwenden.
{% endhint %}

| Anforderung / Umfang                                                              |                                                          Standardanleitung                                                         |    Erweiterten Anleitung   |
| --------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------: | :------------------------: |
| Ich verwende SCEPman Community Edition                                            |       <p><span data-gb-custom-inline data-tag="emoji" data-code="2611">☑️</span></p><p>(nicht alle Funktionen verfügbar)</p>       |                            |
| Testbetrieb oder PoC                                                              | <p><span data-gb-custom-inline data-tag="emoji" data-code="2611">☑️</span></p><p>(nur <strong>erforderliche</strong> Schritte)</p> |                            |
| Standard-Produktionsbereitstellung                                                |                                                     :ballot\_box\_with\_check:                                                     |                            |
| Ich muss die Azure-Ressourcennamenskonventionen einhalten                         |                                                                                                                                    | :ballot\_box\_with\_check: |
| Hochverfügbarkeit / Redundanz                                                     |                                                                                                                                    | :ballot\_box\_with\_check: |
| Auto-Scaling                                                                      |                                                                                                                                    | :ballot\_box\_with\_check: |
| Terraform-Bereitstellung                                                          |                                                                                                                                    | :ballot\_box\_with\_check: |
| Ich befinde mich in einer Azure Government-Cloud-Region (GCC High, 21Vianet, ...) |                                                                                                                                    | :ballot\_box\_with\_check: |

{% content-ref url="/pages/9a4fa694eedead65275e5c20c5734e8f69286472" %}
[Standardleitfaden](/de/scepman-bereitstellung/deployment-guides/community-guide.md)
{% endcontent-ref %}

{% content-ref url="/pages/1aa76ba6fa1f754c5291652dd879dcceef88eabf" %}
[Erweiterter Leitfaden](/de/scepman-bereitstellung/deployment-guides/enterprise-guide-1.md)
{% endcontent-ref %}

## Videos

{% embed url="<https://www.youtube.com/watch?v=Q1DTVlxLSoU>" %}
SCEPman 2.0-Bereitstellung
{% endembed %}

## Szenarien

Für Konfigurationsbeispiele für spezifische Szenarien, die von SCEPman ausgestellte Zertifikate umfassen, siehe bitte den folgenden Abschnitt:

{% content-ref url="/pages/aaf2120b1e3d0fd28cf978ea4fbbe574641cf647" %}
[Szenarien](/de/scepman-bereitstellung/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/de/scepman-bereitstellung/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.
