Hello,
an Azure Function is responding to an HTTP PUT request an 400 error with a body which contains some error text. When calling the Azure Function HTTP directly from the Azure function, the HTTP trigger responses correctly. If called through the ApiManagement, the API Management discards the body and throws
System.Exception: Content length mismatch
I can't figure out, what is going wrong here. Same with 422 response code. With response code 200, the body is sent correclty.