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

# 各国向けクラウド プラットフォーム

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

政府 / 国別クラウド環境（GCC High、GCC DoD、または 21ViaNet など）で SCEPman を実行する場合は、いくつかの設定を変更する必要があります。標準の 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
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-settings/dependencies-azure-services/national-cloud-platforms.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.
