Open FinVamp1 opened 5 years ago
We have had some customers report that they are seeing errors when using the Graph Extension in the National Clouds.
E.G
azure-functions-microsoftgraph-extension\src\MicrosoftGraphBinding\Bindings\O365Constants.cs has this code.
{ /// /// Base URL used to make any rest API calls /// public const string GraphBaseUrl = "https://graph.microsoft.com";
All of the national cloud Graph endpoints are documented here.
https://docs.microsoft.com/en-us/graph/deployments#microsoft-graph-and-graph-explorer-service-root-endpoints
It looks like the Graph Extension needs to be updated to support these endpoints as well.
We have had some customers report that they are seeing errors when using the Graph Extension in the National Clouds.
E.G
azure-functions-microsoftgraph-extension\src\MicrosoftGraphBinding\Bindings\O365Constants.cs has this code.
{ ///
/// Base URL used to make any rest API calls
///
public const string GraphBaseUrl = "https://graph.microsoft.com";
All of the national cloud Graph endpoints are documented here.
https://docs.microsoft.com/en-us/graph/deployments#microsoft-graph-and-graph-explorer-service-root-endpoints
It looks like the Graph Extension needs to be updated to support these endpoints as well.