← Back to Tutorials

12. Practice & Resources

Quick Reference Guide

TaskCommand / Code
Create agentclient.agents.create_agent(model, name, instructions)
Add toolstoolset.add(CodeInterpreterTool())
Send messageclient.agents.send_message(agent_id, text)
Create search indexindex_client.create_index(index_def)
Query searchsearch_client.search(search_text, vector_queries=...)
Deploy modelPortal → Model Catalog → Deploy

Useful Resources

Study Plan

WeekTopicActivities
1Foundations & SetupRead Ch 1-3, setup Azure + SDK
2Agents & ToolsRead Ch 4, build first agent with tools
3RAG & SearchRead Ch 5, build RAG pipeline
4Gateway & IQRead Ch 6-7, configure gateway
5Multi-Modal & OrchestrationRead Ch 8-9, multi-modal pipeline
6MAF & A2ARead Ch 10-11, A2A communication
7Capstone ProjectBuild end-to-end solution

Bootcamp & Certificate Path

✏️ Final Capstone: Build an end-to-end solution that includes: (1) an agent with multiple tools, (2) a RAG knowledge base, (3) an AI Gateway with rate limiting, (4) multi-modal document processing, and (5) agent-to-agent communication between two specialized agents.