Skip to content

Commit 16ea46b

Browse files
committed
Fix image caching (by renaming it)
1 parent 7ab8a99 commit 16ea46b

File tree

2 files changed

+1
-1
lines changed

2 files 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
@@ -201,7 +201,7 @@ The following steps use a template to create the durable function code in your p
201201

202202
1. Right-click the project in Visual Studio and select **Add** > **New Azure Function**.
203203

204-
![Add new function](./media/durable-functions-create-first-csharp/functions-vs-add-new-function.png)
204+
![Add new function](./media/durable-functions-create-first-csharp/functions-vs-add-function.png)
205205

206206
1. Verify **Azure Function** is selected from the add menu, type a name for your C# file, and then select **Add**.
207207

0 commit comments

Comments
 (0)