> 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-guides.md).

# はじめに

SCEPman を使い始めるにあたり、デプロイ シナリオのさまざまな要件と範囲に対応する 2 つのガイドを用意しました。

**以下の表をご利用ください**、どちらのガイドがあなたのシナリオに最も適しているかを判断してください。

## 判断マトリックス

{% hint style="info" %}
Azure のリソース命名規則や、高可用性、または自動スケーリングの要件も試したい場合は、次から直接開始してください **拡張ガイド** — Trial/PoC であっても。これにより、後で本番環境で同じデプロイを再利用できます。
{% endhint %}

| 要件 / 範囲                                                      |                                                       標準ガイド                                                       |            拡張ガイド           |
| ------------------------------------------------------------ | :---------------------------------------------------------------------------------------------------------------: | :------------------------: |
| SCEPman Community Edition を使用しています                           |    <p><span data-gb-custom-inline data-tag="emoji" data-code="2611">☑️</span></p><p>(すべての機能が利用できるわけではありません)</p>   |                            |
| 試用版または PoC                                                   | <p><span data-gb-custom-inline data-tag="emoji" data-code="2611">☑️</span></p><p>(のみ <strong>必須の</strong> 手順)</p> |                            |
| 標準的な本番デプロイ                                                   |                                             :ballot\_box\_with\_check:                                            |                            |
| Azure のリソース命名規則に従う必要があります                                    |                                                                                                                   | :ballot\_box\_with\_check: |
| 高可用性 / 冗長化                                                   |                                                                                                                   | :ballot\_box\_with\_check: |
| 自動スケーリング                                                     |                                                                                                                   | :ballot\_box\_with\_check: |
| Terraform デプロイ                                               |                                                                                                                   | :ballot\_box\_with\_check: |
| Azure Government クラウド リージョン (GCC High、21Vianet、...) を使用しています |                                                                                                                   | :ballot\_box\_with\_check: |

{% content-ref url="/pages/fe60d6f74085f3408f77bbf1f85ca4ee62c9b94b" %}
[標準ガイド](/ja/scepman-nodepuroi/deployment-guides/community-guide.md)
{% endcontent-ref %}

{% content-ref url="/pages/0d9e078f81ad4b89c88c62ed6c8e675363de9305" %}
[拡張ガイド](/ja/scepman-nodepuroi/deployment-guides/enterprise-guide-1.md)
{% endcontent-ref %}

## 動画

{% embed url="<https://www.youtube.com/watch?v=Q1DTVlxLSoU>" %}
SCEPman 2.0 のデプロイ
{% endembed %}

## シナリオ

SCEPman 発行の証明書を含む特定のシナリオの構成例については、次のセクションを参照してください:

{% content-ref url="/pages/78904f0f76b6610aca040d2549251c576340b7c1" %}
[シナリオ](/ja/scepman-nodepuroi/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/ja/scepman-nodepuroi/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.
