An Azure service that provides an event-driven serverless compute platform.
Hi @Jeff Goodwin ,
Thanks for the confirmation, glad you were able to figure out the root cause and its workaround.
For a standard multi-tenant Azure Function App, there is no customer-accessible platform or infrastructure-level logging that captues every inbound HTTP request at the Azure networking/front-end layer before they are handed off to the Functions host.
The earliest request-level visibility available typically begins at the App Service/Functions runtime layer (for example, Application Insights, Functions host logs, or App Service HTTP logs if enabled).
If the Function App is fronted by services such as Azure Front Door, Application Gateway, APIM, or Azure Firewall, those services can provide pre-host request logging, but Azure does not expose equivalent front-end platform logs for the underlying App Service infrastructure itself.
Hope this helps!
If the resolution was helpful, kindly take a moment to click on and click on Yes for was this answer helpful. And, if you have any further query do let us know.