I'm getting 403 Forbidden error when hitting Azure Functions via API Management. Just to be clear, I don't have any Authentication/Authorization in the function but Authorization Level is set to Function Level.
I can hit the function directly using the Function key. I can also hit the API Management and getting response when mocking was enabled so the error is coming out of the function. I can verify that the function key is being passed by API management to the backend function.
Noticed that this only happens when the function was deployed using ARM.