Skip to content

Commit 7f14889

Browse files
authored
(AzureCXP) fixes MicrosoftDocs/azure-docs#99023
1 parent 964cbd5 commit 7f14889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-develop-local.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ When you develop your functions locally, any local settings required by your app
9090
+ To learn more about local development of compiled C# functions (both in-process and isolated process) using Visual Studio, see [Develop Azure Functions using Visual Studio](functions-develop-vs.md).
9191
+ To learn more about local development of functions using VS Code on a Mac, Linux, or Windows computer, see the Visual Studio Code getting started article for your preferred language:
9292
+ [C# (in-process)](create-first-function-vs-code-csharp.md)
93-
+ [C# )isolated process)](create-first-function-vs-code-csharp.md?tabs=isolated-process)
93+
+ [C# (isolated process)](create-first-function-vs-code-csharp.md?tabs=isolated-process)
9494
+ [Java](create-first-function-vs-code-java.md)
9595
+ [JavaScript](create-first-function-vs-code-node.md)
9696
+ [PowerShell](create-first-function-vs-code-powershell.md)

0 commit comments

Comments
 (0)