Skip to content

Commit 2813a02

Browse files
authored
Fix code link
1 parent 989e418 commit 2813a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-create-your-first-function-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Your function definition should now look like the following code, depending on m
8080

8181
# [Isolated process](#tab/isolated-process)
8282

83-
::code language="csharp" source="~/functions-docs-csharp/http-trigger-isolated/HttpExample.cs" range="11-13":::
83+
:::code language="csharp" source="~/functions-docs-csharp/http-trigger-isolated/HttpExample.cs" range="11-13":::
8484

8585
---
8686

0 commit comments

Comments
 (0)