> 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

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

<figure><img src="/files/f8eeb1306db3aa7dba94907966a4a720e4da661b" alt=""><figcaption></figcaption></figure>

* Klicken Sie auf **Create**.
* Folgen Sie nun diesen Schritten, um SCEPman in Ihrem Azure-Tenant bereitzustellen:

<figure><img src="/files/c108da9b2237c6b54bb99508dd85d7b0634c02ab" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Wenn Sie einen Lizenzschlüssel haben, können Sie ihn in das Feld einfügen **License Key**. 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 **Organization Name** den Verzicht 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 die **Region** gemäß Ihrem bevorzugten Rechenzentrumsstandort fest. Sie **muss** der Region der Ressourcengruppe entsprechen – falls Sie eine vorhandene ausgewählt haben. Andernfalls wird sie der Ressourcengruppe zugewiesen.
3. Legen Sie ein **Organization Name**. Dieses Feld ist **wichtig** da die hier angegebene Organisation sich im O=-Feld der Root CA widerspiegeln wird, die später erstellt wird.
4. Wählen Sie Ihren bevorzugten **Update-Kanal**. Standardmäßig ist der [Evergreen-Ansatz](/de/azure-konfiguration/update-strategy.md#evergreen-approach) als [Update-Strategie](/de/azure-konfiguration/update-strategy.md)konfiguriert. 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 **Production Channel** (Standard).
5. Klicken Sie auf **Review + Create**.
6. Klicken Sie auf **Create**.

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.
