# 国家クラウド プラットフォーム

{% hint style="info" %}
これらの設定は Certificate Master ではなく、SCEPman App Service にのみ適用してください。こちらを参照してください [SCEPman Settings](/ja/scepman-gou-cheng/application-settings.md).
{% endhint %}

SCEPman を GCC High、GCC DoD、21ViaNet のような政府／国内クラウド環境で実行する場合は、いくつかの設定を変更する必要があります。標準の Azure 環境で SCEPman を実行する場合は、既定値を使用するためにこれらの設定は空のままにしてください。以下の設定を使用すると、標準の Azure 環境を使用していない場合に、クラウド固有の URL と値を構成できます。

また、次も参照してください [ログ設定](/ja/scepman-gou-cheng/application-settings/logging.md#appconfig-loggingconfig-azureofferingdomain) 別のクラウド環境の Log Analytics Workspace にログを記録したい場合。

## AppConfig:AzureCloudConfig:AzureADEndpoint

*Linux: AppConfig\_\_AzureCloudConfig\_\_AzureADEndpoint*

**値:** 文字列としての URL

**説明:**\
これは AAD のログオン URL です。既定値は `https://login.microsoftonline.com`.

GCC High では、次を使用します `https://login.microsoftonline.us`。21Vianet では、次を使用します `https://login.partner.microsoftonline.cn`.

## AppConfig:AzureCloudConfig:AzureADGraphEndpoint

*Linux: AppConfig\_\_AzureCloudConfig\_\_AzureADGraphEndpoint*

**値:** 文字列としての URL

**説明:**\
これは AAD Graph の URL です。既定値は `https://graph.windows.net/`.

SCEPman に Microsoft Graph のみを使用させる場合は、これを構成する必要はないかもしれません。

## AppConfig:AzureCloudConfig:AzureADGraphVersion

*Linux: AppConfig\_\_AzureCloudConfig\_\_AzureADGraphVersion*

**値:** 文字列

**説明:**\
使用する AAD Graph のバージョンです。既定値は `1.6`.

## AppConfig:AzureCloudConfig:MSGraphEndpoint

*Linux: AppConfig\_\_AzureCloudConfig\_\_MSGraphEndpoint*

**値:** 文字列としての URL

**説明:**\
Microsoft Graph の URL です。既定値は `https://graph.microsoft.com`.

GCC High では、次を使用します `https://graph.microsoft.us`。GCC DoD では、次を使用します `https://dod-graph.microsoft.us`。21Vianet では、次を使用します `https://microsoftgraph.chinacloudapi.cn`.

## AppConfig:AzureCloudConfig:KeyVaultEndpoint

*Linux: AppConfig\_\_AzureCloudConfig\_\_KeyVaultEndpoint*

**値:** 文字列としての URL

**説明:**\
Azure Key Vault の URL です。既定値は `https://vault.azure.net`.

GCC High では、次を使用します `https://vault.usgovcloudapi.net`。21Vianet では、次を使用します `https://vault.azure.cn`.

## AppConfig:AzureCloudConfig:ManagementEndpoint

*Linux: AppConfig\_\_AzureCloudConfig\_\_ManagementEndpoint*

**値:** 文字列としての URL

**説明:**\
Intune API の URL です。既定値は `https://api.manage.microsoft.com`.

GCC High では、次を使用します `https://api.manage.microsoft.us`.

## AppConfig:AzureCloudConfig:IntuneAppId

*Linux: AppConfig\_\_AzureCloudConfig\_\_IntuneAppId*

**値:** Guid 文字列

**説明:**\
既知の Intune App ID です。既定値は `0000000a-0000-0000-c000-000000000000`.


---

# 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/dependencies-azure-services/national-cloud-platforms.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.
