Skip to content

Commit 5fa1ccc

Browse files
Update articles/azure-functions/dotnet-isolated-process-guide.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent 3a1c390 commit 5fa1ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/dotnet-isolated-process-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ This section describes the current state of the functional and behavioral differ
287287
| Middleware | Not supported | [Supported](#middleware) |
288288
| Logging | [ILogger] passed to the function<br/>[ILogger&lt;T&gt;] via dependency injection | [ILogger]/[ILogger&lt;T&gt;] obtained from [FunctionContext] or via [dependency injection](#dependency-injection)|
289289
| Application Insights dependencies | [Supported](functions-monitoring.md#dependencies) | [Supported (public preview)](https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.ApplicationInsights) |
290-
| Cancellation tokens | [Supported](functions-dotnet-class-library.md#cancellation-tokens) | [Supported](#cancellation-token) |
290+
| Cancellation tokens | [Supported](functions-dotnet-class-library.md#cancellation-tokens) | [Supported](#cancellation-tokens) |
291291
| Cold start times<sup>2</sup> | (Baseline) | Additionally includes process launch |
292292
| ReadyToRun | [Supported](functions-dotnet-class-library.md#readytorun) | [Supported](#readytorun) |
293293

0 commit comments

Comments
 (0)