Azure Cloud Endpoint
An enum class containing all the national cloud endpoints which enables ADLSAdapter to support Azure AD authentication endpoints of each sovereign cloud.
Note
AzureCloudEndpoint is available in SDK version >= 1.3.1. Use Pascal Case in adapter's configuration config.json file.
public enum AzureCloudEndpoint
{
AzurePublic,
AzureChina,
AzureGermany,
AzureUsGovernment
}
- AzurePublic: Microsoft Azure public cloud. Maps to https://login.microsoftonline.com.
- AzureChina: Microsoft Chinese national cloud. Maps to https://login.chinacloudapi.cn.
- AzureGermany: Microsoft German national cloud. Maps to https://login.microsoftonline.de.
- AzureUsGovernment: US Government cloud. Maps to https://login.microsoftonline.us.