Azure / azure-functions-templates

Azure functions templates for the azure portal, CLI, and VS
MIT License
344 stars 196 forks source link

Update .NET Isolated templates to add note about cold start impact #1518

Open fabiocav opened 5 months ago

fabiocav commented 5 months ago

The updated .NET Isolated templates enable Application Insights by default. Although that provides a better observability experience out of the box, Application Insights initialization has an impact on cold start performance.

Opening this issue to track adding a note to the bootstrapping logic to share information/guidance about cold start impact.

safihamid commented 2 months ago

@fabiocav any updates on this please?