Skip to content

Commit 61d388f

Browse files
committed
Simplified Next Step links
1 parent a5fbfdd commit 61d388f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ You must have a function app in your Azure subscription before you can publish y
9090

9191
You have used Visual Studio to create and publish a C# function app with a simple HTTP triggered function.
9292

93-
* To learn how to add input and output bindings to integrate with other services, see [Adding bindings](functions-develop-vs.md#add-bindings).
94-
* To learn more about local testing and debugging using the Azure Functions Core Tools, see [Code and test Azure Functions locally](functions-run-local.md).
95-
* To learn more about developing functions as .NET class libraries, see [Using .NET class libraries with Azure Functions](functions-dotnet-class-library.md).
93+
* [Learn how to add input and output bindings that integrate with other services.](functions-develop-vs.md#add-bindings)
94+
* [Learn more about local testing and debugging using the Azure Functions Core Tools.](functions-run-local.md#vs-debug)
95+
* [Learn more about developing functions as .NET class libraries](functions-dotnet-class-library.md).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ Job host started
272272
Http Function MyHttpTrigger: http://localhost:7071/api/MyHttpTrigger
273273
```
274274
275-
### Debug in VS Code or Visual Studio
275+
### <a name="vs-debug"></a>Debug in VS Code or Visual Studio
276276
277277
To attach a debugger, pass the `--debug` argument. To debug JavaScript functions, use Visual Studio Code. For C# functions, use Visual Studio.
278278

0 commit comments

Comments
 (0)