Skip to content

Commit 95a984a

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

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
@@ -149,7 +149,7 @@ There are other storage options you can use for your Durable Functions app. See
149149

150150
## Test the function locally
151151

152-
Azure Functions Core Tools lets you run an Azure Functions project on your local development computer. You're prompted to install these tools the first time you start a function from Visual Studio Code.
152+
Azure Functions Core Tools lets you run an Azure Functions project locally. You're prompted to install these tools the first time you start a function from Visual Studio Code.
153153

154154
1. To test your function, set a breakpoint in the `SayHello` activity function code and press <kbd>F5</kbd> to start the function app project. Output from Core Tools is displayed in the **Terminal** panel.
155155

0 commit comments

Comments
 (0)