If you will be delivering this session, check the session-delivery-sources folder for slides, scripts, and other resources.
Build a conversational AI agent for Zava, a retail DIY company, that analyzes sales data and helps customers find products. Learn to create secure, intelligent agents using Azure AI Foundry Agent Service, Model Context Protocol (MCP) for external data connections, and PostgreSQL with Row Level Security (RLS) and pgvector for role-based data protection and semantic search.
By the end of this session, learners will be able to:
- Azure AI Foundry Agent Service: Build and deploy AI agents with integrated tools and observability.
- Model Context Protocol (MCP): Connects the Agent Service to external tools and data over industry standard protocols to enhance agent functionality.
- PostgreSQL: Use PostgreSQL as a vector database for semantic search and implement Row Level Security (RLS) to protect sensitive data based on user roles.
- Azure AI Foundry: An enterprise-grade AI development platform providing unified model access, comprehensive monitoring, distributed tracing capabilities, and production-ready governance for AI applications at scale.
- Azure AI Foundry
- PostgreSQL including Row Level Security (RLS) and Semantic Search with the pgvector extension
- Model Context Protocol (MCP)
| Resources | Links | Description |
|---|---|---|
| Workshop Repository | Unlock your Agents Potential with MCP and PostgreSQL | Workshop materials and resources |
| Workshop Docs | Workshop Documentation | Workshop documentation site |
| Documentation | Azure AI Foundry | Azure AI Foundry documentation |
| Module | Fundamentals of AI agents on Azure | Training module on AI agent fundamentals |
| Documentation | Tracing using Application Insights | Guide to tracing with Application Insights |
| Documentation | Evaluating your AI agents with Azure AI Evaluation SDK | AI agent evaluation documentation |
| Documentation | Model Context Protocol (MCP) | Model Context Protocol documentation |
| Documentation | 🚀 Model Context Protocol (MCP) Curriculum for Beginners | Beginner-friendly MCP curriculum |
| Documentation | PostgreSQL on Azure | PostgreSQL on Azure documentation |
| Documentation | pgvector extension for PostgreSQL | Guide to using pgvector extension |
| Documentation | Row Level Security (RLS) in PostgreSQL | PostgreSQL Row Level Security documentation |
| Resources | Links | Description |
|---|---|---|
| AI Tour 2026 Resource Center | https://aka.ms/AITour26-Resource-center | Links to all repos for AI Tour 26 Sessions |
| Azure AI Foundry Community Discord | Connect with the Azure AI Foundry Community! | |
| Learn at AI Tour | https://aka.ms/LearnAtAITour | Continue learning on Microsoft Learn |
languages will go here when its time to localize
![]() Dave Glover 📢 |
![]() Marlene Mhangami 📢 |
Microsoft is committed to helping our customers use our AI products responsibly, sharing our learnings, and building trust-based partnerships through tools like Transparency Notes and Impact Assessments. Many of these resources can be found at https://aka.ms/RAI. Microsoft’s approach to responsible AI is grounded in our AI principles of fairness, reliability and safety, privacy and security, inclusiveness, transparency, and accountability.
Large-scale natural language, image, and speech models - like the ones used in this sample - can potentially behave in ways that are unfair, unreliable, or offensive, in turn causing harms. Please consult the Azure OpenAI service Transparency note to be informed about risks and limitations.
The recommended approach to mitigating these risks is to include a safety system in your architecture that can detect and prevent harmful behavior. Azure AI Content Safety provides an independent layer of protection, able to detect harmful user-generated and AI-generated content in applications and services. Azure AI Content Safety includes text and image APIs that allow you to detect material that is harmful. Within Azure AI Foundry portal, the Content Safety service allows you to view, explore and try out sample code for detecting harmful content across different modalities. The following quickstart documentation guides you through making requests to the service.
Another aspect to take into account is the overall application performance. With multi-modal and multi-models applications, we consider performance to mean that the system performs as you and your users expect, including not generating harmful outputs. It's important to assess the performance of your overall application using Performance and Quality and Risk and Safety evaluators. You also have the ability to create and evaluate with custom evaluators.
You can evaluate your AI application in your development environment using the Azure AI Evaluation SDK. Given either a test dataset or a target, your generative AI application generations are quantitatively measured with built-in evaluators or custom evaluators of your choice. To get started with the azure ai evaluation sdk to evaluate your system, you can follow the quickstart guide. Once you execute an evaluation run, you can visualize the results in Azure AI Foundry portal.
- Update the
requirements.infile with libraries and specify version ranges. - Install pip tools
pip install pip-tools. - Compile the requirements by running
pip-compile -r requirements.in -o requirements.lock.txt.
This repo is configured to use mkdocs, and the docs are in the docs folder. The workshop docs are published here.
Thanks for creating content for AI Tour 26.
One of our opportunities from FY25 was make a more consistent experience for attendees. Following this template, and keeping users in these repos, will help us achieve this opportunity for this year's AI Tour.
Steps:
If you are interested in using mkdocs, this repo is configured for it.
- update the
mkdocs.ymlfile to reference your session. Look particularly for thesite_name,site_author, andrepo_nametags. - Subfolders in the docs folder will show up as tabs in the navigation bar.
If you want to disable mkdocs:
- Delete the mkdocs.yml file.
- Delete the references to it in docs/README.md
- Delete the docs/assets folder and its contents.
- From VS Code, select Agent mode, select the desired LLM, eg
claude sonnet 4. - Type
/mkdocs-translations - You'll be prompted to enter the target language, be sure to select the correct name of the language, e.g.
SpanishorFrench. - The Agent will then translate the content in the
docs/docs/enfolder to the target language, creating a new folder underdocs/docs/with the appropriate ISO 639-1 or locale code.
Note the data, docs, src, lab, session-delivery-resources folders.
- Remove folders that you dont need.
- Please keep and use the folders that you do need. e.g. put your data in the data folder, and put your docs in the docs folder.
- Fill out the content below in this file, below the banner graphic.
-
Note the data, docs, src, lab, session-delivery-resources folders.
- Remove folders that you dont need, but please keep and use the folders that you do need. e.g. put your data in the data folder, and put your docs in the docs folder.
-
Fill out the content below in this file, below the banner graphic.
-
Update the Repo Info for this repo
- Click the gear icon⚙️ in the upper right.
- Set a good description of this repo.
- Add the technologies that you're using in this session. E.g. the same items that are in the Technologies Used section below.
-
Please embed links to Learn with your campaign codes!
Send them to Mike Kinsman, Erik Weis, and cc Anthony Bartolo.
Delete this line and everything above it!


