Skip to content

Commit a6a3b17

Browse files
committed
modified the local run instruction
1 parent 9484464 commit a6a3b17

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

includes/functions-mcp-run-locally.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,6 @@ ms.date: 02/20/2026
66
ms.author: glenga
77
---
88

9-
::: zone pivot="programming-language-csharp"
10-
11-
In a terminal window, start the Functions host:
12-
13-
```console
14-
func start
15-
```
16-
17-
::: zone-end
18-
::: zone pivot="programming-language-java,programming-language-python,programming-language-typescript"
19-
209
Visual Studio Code integrates with [Azure Functions Core tools](../articles/azure-functions/functions-run-local.md) to let you run this project on your local development computer. To start your Functions app locally, press <kbd>F5</kbd> or select the **Run and Debug** icon in the left-hand side Activity bar.
2110

22-
::: zone-end
23-
2411
The **Terminal** panel displays the output from Core Tools. Your app starts in the **Terminal** panel, and you can see the names of the functions running locally.

0 commit comments

Comments
 (0)