Build an Automated SLA Risk Agent with Routines in Microsoft Foundry

· Source: Microsoft Foundry Blog articles · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Cloud Computing & IT Infrastructure · Depth: Intermediate, medium

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

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

Topics

Best for: AI Engineer, MLOps Engineer, Software Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Microsoft Foundry Blog articles.