You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/scenario-custom-remote-mcp-server.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,18 +30,6 @@ This article supports version 2 of the Python programming model for Azure Functi
30
30
::: zone-end
31
31
::: zone pivot="programming-language-csharp,programming-language-java,programming-language-python,programming-language-typescript"
32
32
## Prerequisites
33
-
34
-
+ An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
35
-
36
-
+[Visual Studio Code](https://code.visualstudio.com/) on one of the [supported platforms](https://code.visualstudio.com/docs/supporting/requirements#_platforms).
37
-
38
-
+ The [Azure Functions extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions) for Visual Studio Code. This extension requires [Azure Functions Core Tools](functions-run-local.md). When this tool isn't available locally, the extension tries to install it by using a package-based installer. You can also install or update the Core Tools package by running `Azure Functions: Install or Update Azure Functions Core Tools` from the command palette. If you don't have npm or Homebrew installed on your local computer, you must instead [manually install or update Core Tools](functions-run-local.md#install-the-azure-functions-core-tools).
@@ -68,6 +56,18 @@ This article supports version 2 of the Python programming model for Azure Functi
68
56
+[Python 3.11](https://www.python.org/)
69
57
::: zone-end
70
58
::: zone pivot="programming-language-csharp,programming-language-java,programming-language-python,programming-language-typescript"
59
+
+[Visual Studio Code](https://code.visualstudio.com/) with these extensions:
60
+
61
+
+[Azure Functions extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions). This extension requires [Azure Functions Core Tools](functions-run-local.md) and attempts to install it when not available.
+[Azure CLI](/cli/azure/install-azure-cli). You can also run Azure CLI commands in [Azure Cloud Shell](../cloud-shell/overview.md).
68
+
69
+
+ An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
70
+
71
71
## Initialize the project
72
72
73
73
Use the `azd init` command to create a local Azure Functions code project from a template.
0 commit comments