Skip to content

Commit 7ab8a99

Browse files
committed
Fix image link
1 parent 56f34f5 commit 7ab8a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Azure Functions Core Tools lets you run an Azure Functions project on your local
103103

104104
1. In the **Terminal** panel, copy the URL endpoint of your HTTP-triggered function.
105105

106-
![Azure local output](../media/durable-functions-create-first-csharp/functions-vscode-f5.png)
106+
![Azure local output](media/durable-functions-create-first-csharp/functions-vscode-f5.png)
107107

108108
1. Using a tool like [Postman](https://www.getpostman.com/) or [cURL](https://curl.haxx.se/), send an HTTP POST request to the URL endpoint.
109109

0 commit comments

Comments
 (0)