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

# マーケットプレイス展開

* Azure Marketplace から SCEPman をデプロイするには、こちらをご覧ください [**リンク**](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/glueckkanja-gabag.scepman?tab=Overview).
* クリック **今すぐ入手** をクリックし、その後 **続行**してください。Azure Portal の Marketplace 項目にリダイレクトされます。

<figure><img src="/files/94340f827dba0a687aa8edfe138bfcdc1dee592f" alt=""><figcaption></figcaption></figure>

* クリック **作成**.
* それでは、次の手順に従って Azure テナントに SCEPman をデプロイしてください:

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

{% hint style="info" %}
ライセンスキーをお持ちの場合は、フィールドに貼り付けることができます **ライセンスキー**。無料の SCEPman Community Edition を使用する場合は、空欄のままにしてください。
{% endhint %}

{% hint style="warning" %}
互換性を最大化するため、 **組織名** では次を省略することを推奨します

* 言語固有の特殊文字（例: ö、ø、é、...）
* 先頭のスペース（単語間のスペースは使用できます）
* 引用符
  {% endhint %}

1. 既存の **リソース グループ** を選択するか、新しいものを作成します（SCEPman のリソースはこのグループにデプロイされます）
2. 設定してください **リージョン** をお好みのデータセンター所在地に合わせてください。それは **必ず** 、既存のものを選択している場合はリソース グループのリージョンと一致している必要があります。そうでない場合は、そのリソース グループに割り当てられます。
3. 設定してください **組織名**。この項目は **重要です** 。ここで指定した組織名は、後で作成されるルート CA の O= フィールドに反映されるためです。
4. お好みの **更新チャネル**を選択してください。既定では、 [Evergreen アプローチ](/ja/azure-gou-cheng/update-strategy.md#evergreen-approach) が [更新戦略](/ja/azure-gou-cheng/update-strategy.md)として構成されています。このパラメーターは、SCEPman のバイナリをどの [チャネル](/ja/scepman-gou-cheng/application-artifacts.md) から読み込むかを決定します。本番環境では、 **Production Channel** （既定）を使用することを推奨します。
5. クリック **レビュー + 作成**.
6. クリック **作成**.

おめでとうございます！SCEPman のデプロイは完了しました。インストールを完了するために、 [次の手順](/ja/scepman-depuroi/deployment-guides/community-guide.md#step-2-perform-post-deployment-steps-permission-assignments) を [標準ガイド](/ja/scepman-depuroi/deployment-guides/community-guide.md) 続けてください。


---

# 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/ja/scepman-depuroi/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.
