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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,15 +24,15 @@ Use the following table to compare feature and functional differences between th
24
24
| ---- | ---- | ---- |
25
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](/dotnet/api/microsoft.extensions.logging.ilogger) passed to the function<br/>[ILogger<T>](/dotnet/api/microsoft.extensions.logging.logger-1) via [dependency injection](functions-dotnet-dependency-injection.md)|[ILogger]/[ILogger<T>](/dotnet/api/microsoft.azure.functions.worker.functioncontextloggerextensions.getlogger?view=azure-dotnet&preserve-view=true) obtained from [FunctionContext](/dotnet/api/microsoft.azure.functions.worker.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)|
0 commit comments