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
Copy file name to clipboardExpand all lines: articles/azure-functions/dotnet-isolated-in-process-differences.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,17 +22,17 @@ Use the following table to compare feature and functional differences between th
22
22
23
23
| Feature/behavior | In-process<sup>3</sup> | Isolated worker process |
24
24
| ---- | ---- | ---- |
25
-
|[Supported .NET versions](./dotnet-isolated-process-guide.md#supported-versions)| Long Term Support (LTS) versions | All supported versions + .NET Framework |
25
+
|[Supported .NET versions](dotnet-isolated-process-guide.md#supported-versions)| Long Term Support (LTS) versions |[All supported versions](dotnet-isolated-process-guide.md#supported-versions) + .NET Framework |
| Middleware | Not supported |[Supported](dotnet-isolated-process-guide.md#middleware)|
35
-
| Logging |[ILogger] passed to the function<br/>[ILogger<T>] via dependency injection |[ILogger]/[ILogger<T>] obtained from [FunctionContext] or via [dependency injection](dotnet-isolated-process-guide.md#dependency-injection)|
35
+
| Logging |[ILogger] passed to the function<br/>[ILogger<T>] via [dependency injection](functions-dotnet-dependency-injection.md)|[ILogger]/[ILogger<T>] obtained from [FunctionContext](/dotnet/api/microsoft.azure.functions.worker.functioncontext) or via [dependency injection](dotnet-isolated-process-guide.md#dependency-injection)|
Copy file name to clipboardExpand all lines: articles/azure-functions/migrate-version-3-version-4.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Azure Functions version 4.x is highly backwards compatible to version 3.x. Most
16
16
>
17
17
> After the deadline, function apps can be created and deployed from your CI/CD DevOps pipeline, and all existing apps continue to run without breaking changes. However, your apps are not eligible for new features, security patches, and performance optimizations. You'll get related service support once you upgraded them to version 4.x.
18
18
>
19
-
>End of support for these runtime versions is due to the ending of support for .NET Core 3.1, which is required by these older runtime versions. This requirement affects all Azure Functions runtime languages (e.g .NET, Python, node.js, PowerShell etc).
19
+
>End of support for these runtime versions is due to the ending of support for .NET Core 3.1, which is required by these older runtime versions. This requirement affects all [languages supported by Azure Functions](supported-languages.md).
20
20
>
21
21
>We highly recommend you migrating your function apps to version 4.x of the Functions runtime by following this article.
0 commit comments