Building a Customer Service AI Agent with Azure AI Foundry¶
Welcome to this hands-on, 2-hour workshop where you'll build a practical customer service AI agent using Azure AI Foundry! You'll learn how to deploy an AI model, create an intelligent agent, and evaluate its performance - all through a real-world use case.
The Use Case: Smart Customer Support¶
You'll build an AI agent that can: - Answer common product questions - Handle customer inquiries - Access product documentation - Learn from customer interactions - Provide consistent, accurate responses
Workshop Timeline (2 hours)¶
- Setup and Model Deployment (30 min)
- Quick platform overview
- Deploy Azure OpenAI model
-
Basic configuration and testing
-
Agent Development (45 min)
- Create customer service agent
- Implement response handling
-
Add product knowledge base
-
Evaluation and Monitoring (45 min)
- Set up key metrics
- Monitor performance
- Analyze and improve responses
Prerequisites¶
- Azure subscription with AI services access
- Python 3.8 or later
- Basic Python knowledge
- Text editor or IDE
What You'll Learn¶
Through this practical example, you'll understand: - How to use the AI Foundry SDK - Model deployment and configuration - Agent creation and management - Performance evaluation and monitoring - Best practices for AI applications
Let's start by setting up your environment!