Skip to content

Commit 55781ed

Browse files
authored
Add Resources section to README (#28)
Added a Resources section with links to tutorials and video series.
1 parent 741ab29 commit 55781ed

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ A demonstration project showcasing Model Context Protocol (MCP) implementations
1818
- [Deploy to Azure with private networking](#deploy-to-azure-with-private-networking)
1919
- [Deploy to Azure with Keycloak authentication](#deploy-to-azure-with-keycloak-authentication)
2020
- [Deploy to Azure with Entra OAuth Proxy](#deploy-to-azure-with-entra-oauth-proxy)
21+
- [Resources](#resources)
2122

2223
## Getting started
2324

@@ -585,3 +586,9 @@ To use the deployed MCP server with GitHub Copilot Chat:
585586
9. Verify the expense was added by checking the Cosmos DB `user-expenses` container in the Azure Portal.
586587

587588
![Cosmos DB user-expenses container](readme_userexpenses.png)
589+
590+
## Resources
591+
592+
* [Video series: Python + MCP (December 2025)](https://techcommunity.microsoft.com/blog/azuredevcommunityblog/learn-how-to-build-mcp-servers-with-python-and-azure/4479402)
593+
* [MCP for beginners: Online tutorial](https://github.com/microsoft/mcp-for-beginners)
594+
* [Python MCP servers on Azure Functions](https://github.com/Azure-Samples/mcp-sdk-functions-hosting-python)

0 commit comments

Comments
 (0)