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

# Marketplace デプロイ

Microsoft Marketplace デプロイ

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

<figure><img src="https://114237723-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>

* クリック **作成**.
* それでは、Azure Tenant に SCEPman を展開するには、次の手順に従ってください:

<figure><img src="https://114237723-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" %}
ライセンス キーをお持ちの場合は、フィールドに貼り付けることができます **ライセンス キー**。空欄のままにすると、SCEPman の無料 Community Edition を使用します。
{% endhint %}

{% hint style="warning" %}
互換性を最大化するため、 **組織名** については、以下を省略することをお勧めします

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

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

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


---

# 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-nodepuroi/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.
