79402721

Date: 2025-01-31 12:25:26
Score: 1.5
Natty:
Report link

Using a managed system identity with an Azure Function, to connect to the storage account. The fix was as @user71030 mentioned, to add Host.Results to the logging configuration with a level of information. The invocations seem to be slow to appear, in my case it took 3 minutes for it to show up. It had appeared in the log trace table before it appeared in the invocations list.

"logLevel": {
  "default": "Warning",
  "Host.Results": "Information",
  "Function": "Information"
},
Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @user71030
  • Low reputation (1):
Posted by: Alan Joyce