# 基本

## AppConfig:SCEPman:URL

*Linux: AppConfig\_\_SCEPman\_\_URL*

**値:** 文字列 (URL)

**説明:**\
これは、この Certificate Master に属する SCEPman インスタンスの URL です。geo-redundant 構成の場合、これは Certificate Master に最も近い SCEPman App Service の URL である必要があります。Certificate Master は、署名のためにこの SCEPman インスタンスへ証明書要求を送信します。

## AppConfig:IntuneCertificateSearchStrategy

*Linux: AppConfig\_\_IntuneCertificateSearchStrategy*

**値:** *Management*, *Reporting*、または *CombineManagementAndReporting*

**説明:**\
Intune で発行済み証明書を照会する際に使用するバックエンド API を定義します。

{% hint style="danger" %}
変更するとサービスに悪影響を及ぼす可能性があります！
{% endhint %}

## AppConfig:AzureStorage:TableStorageEndpoint

*Linux: AppConfig\_\_AzureStorage\_\_TableStorageEndpoint*

これは、証明書情報の保存に使用する Table Storage Endpoint を定義します。

{% hint style="danger" %}
変更するとサービスに悪影響を及ぼす可能性があります！
{% endhint %}

## AppConfig:RemoteDebug

*Linux: AppConfig\_\_RemoteDebug*

**値:** *日付* または *false*

**説明:**\
サポート目的で、デバッグ ログ情報を当社のクラウドベースの監視ソリューションに送信できます。これにより、サポート ケースを迅速化できます。

この機能は、リモート デバッグ ログを有効にする日付に値を変更することで、有効化および無効化できます。この日付以降、SCEPman は再起動するまでデバッグ ログの送信を続けます。Microsoft App Services は定期的に自動再起動し、通常は 2 週間の期間内に行われます。値は 1 週間後の日付を YYYY-MM-DD 形式で設定することを推奨します。たとえば、2025-05-05 には 2025-05-12 に設定します。

バージョン 2.8 までは、「true」を使用することもできました。SCEPman および Certificate Master バージョン 2.9 以降では、これは使用できません。

{% hint style="info" %}
設定を有効にして保存した後、SCEPman App Service を再起動することを忘れないでください。
{% endhint %}

## WEBSITE\_RUN\_FROM\_PACKAGE

この設定は、App Service の起動時に読み込まれる Application Artifacts を指します。


---

# Agent Instructions: 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:

```
GET https://docs.scepman.com/ja/scepman-gou-cheng/application-settings-1/basics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
