Hi,
I am trying to run the Azure logic app in Docker. My Logic App flow is based http request/response based and implemented in VS code. I will be putting the message into Azure queue(managed connector) once http post is triggered. Logic App is running in docker successfully if not using azure queue connector. If we use any Azure connectors, its not working. So want to know if managed connectors (Azure connectors) will run only if Logic Apps hosted in Azure.
Any points would be helpful.
For your reference... VS code snapshot

Error while using azure queue connector in Logic App:
{
"status": 400,
"source": "https://logic-apis-southindia.token.azure-apim.net:443/tokens/logic-apis-southindia/8e46fddedcf52a8e/azurequeues/faa3fae734b841a092d9f8150ca277ee/exchange",
"message": "Error from token exchange: Invalid Authorization header. Authorization header is expected in the form 'Bearer token' or 'Key token'."
}
Note: This is working good while running locally from VS code. But not working in docker.