> 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-gou-cheng/application-artifacts.md).

# アプリケーション成果物

## 利用可能な SCEPman チャネル

SCEPman の Web アプリケーション向けに 3 つのチャネルを提供しています。実際のアーティファクトは、次の場所でもご覧いただけます [GitHub](https://github.com/scepman/install/tree/master/dist)。いずれかの更新チャネルから更新を受け取るには、下の該当 URL を次にコピーしてください [WEBSITE\_RUN\_FROM\_PACKAGE](/ja/scepman-gou-cheng/application-settings/basics.md#website_run_from_package) SCEPman App Service の設定。

独立したアーティファクト ホストは 2 つあり、GitHub と Azure (install.scepman.com) です。どちらか一方が失敗した場合は、もう一方に切り替えられます。したがって、各チャネルには 2 つのダウンロード URL があります。

{% tabs fullWidth="false" %}
{% tab title="Windows App Service" %}

### SCEPman 本番チャネル

* 正式リリース版
* 機能テストおよび負荷テスト済み
* バグは想定されません

```
https://raw.githubusercontent.com/scepman/install/master/dist/Artifacts.zip
```

```
https://install.scepman.com/dist/Artifacts.zip
```

### SCEPman ベータ チャネル

* 次の本番リリース
* 機能テスト済み、ただし負荷テストなし
* バグの可能性あり

```
https://raw.githubusercontent.com/scepman/install/master/dist/Artifacts-Beta.zip
```

```
https://install.scepman.com/dist/Artifacts-Beta.zip
```

### SCEPman 内部チャネル

* 開発継続中
* 限定的な機能テスト済み、負荷テストなし
* バグが想定されます

```
https://raw.githubusercontent.com/scepman/install/master/dist/Artifacts-Intern.zip
```

```
https://install.scepman.com/dist/Artifacts-Intern.zip
```

### SCEPman 遅延チャネル

* 最新から 2 番目のバージョン
* 機能テストおよび負荷テスト済み
* 最新のバグ修正と機能は含まれません

```
https://raw.githubusercontent.com/scepman/install/deferred/dist/Artifacts.zip
```

{% endtab %}

{% tab title="Linux App Service" %}

### SCEPman 本番チャネル (Linux)

* 正式リリース版
* 機能テストおよび負荷テスト済み
* バグは想定されません

```
https://raw.githubusercontent.com/scepman/install/master/dist/Artifacts-Linux.zip
```

```
https://install.scepman.com/dist/Artifacts-Linux.zip
```

### SCEPman ベータ チャネル (Linux)

* 次の本番リリース
* 機能テスト済み、ただし負荷テストなし
* バグの可能性あり

```
https://raw.githubusercontent.com/scepman/install/master/dist/Artifacts-Linux-Beta.zip
```

```
https://install.scepman.com/dist/Artifacts-Linux-Beta.zip
```

### SCEPman 内部チャネル (Linux)

* 開発継続中
* 限定的な機能テスト済み、負荷テストなし
* バグが想定されます

```
https://raw.githubusercontent.com/scepman/install/master/dist/Artifacts-Linux-Internal.zip
```

```
https://install.scepman.com/dist/Artifacts-Linux-Internal.zip
```

### SCEPman 遅延チャネル (Linux)

* 最新から 2 番目のバージョン
* 機能テストおよび負荷テスト済み
* 最新のバグ修正と機能は含まれません

```
https://raw.githubusercontent.com/scepman/install/deferred/dist/Artifacts-Linux.zip
```

{% endtab %}
{% endtabs %}

## 利用可能な SCEPman Certificate Master チャネル

SCEPman の Web アプリケーション向けに 3 つのチャネルを提供しています。実際のアーティファクトは、次の場所でもご覧いただけます [GitHub](https://github.com/scepman/install/tree/master/dist-certmaster)。いずれかの更新チャネルから更新を受け取るには、下の該当 URL を次にコピーしてください [WEBSITE\_RUN\_FROM\_PACKAGE](/ja/scepman-gou-cheng/application-settings-1/basics.md#website_run_from_package) Certificate Master App Service の設定。

{% tabs fullWidth="false" %}
{% tab title="Windows App Service" %}

### Certificate Master 本番チャネル

```
https://raw.githubusercontent.com/scepman/install/master/dist-certmaster/CertMaster-Artifacts.zip
```

```
https://install.scepman.com/dist-certmaster/CertMaster-Artifacts.zip
```

### Certificate Master ベータ チャネル

```
https://raw.githubusercontent.com/scepman/install/master/dist-certmaster/CertMaster-Artifacts-Beta.zip
```

```
https://install.scepman.com/dist-certmaster/CertMaster-Artifacts-Beta.zip
```

### Certificate Master 内部チャネル

```
https://raw.githubusercontent.com/scepman/install/master/dist-certmaster/CertMaster-Artifacts-Intern.zip
```

```
https://install.scepman.com/dist-certmaster/CertMaster-Artifacts-Intern.zip
```

### Certificate Master 遅延チャネル

```
https://raw.githubusercontent.com/scepman/install/deferred/dist-certmaster/CertMaster-Artifacts.zip
```

{% endtab %}

{% tab title="Linux App Service" %}

### Certificate Master 本番チャネル (Linux)

```
https://raw.githubusercontent.com/scepman/install/master/dist-certmaster/CertMaster-Artifacts-Linux.zip
```

```
https://install.scepman.com/dist-certmaster/CertMaster-Artifacts-Linux.zip
```

### Certificate Master ベータ チャネル (Linux)

```
https://raw.githubusercontent.com/scepman/install/master/dist-certmaster/CertMaster-Artifacts-Linux-Beta.zip
```

```
https://install.scepman.com/dist-certmaster/CertMaster-Artifacts-Linux-Beta.zip
```

### Certificate Master 内部チャネル (Linux)

```
https://raw.githubusercontent.com/scepman/install/master/dist-certmaster/CertMaster-Artifacts-Linux-Internal.zip
```

```
https://install.scepman.com/dist-certmaster/CertMaster-Artifacts-Linux-Internal.zip
```

### Certificate Master 遅延チャネル (Linux)

```
https://raw.githubusercontent.com/scepman/install/deferred/dist-certmaster/CertMaster-Artifacts-Linux.zip
```

{% endtab %}
{% endtabs %}

## カスタム アーティファクトの場所

更新プロセスと App Service に読み込まれるアーティファクトを完全に制御したい場合は、独自の Azure Storage Account をデプロイできます。更新チャネルのいずれかを使用することを推奨します。これが不要な場合は、このセクションをスキップしてください。

1\. まず、次の場所から始めます: **リソース グループ** SCEPman をデプロイした場所で、次をクリックします: **+ 追加**

2\. 次を検索します: **ストレージ アカウント** を Marketplace の検索バーで検索し、次をクリックします: **ストレージ アカウント - blob, file, table, queue**

3\. サブスクリプションとリソース グループは事前に選択されているため、次の設定の定義を開始できます: **ストレージ アカウント名、場所、パフォーマンス、アカウントの種類、レプリケーション、アクセス層** (スクリーンショットに示されている設定を使用してください)

![](https://114237723-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoGejQeUQcw7lqnQ3WX%2Fuploads%2Fgit-blob-685adac45a1fdda900444eb6d6206ea30f9b6b6d%2Fimage.png?alt=media)

4\. 次へ移動します: **詳細設定** タブを開き、次を設定します: **Blob のパブリック アクセス** を **有効**

5\. 次をクリックします: **確認 + 作成** そして次に **作成**

6\. ストレージ アカウントの作成に成功したら、ストレージ アカウントの概要を開き、次を開くことができます: **Storage Explorer (プレビュー)**

その中で **Storage Explorer (プレビュー)** 次を右クリックできます: **BLOB コンテナー** を選択し **Blob コンテナーを作成します。** 次を指定します: **名前** そして次を設定します: **パブリック アクセス レベル** を **Blob に設定します。** その後、次をクリックできます: **作成**

![](https://114237723-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoGejQeUQcw7lqnQ3WX%2Fuploads%2Fgit-blob-f18a9cb00dbfd643f34c17844bfe0ac167c688e1%2Fscreenshot-2020-07-09-at-17.20.42.png?alt=media)

8\. 次を再読み込みする必要があります: **Storage Explorer (プレビュー)** その後、次の下にコンテナーが表示されます: **BLOB コンテナー**。これで、GitHub からアーティファクトをダウンロードし（次を参照: [アプリケーション成果物](#available-channels))

9\. アップロードに成功したら、Blob を選択して次をクリックできます: **URL をコピー。** この URL は次のパートで必要です: **アーティファクトの変更 (**[**アプリケーション成果物**](#change-artifacts)**)**

## アーティファクトの変更

SCEPman を継続的に更新するには、構成変数を次に向けることができます: [メンテナンスされている GitHub リポジトリ](https://github.com/scepman/install) の SCEPman (**Evergreen Approach)**&#x518D;起動のたびに、Azure Web App はチェックを行い、必要であればコピー デプロイを実行します。

{% stepper %}
{% step %}

### Azure Portal に移動します

{% endstep %}

{% step %}

### App Services に移動します

{% endstep %}

{% step %}

### SCEPman App Service を選択します

{% endstep %}

{% step %}

### 環境変数に移動します

{% endstep %}

{% step %}

### パラメーター WEBSITE\_RUN\_FROM\_PACKAGE を見つけて編集します

URL を、選択したものに置き換えます [SCEPman 更新チャネル](#available-scepman-channels) または [カスタム アーティファクトの場所](#custom-artifact-location)

<figure><img src="https://114237723-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoGejQeUQcw7lqnQ3WX%2Fuploads%2FjFpZIhYe1S1sHitbse3Q%2Fimage.png?alt=media&amp;token=2dd0f4a8-1ac4-4e98-a059-44614a3ef94f" alt=""><figcaption></figcaption></figure>

<figure><img src="https://114237723-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoGejQeUQcw7lqnQ3WX%2Fuploads%2FYuyCFs8FBDpD0KgZlCKD%2Fimage.png?alt=media&amp;token=594438dd-e45e-43d6-80e2-54508c4a67bb" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Certificate Master について手順 1 ～ 5 を繰り返します（任意）

Certificate Master には同じ WEBSITE\_RUN\_FROM\_PACKAGE パラメーターがあります。これは別の [Certificate Master 更新チャネル](#available-scepman-certificate-master-channels) または [カスタム アーティファクトの場所](#custom-artifact-location)
{% endstep %}
{% endstepper %}


---

# 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-gou-cheng/application-artifacts.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.
