You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Azure Functions supports multiple versions of the runtime. Learn the differences between them and how to choose the one that's right for you.
4
4
ms.topic: conceptual
5
5
ms.custom: devx-track-dotnet
6
-
ms.date: 10/13/2021
6
+
ms.date: 10/26/2021
7
7
8
8
---
9
9
# Azure Functions runtime versions overview
@@ -146,7 +146,11 @@ The following are some changes to be aware of before upgrading a 3.x app to 4.x.
146
146
147
147
- Default and maximum timeouts are now enforced in 4.x Linux consumption function apps. ([#1915](https://github.com/Azure/Azure-Functions/issues/1915))
148
148
149
-
- Application Insights is no longer included by default in 4.x. It is now available as a separate extension. ([#2027](https://github.com/Azure/Azure-Functions/issues/2027))
149
+
- Application Insights is not included by default in Azure Functions preview version 4.0.0.16714. It is available as a separate extension. ([#2027](https://github.com/Azure/Azure-Functions/issues/2027))
150
+
151
+
> [!NOTE]
152
+
> This is a temporary change in version 4.0.0.16714. An extension is not required to use Application Insights in future versions. If you have installed the extension, remove it from your app if you are using Azure Functions version 4.0.1.16815 or later.
153
+
150
154
- For in-process .NET apps, add the [Microsoft.Azure.WebJobs.Extensions.ApplicationInsights](https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.ApplicationInsights/) extension package to your function app.
151
155
- For isolated .NET apps:
152
156
- Add the [Microsoft.Azure.Functions.Worker.Extensions.ApplicationInsights](https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Extensions.ApplicationInsights/) extension package to your function app.
0 commit comments