Skip to content

Commit 8e11116

Browse files
authored
Update
1 parent 48f5a0d commit 8e11116

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
@@ -575,7 +575,7 @@ If you do not want pre-cancelled invocations to be sent to the worker, you can a
575575
```
576576

577577
> [!IMPORTANT]
578-
> Warning: Setting `SendCanceledInvocationsToWorker` to `false` may lead to a `FunctionInvocationCanceled` exception with the following log:
578+
> Setting `SendCanceledInvocationsToWorker` to `false` may lead to a `FunctionInvocationCanceled` exception with the following log:
579579
>
580580
> `Cancellation has been requested. The invocation request with id '{invocationId}' is canceled and will not be sent to the worker`
581581
>

0 commit comments

Comments
 (0)