> 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/pt/configuracao-do-scepman/application-settings/dependencies-azure-services/national-cloud-platforms.md).

# Plataformas de cloud nacionais

{% hint style="info" %}
Estas definições devem ser aplicadas apenas ao SCEPman App Service, não ao Certificate Master. Consulte [Definições do SCEPman](/pt/configuracao-do-scepman/application-settings.md).
{% endhint %}

Se quiser executar o SCEPman num ambiente de cloud governamental / nacional, como GCC High, GCC DoD ou 21ViaNet, tem de alterar algumas definições. Se executar o SCEPman no ambiente Azure padrão, basta deixar estas definições vazias para usar os valores predefinidos. As definições seguintes fornecem-lhe os meios para configurar URLs e valores específicos da cloud se não estiver a usar o ambiente Azure padrão.

Veja também a [Configuração de registo](/pt/configuracao-do-scepman/application-settings/logging.md#appconfig-loggingconfig-azureofferingdomain) se quiser registar num Log Analytics Workspace num ambiente de cloud diferente.

## AppConfig:AzureCloudConfig:AzureADEndpoint

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

**Valor:** URL como string

**Descrição:**\
Este é o URL de início de sessão do AAD. O valor predefinido é `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 string

**Descrição:**\
Este é o URL do AAD Graph. O valor predefinido é `https://graph.windows.net/`.

Talvez não precise de configurar isto se permitir que o SCEPman use apenas Microsoft Graph.

## AppConfig:AzureCloudConfig:AzureADGraphVersion

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

**Valor:** cadeia de caracteres

**Descrição:**\
A versão do AAD Graph a usar. O valor predefinido é `1.6`.

## AppConfig:AzureCloudConfig:MSGraphEndpoint

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

**Valor:** URL como string

**Descrição:**\
O URL do Microsoft Graph. O valor predefinido é `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 string

**Descrição:**\
O URL dos Key Vaults do Azure. O valor predefinido é `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 string

**Descrição:**\
O URL da API do Intune. O valor predefinido é `https://api.manage.microsoft.com`.

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

## AppConfig:AzureCloudConfig:IntuneAppId

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

**Valor:** GUID como string

**Descrição:**\
O ID da app Intune bem conhecido. O valor predefinido é `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/pt/configuracao-do-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.
