Results from an invocation of an Azure function do not always appear in the Monitor section in the Azure portal.
I trigger the Azure function from a DevOps pipeline, from the Test tab in the function in Azure portal, and from a web browser. The results usually show up in Monitor when triggered from the Test tab, sometimes when triggered from a web browser, and usually not when triggered from the DevOps pipeline.
I can see that the function has been successfully invoked by inspecting the target of the script, which configures another system.
Is there a more reliable way to view the results of a function app?