Skip to content

Commit fdbf8a3

Browse files
committed
Updating readme with link to new APIM integration
1 parent db4a8b1 commit fdbf8a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ urlFragment: remote-mcp-functions-python
1616

1717
# Getting Started with Remote MCP Servers using Azure Functions (Python)
1818

19-
This is a quickstart template to easily build and deploy a custom remote MCP server to the cloud using Azure Functions with Python. You can clone/restore/run on your local machine with debugging, and `azd up` to have it in the cloud in a couple minutes. The MCP server is secured by design using keys and HTTPS, and allows more options for OAuth using built-in auth and/or API Management as well as network isolation using VNET.
19+
This is a quickstart template to easily build and deploy a custom remote MCP server to the cloud using Azure Functions with Python. You can clone/restore/run on your local machine with debugging, and `azd up` to have it in the cloud in a couple minutes. The MCP server is secured by design using keys and HTTPS, and allows more options for OAuth using built-in auth and/or [API Management](https://aka.ms/mcp-remote-apim-auth) as well as network isolation using VNET.
2020

2121
If you're looking for this sample in more languages check out the [.NET/C#](https://github.com/Azure-Samples/remote-mcp-functions-dotnet) and [Node.js/TypeScript](https://github.com/Azure-Samples/remote-mcp-functions-typescript) versions.
2222

@@ -331,7 +331,7 @@ Note that the `host.json` file also includes a reference to the experimental bun
331331
332332
## Next Steps
333333
334-
- Add [API Management]() to your MCP server
335-
- Add [built-in auth]() to your MCP server
334+
- Add [API Management](https://aka.ms/mcp-remote-apim-auth) to your MCP server (auth, gateway, policies, more!)
335+
- Add [built-in auth](https://learn.microsoft.com/en-us/azure/app-service/overview-authentication-authorization) to your MCP server
336336
- Enable VNET using VNET_ENABLED=true flag
337-
- Learn more about [related MCP efforts from Microsoft]()
337+
- Learn more about [related MCP efforts from Microsoft](https://github.blog/news-insights/product-news/github-copilot-agent-mode-activated/)

0 commit comments

Comments
 (0)