Skip to content

Commit a6af0c5

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

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
@@ -242,7 +242,7 @@ Azure Functions Core Tools lets you run an Azure Functions project on your local
242242

243243
4. Copy the URL value for `statusQueryGetUri`, paste it into the browser's address bar, and execute the request.
244244

245-
The request will query the orchestration instance for the status. You should see that the instance has completed and includes the outputs or results of the durable function. It looks like:
245+
The request will query the orchestration instance for the status. You should see that the instance has completed and includes the outputs of your activity invocations. It looks like:
246246

247247
```json
248248
{

0 commit comments

Comments
 (0)