Skip to content

Commit 256e4b0

Browse files
committed
Fix formatting and enhance clarity in MCP Apps deployment instructions
1 parent f70091f commit 256e4b0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

articles/azure-functions/scenario-mcp-apps.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,15 +336,17 @@ This project is configured to use `azd` to deploy this project to a new function
336336
| _Azure subscription_ | Subscription in which your resources are created. |
337337
| _Azure location_ | Azure region in which to create the resource group that contains the new Azure resources. Only regions that currently support the Flex Consumption plan are shown. |
338338
| _vnetEnabled_ | `False` to skip creating virtual network resources, which simplifies the deployment. |
339-
When prompted, pick your subscription, an Azure region for the resources, and choose `false` to skip creating virtual network resources to simplify the deployment.
339+
340+
When prompted, pick your subscription, an Azure region for the resources, and choose `false` to skip creating virtual network resources to simplify the deployment.
340341

341342
1. Run the `azd deploy` command to deploy the `weather` app to Azure:
342343

343344
```console
344345
azd deploy --service weather
345346
```
346-
::: zone-end
347347

348+
::: zone-end
349+
::: zone pivot="programming-language-csharp,programming-language-java,programming-language-python,programming-language-typescript"
348350
## Connect to your remote MCP server
349351

350352
[!INCLUDE [connect-remote](../../includes/functions-mcp-connect-remote.md)]

0 commit comments

Comments
 (0)