Skip to content

Commit 931e364

Browse files
authored
Merge pull request #177727 from anthonychu/patch-2
Add note about no longer needing App Insights extension
2 parents faa82ee + f526cdf commit 931e364

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/azure-functions/functions-versions.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Functions runtime versions overview
33
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.
44
ms.topic: conceptual
55
ms.custom: devx-track-dotnet
6-
ms.date: 10/13/2021
6+
ms.date: 10/26/2021
77

88
---
99
# 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.
146146

147147
- Default and maximum timeouts are now enforced in 4.x Linux consumption function apps. ([#1915](https://github.com/Azure/Azure-Functions/issues/1915))
148148

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+
150154
- 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.
151155
- For isolated .NET apps:
152156
- 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

Comments
 (0)