Open diberry opened 3 years ago
Windows function apps should still stream logs like they always have. Last time I checked Linux function apps did not support the same functionality - the closest thing they had was the app insights dashboard in the portal. Based on the following issue it seems like it may be supported now, but still unclear: https://github.com/Azure/azure-functions-core-tools/issues/2138
This issue has become stale and is at risk of being closed. The community has 60 days to upvote the issue. If it receives 5 upvotes we will keep it open and take another look. If not, we will close it. To learn more about how we handle issues, please see our documentation.
Happy Coding!
I noticed that the extension now doesn't actually stream logs in VSCode, but instead opens the Azure portal for the function app's monitoring in a browser. The resulting web page is a dashboard of metrics and not the streaming logs. Is that on purpose?