Skip to content

Commit 2bba1c7

Browse files
committed
Merge branch 'fixup' of https://github.com/ggailey777/azure-docs-pr into fixup
2 parents fb2b34d + 6b69419 commit 2bba1c7

File tree

5 files changed

+386
-253
lines changed

5 files changed

+386
-253
lines changed

articles/azure-functions/TOC.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,7 @@
620620
displayName: monitoring
621621
- name: Work with OpenTelemetry
622622
href: opentelemetry-howto.md
623+
displayName: OTel
623624
- name: Authenticate
624625
items:
625626
- name: Configure auth providers

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Use the following table to compare feature and functional differences between th
3939
| Middleware | [Supported](dotnet-isolated-process-guide.md#middleware) | Not supported |
4040
| Logging | [`ILogger<T>`]/[`ILogger`] obtained from [FunctionContext](/dotnet/api/microsoft.azure.functions.worker.functioncontext) or by using [dependency injection](dotnet-isolated-process-guide.md#dependency-injection)| [`ILogger`] passed to the function<br/>[`ILogger<T>`] by using [dependency injection](functions-dotnet-dependency-injection.md) |
4141
| Application Insights dependencies | [Supported](./dotnet-isolated-process-guide.md#application-insights) | [Supported](functions-monitoring.md#dependencies) |
42-
| Cancellation tokens | [Supported](dotnet-isolated-process-guide.md#cancellation-tokens) | [Supported](functions-dotnet-class-library.md#cancellation-tokens) |
42+
| Cancelation tokens | [Supported](dotnet-isolated-process-guide.md#cancelation-tokens) | [Supported](functions-dotnet-class-library.md#cancellation-tokens) |
4343
| Cold start times<sup>2</sup> | [Configurable optimizations](./dotnet-isolated-process-guide.md#performance-optimizations) | Optimized |
4444
| ReadyToRun | [Supported](dotnet-isolated-process-guide.md#readytorun) | [Supported](functions-dotnet-class-library.md#readytorun) |
4545
| [Flex Consumption] | [Supported](./flex-consumption-plan.md#supported-language-stack-versions) | Not supported |

0 commit comments

Comments
 (0)