> 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/es/configuracion-de-scepman/application-settings/dependencies-azure-services/national-cloud-platforms.md).

# Plataformas cloud nacionales

{% hint style="info" %}
Estas configuraciones solo deben aplicarse al App Service de SCEPman, no al Certificate Master. Consulte [Configuración de SCEPman](/es/configuracion-de-scepman/application-settings.md).
{% endhint %}

Si desea ejecutar SCEPman en un entorno de nube gubernamental / nacional como GCC High, GCC DoD o 21ViaNet, debe cambiar algunos ajustes. Si ejecuta SCEPman en el entorno estándar de Azure, simplemente deje estos ajustes vacíos para usar los valores predeterminados. Los siguientes ajustes le ofrecen los medios para configurar URL y valores específicos de la nube si no está usando el entorno estándar de Azure.

Consulte también la [Configuración de registro](/es/configuracion-de-scepman/application-settings/logging.md#appconfig-loggingconfig-azureofferingdomain) si desea registrar en un Log Analytics Workspace en un entorno de nube diferente.

## AppConfig:AzureCloudConfig:AzureADEndpoint

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

**Valor:** URL como cadena

**Descripción:**\
Esta es la URL de inicio de sesión de AAD. De forma predeterminada es `https://login.microsoftonline.com`.

Para GCC High, use `https://login.microsoftonline.us`. Para 21Vianet, use `https://login.partner.microsoftonline.cn`.

## AppConfig:AzureCloudConfig:AzureADGraphEndpoint

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

**Valor:** URL como cadena

**Descripción:**\
Esta es la URL de AAD Graph. De forma predeterminada es `https://graph.windows.net/`.

Es posible que no necesite configurar esto si permite que SCEPman use solo Microsoft Graph.

## AppConfig:AzureCloudConfig:AzureADGraphVersion

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

**Valor:** cadena

**Descripción:**\
La versión de AAD Graph que se va a usar. De forma predeterminada es `1.6`.

## AppConfig:AzureCloudConfig:MSGraphEndpoint

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

**Valor:** URL como cadena

**Descripción:**\
La URL de Microsoft Graph. De forma predeterminada es `https://graph.microsoft.com`.

Para GCC High, use `https://graph.microsoft.us`. Para GCC DoD, use `https://dod-graph.microsoft.us`. Para 21Vianet, use `https://microsoftgraph.chinacloudapi.cn`.

## AppConfig:AzureCloudConfig:KeyVaultEndpoint

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

**Valor:** URL como cadena

**Descripción:**\
La URL de Azure Key Vaults. De forma predeterminada es `https://vault.azure.net`.

Para GCC High, use `https://vault.usgovcloudapi.net`. Para 21Vianet, use `https://vault.azure.cn`.

## AppConfig:AzureCloudConfig:ManagementEndpoint

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

**Valor:** URL como cadena

**Descripción:**\
La URL de la API de Intune. De forma predeterminada es `https://api.manage.microsoft.com`.

Para GCC High, use `https://api.manage.microsoft.us`.

## AppConfig:AzureCloudConfig:IntuneAppId

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

**Valor:** GUID como cadena

**Descripción:**\
El App ID de Intune, bien conocido. De forma predeterminada es `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/es/configuracion-de-scepman/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.
