Skip to content

Commit 3a02467

Browse files
Update articles/azure-functions/durable/durable-functions-isolated-create-first-csharp.md
Co-authored-by: David Justo <[email protected]>
1 parent 95a984a commit 3a02467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/durable/durable-functions-isolated-create-first-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ You have used Visual Studio Code to create and publish a C# durable function app
208208

209209
::: zone pivot="code-editor-visualstudio"
210210

211-
In this article, you learn how to use Visual Studio 2022 to locally create and test a "hello world" durable function that run in the isolated worker process. This function orchestrates and chains-together calls to other functions. You then publish the function code to Azure. These tools are available as part of the Azure development workload in Visual Studio 2022.
211+
In this article, you will learn how to use Visual Studio 2022 to locally create and test a "hello world" durable function that run in the isolated worker process. This function orchestrates and chains-together calls to other functions. You then publish the function code to Azure. These tools are available as part of the Azure development workload in Visual Studio 2022.
212212

213213
:::image type="content" source="./media/durable-functions-create-first-csharp/functions-vs-complete.png" alt-text="Screenshot of Visual Studio 2019 window with a durable function.":::
214214

0 commit comments

Comments
 (0)