Naren Soni

Results 56 comments of Naren Soni

Adding the action items identified: - **Function host**: Review the option of exposing UseStdErrorStreamForErrorsOnly setting to users under a more descriptive app setting value - **Extension Authors:** Look into the...

Making this an epic and adding tracking items and tasks for next steps

@safihamid Can you elaborate a little on where the Ready2Run needs to be added. Are you suggesting that the worker sdk package should add Ready2Run flag to the function apps...

@fabiocav any idea why `#r "Microsoft.Azure.EventHubs"` is not working?

Fixed in here https://github.com/Azure/azure-functions-templates/commit/942534d7e720f5be1a10d022a27563cfeb246f66

The fix was invalidated with bundles being default

So i tried to make this change in the templates. In my testing i found that this causing `null ref` exception in VS because it is looking for 2.x templates...

Moving out of sprint 6 since it needs a deeper discussion and possible update to portal and or runtime

You need to add "EnableDependencyTracking": true to host.json for dependencyTrackingOptions to take effect. Adding sample host.json below ``` { "version": "2.0", "logging": { "applicationInsights": { "EnableDependencyTracking": true, "DependencyTrackingOptions": { "enableSqlCommandTextInstrumentation":...