Skip to content

Commit acd69c3

Browse files
committed
updates
1 parent 4de1294 commit acd69c3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ ms.date: 02/24/2025
88

99
# Code and test Azure Functions locally
1010

11-
While you're able to develop and test Azure Functions in the [Azure portal], many developers prefer a local development experience. When you use Functions, using your favorite code editor and development tools to create and test functions on your local computer becomes easier. Your local functions can connect to live Azure services, and you can debug them on your local computer using the full Functions runtime.
11+
Whenever possible, you should create and validate your Azure Functions code project in a local development environment. Azure Functions Core Tools provides a local runtime version of Azure Functions that integrates with popular development tools for an integrated development, debugging, and deployments. Your local functions can even connect to live Azure services.
1212

13-
This article provides some shared guidance for local development, such as working with the [local.settings.json file](#local-settings-file). It also links development environment-specific guidance.
13+
This article provides some shared guidance for local development, such as working with the [local.settings.json file](#local-settings-file). It also links to development environment-specific guidance.
1414

1515
>[!TIP]
1616
>You can find detailed information about how to develop functions locally in the linked IDE-specific guidance articles.
@@ -68,8 +68,6 @@ These local development environments support function development in your chosen
6868

6969
::: zone-end
7070

71-
[!INCLUDE [Don't mix development environments](../../includes/functions-mixed-dev-environments.md)]
72-
7371
Each of these local development environments lets you create function app projects and use predefined function templates to create new functions. Each uses the Core Tools so that you can test and debug your functions against the real Functions runtime on your own machine just as you would any other app. You can also publish your function app project from any of these environments to Azure.
7472

7573
## Local project files

0 commit comments

Comments
 (0)