Skip to content

Commit 2f2fe9f

Browse files
Merge pull request #308032 from ggailey777/scenarios-mcp
[Functions] scenario quickstart improvements
2 parents a9ac8fa + 2681979 commit 2f2fe9f

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

articles/azure-functions/scenario-custom-remote-mcp-server.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,6 @@ This article supports version 2 of the Python programming model for Azure Functi
3030
::: zone-end
3131
::: zone pivot="programming-language-csharp,programming-language-java,programming-language-python,programming-language-typescript"
3232
## 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).
39-
40-
+ [Azurite storage emulator](../storage/common/storage-install-azurite.md#install-azurite)
41-
42-
+ The [Azure Developer CLI extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.azure-dev) for Visual Studio Code.
43-
44-
+ [Azure CLI](/cli/azure/install-azure-cli). You can also run Azure CLI commands in [Azure Cloud Shell](../cloud-shell/overview.md).
4533
::: zone-end
4634
::: zone pivot="programming-language-csharp"
4735
+ [.NET 8.0 SDK](https://dotnet.microsoft.com/download)
@@ -68,6 +56,18 @@ This article supports version 2 of the Python programming model for Azure Functi
6856
+ [Python 3.11](https://www.python.org/)
6957
::: zone-end
7058
::: 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.
62+
63+
+ [Azure Developer CLI extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.azure-dev).
64+
65+
+ [Azurite storage emulator](../storage/common/storage-install-azurite.md#install-azurite)
66+
67+
+ [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+
7171
## Initialize the project
7272

7373
Use the `azd init` command to create a local Azure Functions code project from a template.

0 commit comments

Comments
 (0)