> 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-options/marketplace-deployment.md).

# Marketplace-Bereitstellung

Microsoft Marketplace-Bereitstellung

* Um SCEPman aus dem Microsoft Marketplace bereitzustellen, besuchen Sie bitte diesen [**Link**](https://marketplace.microsoft.com/en-us/marketplace/apps/glueckkanja-gabag.scepman?tab=Overview).
* Klicken Sie auf **Jetzt erhalten** und anschließend **Fortfahren**. Sie werden zum Marketplace-Eintrag im Azure Portal weitergeleitet.

<figure><img src="https://2075553437-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoGejQeUQcw7lqnQ3WX%2Fuploads%2FZpdg5GgDC5ElUpCApluI%2Fimage.png?alt=media&amp;token=22d0570f-c4d0-4c5c-bc13-c5472fdd38b1" alt=""><figcaption></figcaption></figure>

* Klicken Sie auf **Erstellen**.
* Befolgen Sie nun diese Schritte, um SCEPman in Ihrem Azure Tenant bereitzustellen:

<figure><img src="https://2075553437-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoGejQeUQcw7lqnQ3WX%2Fuploads%2FdCCr8AiulMs44OPoyHSz%2FScreenshot_2025-03-26_at_09_07_04.png?alt=media&amp;token=b3bd360d-fe6c-4730-83c6-0bcbdd624dc0" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Wenn Sie einen Lizenzschlüssel haben, können Sie ihn in das Feld einfügen **Lizenzschlüssel**. Lassen Sie es leer, um die kostenlose Community Edition von SCEPman zu verwenden.
{% endhint %}

{% hint style="warning" %}
Um die Kompatibilität zu maximieren, empfehlen wir für den **Organisationsnamen** empfehlen wir, zu verzichten auf

* sprachspezifische Sonderzeichen (z. B. ö, ø, é, ...)
* ein führendes Leerzeichen (Leerzeichen zwischen Wörtern können verwendet werden)
* Anführungszeichen
  {% endhint %}

1. Wählen Sie eine vorhandene **Ressourcengruppe** oder erstellen Sie eine neue (SCEPman-Ressourcen werden in dieser Gruppe bereitgestellt)
2. Legen Sie den **Region** gemäß Ihrem bevorzugten Rechenzentrumsstandort fest. Sie **muss** mit der Region der Ressourcengruppe übereinstimmen – falls Sie eine vorhandene ausgewählt haben. Andernfalls wird sie der Ressourcengruppe zugewiesen.
3. Legen Sie einen **Organisationsnamen**. Dieses Feld ist **wichtig** da die hier angegebene Organisation später im O=-Feld der Root CA erscheinen wird, die erstellt werden soll.
4. Wählen Sie Ihren bevorzugten **Update-Kanal**. Standardmäßig ist der [Evergreen-Ansatz](/de/azure-konfiguration/update-strategy.md#evergreen-approach) als [Aktualisierungsstrategie](/de/azure-konfiguration/update-strategy.md). Dieser Parameter bestimmt, von welchem [Kanal](/de/scepman-konfiguration/application-artifacts.md) die Binärdateien für SCEPman geladen werden. Für Produktionsumgebungen empfehlen wir die Verwendung des **Produktionskanals** (Standard).
5. Klicken Sie auf **Überprüfen + Erstellen**.
6. Klicken Sie auf **Erstellen**.

Glückwunsch! Die Bereitstellung von SCEPman ist abgeschlossen. Bitte fahren Sie mit dem [nächsten Schritt](/de/scepman-bereitstellung/deployment-guides/community-guide.md#step-2-perform-post-deployment-steps-permission-assignments) des [Standard Guide](/de/scepman-bereitstellung/deployment-guides/community-guide.md) fort, um die Installation von SCEPman abzuschließen.


---

# 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-options/marketplace-deployment.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.
