Skip to content

Commit ba60937

Browse files
authored
Merge pull request #113655 from mike-urnun-msft/patch-132
(Azure CXP) correct sample link
2 parents ce2ba16 + 3ff047f commit ba60937

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/durable/durable-functions-webjobs-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ By default, Durable Functions uses the Azure Functions runtime to host orchestra
1515

1616
In version 3.x of the WebJobs SDK, the host is an implementation of `IHost`, and in version 2.x you use the `JobHost` object.
1717

18-
The chaining Durable Functions sample is [available](https://github.com/Azure/azure-functions-durable-extension/tree/56767b128b8e104eb97710529faf86e2d15d0c51/samples/v1/webjobssdk/chaining) in a WebJobs SDK 2.x version: download or clone the [Durable Functions repository](https://github.com/azure/azure-functions-durable-extension/).
18+
The chaining Durable Functions sample is available in a WebJobs SDK 2.x version: download or clone the [Durable Functions repository](https://github.com/azure/azure-functions-durable-extension/), and checkout *v1* branch and go to the *samples\\webjobssdk\\chaining* folder.
1919

2020
## Prerequisites
2121

@@ -180,7 +180,7 @@ while (true)
180180

181181
You've got Durable Functions set up to run as a WebJob, and you now have an understanding of how this will differ from running Durable Functions as standalone Azure Functions. At this point, seeing it work in a sample might be helpful.
182182

183-
This section provides an overview of how to run the [sample project](https://github.com/Azure/azure-functions-durable-extension/tree/56767b128b8e104eb97710529faf86e2d15d0c51/samples/v1/webjobssdk/chaining). For detailed instructions that explain how to run a WebJobs SDK project locally and deploy it to an Azure WebJob, see [Get started with the WebJobs SDK](../../app-service/webjobs-sdk-get-started.md#deploy-as-a-webjob).
183+
This section provides an overview of how to run the [sample project](https://github.com/Azure/azure-functions-durable-extension/tree/v1/samples/webjobssdk/chaining). For detailed instructions that explain how to run a WebJobs SDK project locally and deploy it to an Azure WebJob, see [Get started with the WebJobs SDK](../../app-service/webjobs-sdk-get-started.md#deploy-as-a-webjob).
184184
185185
### Run locally
186186

0 commit comments

Comments
 (0)