I have an Azure Logic App where I have added, through the Designer, an action to call an Azure Api Management (APIM) operation. As said, I used the Logic App Designer which guided me through the process of selecting the APIM operation.
Now, when the Logic App is executed, I get the following error when trying to call the APIM operation:
BadRequest. Http request failed with status code 'TrustFailure' and status message: 'The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.'.
Does anybody have an idea why this is happening? I am a bit stuck here...