microsoft / vscode-azurefunctions

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

Using App Insights log streaming when possible #4032

Open BigMorty opened 5 months ago

BigMorty commented 5 months ago

When the function app is using Application Insights, use the App Insights log streaming capability as the default. Fallback to file-based log streaming if the app is not using App Insights.