Build an Automated SLA Risk Agent with Routines in Microsoft Foundry
Summary
Microsoft Foundry offers a tutorial for building an automated SLA risk agent that provides daily AI-generated summaries of support tickets likely to breach Service Level Agreements. The process, taking about 45 minutes, involves connecting a sample dataset from Hugging Face, stored in Azure Blob Storage, to Azure AI Search for Retrieval Augmented Generation (RAG). This data forms a Foundry IQ knowledge base, which grounds an agent configured with specific SLA triage instructions. The agent identifies high-risk tickets based on criteria like "Critical or High priority," "Open or In progress status," "Low hours_until_breach values," and "Clear business impact." Finally, Microsoft Foundry's Routines feature schedules the agent to run daily at 9:00 AM, ensuring early risk identification and recommended actions.
Key takeaway
For MLOps Engineers or AI Engineers tasked with automating support operations, this Microsoft Foundry pattern offers a robust solution. You can deploy a production-ready SLA risk agent, grounded on your actual ticket data, to proactively identify potential breaches. This approach ensures your support team receives daily, AI-generated summaries of high-risk tickets, enabling timely intervention. Consider adapting this routine-based agent framework for other recurring analysis tasks like inventory alerts or compliance checks to enhance operational efficiency.
Key insights
An automated agent in Microsoft Foundry can proactively identify SLA breach risks using RAG and scheduled routines.
Principles
- Grounding agents on specific data improves accuracy.
- Automated routines ensure timely risk detection.
- Prioritize tickets by urgency and business impact.
Method
Prepare data in Blob Storage, index with Azure AI Search, connect to Foundry IQ knowledge base, build a grounded agent with SLA triage instructions, and schedule daily runs via Routines.
In practice
- Integrate Teams for notifications.
- Connect multiple data sources.
- Track SLA trends with dashboards.
Topics
- Microsoft Foundry
- SLA Management
- AI Agents
- Azure AI Search
- Retrieval-Augmented Generation
- Automated Workflows
Best for: AI Engineer, MLOps Engineer, Software Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Microsoft Foundry Blog articles.