I'm trying to create a flow to run my workbook which is on https://portal.azure.com
My flow is on https://gov.flow.microsoft.us/
When I attempt to use the Azure Automation action "Create job" the login takes me to https://login.microsoftonline.us/ when I need to login into https://login.microsoftonline.com/
When I attempt to connect with a service principal it cannot find my subscription with the error
Could not retrieve values. The dynamic invocation request failed with error: {
"error": {
"code": "AuthenticationFailed",
"message": "Authentication failed. The 'Authorization' header is missing."
}
}.
Is it not possible to use Azure Automation on a flow from GCC to commercial Azure AD?