I have my azure functions app working fine in general. I enabled function level authorization and already providing x-functions-key with the correct key in the header.
So azure function is consumed by an Android app, in the appcenter logs, i am seeing some logs have
"StatusCode": 401,
"ReasonPhrase": "Unauthorized",
This makes no sense. I have fully logged request and request is just fine when i re-execute it using postman or similar. In the Azure portal under functions availability all green and in the connected Application Insights nothing is reported. Why am i getting this response?
EDIT:
Beside that error there are a few others in the Appcenter diagnostics. 503 and 404 response codes there are also. When i try to find those requests in the Azure portal I have no trace neither in Azure Functions monitoring nor in Application insights. What kind of issue is this?