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
::: zone pivot="programming-language-javascript,programming-language-typescript" -->
@@ -47,14 +46,22 @@ This article supports version 2 of the Python programming model for Azure Functi
47
46
::: zone pivot="programming-language-python"
48
47
+[Python 3.11](https://www.python.org/)
49
48
::: zone-end
50
-
::: zone pivot="programming-language-csharp,programming-language-python,programming-language-typescript"
49
+
::: zone pivot="programming-language-csharp"
51
50
+[Node.js](https://nodejs.org/) (required to build the MCP Apps UI)
52
51
53
-
+[Visual Studio Code](https://code.visualstudio.com/) with these extensions:
52
+
+[Visual Studio Code](https://code.visualstudio.com/) with this extension:
54
53
55
54
+[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.
55
+
56
+
+[Azure Developer CLI](/azure/developer/azure-developer-cli/install-azd) version 1.23.x or a later version
56
57
::: zone-end
57
58
::: zone pivot="programming-language-python,programming-language-typescript"
59
+
+[Node.js](https://nodejs.org/) (required to build the MCP Apps UI)
60
+
61
+
+[Visual Studio Code](https://code.visualstudio.com/) with these extensions:
62
+
63
+
+[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.
0 commit comments