Skip to content

Commit ae14c68

Browse files
johanrinclaude
andcommitted
Update MCP tutorial prerequisites and deployment section
- Fix Docker prerequisite to link to official docs - Clarify Azure deployment uses CLI commands Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent f8dccd7 commit ae14c68

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • content/en/posts/deploy-mcp-server-microsoft-foundry

content/en/posts/deploy-mcp-server-microsoft-foundry/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Let's correct that!
7272
- Python 3.12+
7373
- [uv](https://docs.astral.sh/uv/) (recommended) or pip
7474
- [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli) installed and logged in
75-
- A Dockerfile (included in the [GitHub repository](https://github.com/johanrin/my-first-mcp-server))
75+
- [Docker](https://docs.docker.com/get-docker/)
7676

7777
### Write the code
7878

@@ -166,7 +166,9 @@ if __name__ == "__main__":
166166

167167
### Deploy on Azure
168168

169-
To make our MCP server publicly accessible, we'll deploy it to Azure Container Apps.
169+
To make our MCP server publicly accessible, we'll deploy it to Azure Container Apps using the Azure CLI.
170+
171+
Open your terminal and run the following commands.
170172

171173
First, define the variables:
172174

0 commit comments

Comments
 (0)