Skip to content

Commit 110eb71

Browse files
Update articles/azure-functions/dotnet-isolated-in-process-differences.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent 2600b79 commit 110eb71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/dotnet-isolated-in-process-differences.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Use the following table to compare feature and functional differences between th
3232
| Imperative bindings<sup>1</sup> | [Supported](functions-dotnet-class-library.md#binding-at-runtime) | Not supported |
3333
| Dependency injection | [Supported](functions-dotnet-dependency-injection.md) | [Supported](dotnet-isolated-process-guide.md#dependency-injection) |
3434
| 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&lt;T&gt;](/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](/dotnet/api/microsoft.extensions.logging.ilogger) passed to the function<br/>[ILogger&lt;T&gt;](/dotnet/api/microsoft.extensions.logging.logger-1) via [dependency injection](functions-dotnet-dependency-injection.md) | [ILogger]/[ILogger&lt;T&gt;](/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)|
3636
| Application Insights dependencies | [Supported](functions-monitoring.md#dependencies) | [Supported (public preview)](https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.ApplicationInsights) |
3737
| Cancellation tokens | [Supported](functions-dotnet-class-library.md#cancellation-tokens) | [Supported](dotnet-isolated-process-guide.md#cancellation-tokens) |
3838
| Cold start times<sup>2</sup> | (Baseline) | Additionally includes process launch |

0 commit comments

Comments
 (0)