microsoft / vscode-azurefunctions

Azure Functions extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions
MIT License
290 stars 133 forks source link

Streaming logs opens Azure portal and doesn't stream logs #2967

Open diberry opened 3 years ago

diberry commented 3 years ago

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?

ejizba commented 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

AzCode-Bot commented 2 years ago

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!