Skip to content

Commit 09717c3

Browse files
Update articles/azure-functions/dotnet-isolated-process-guide.md
Co-authored-by: Matthew Henderson <[email protected]>
1 parent 07a7622 commit 09717c3

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
@@ -567,7 +567,7 @@ and those could vary depending on the trigger type being used. Some common reaso
567567

568568
For the isolated worker model, the host we will send the invocation through to the worker _even_ if the cancellation token was cancelled _before_ the host is able to send the invocation request to the worker.
569569

570-
If you do not want pre-cancelled invocations to be sent to the worker, you can add the following property to your host.json file to disable this behaviour.
570+
If you do not want pre-cancelled invocations to be sent to the worker, you can add the `SendCanceledInvocationsToWorker` property to your `host.json` file to disable this behaviour. The following example shows a `host.json` file that uses this property:
571571

572572
```json
573573
{

0 commit comments

Comments
 (0)