Skip to Content
Solution PlaysPlay 37: Play 37 β€” AI-Powered DevOps πŸ”§πŸ€–

Play 37 β€” AI-Powered DevOps πŸ”§πŸ€–

AI incident management with risk scoring, auto-remediation, and alert correlation.

AI enhances your DevOps operations: deployment risk scoring prevents bad deploys, alert correlation reduces noise by 90%, LLM root cause analysis finds issues in minutes not hours, and auto-remediation fixes safe issues automatically. Post-incident reports generate themselves.

Quick Start

cd solution-plays/37-ai-powered-devops az deployment group create -g $RG -f infra/main.bicep -p infra/parameters.json code . # Use @builder for incident pipeline, @reviewer for safety audit, @tuner for calibration
AspectPlay 17 (Observability)Play 20 (Anomaly)Play 37 (DevOps)
FocusMonitoringDetectionResponse + prevention
OutputDashboardsAnomaly flagsRemediation actions
ActionsNoneAlert onlyAuto-fix + risk gate

Architecture

ServicePurpose
Azure MonitorAlert source, log data
Azure OpenAI (gpt-4o)Root cause analysis, risk scoring
Azure DevOps / GitHubCI/CD pipeline integration
Azure FunctionsIncident pipeline execution

πŸ“ Full architecture details

Capabilities

CapabilityDescription
Risk ScoringPre-deploy assessment (change size, blast radius, author exp)
Alert CorrelationGroup 50+ alerts into 1 incident (90% noise reduction)
Root Cause AnalysisLLM diagnoses from logs + metrics + deploy history
Auto-RemediationSafe fixes: restart, scale, rotate certs (with approval gates)
Post-Incident ReportsAuto-generated timeline + cause + remediation

Key Metrics

  • Root cause accuracy: β‰₯75% Β· MTTR reduction: β‰₯40% Β· Auto-fix success: β‰₯95% Β· Risk calibration: Β±1

DevKit (AIOps-Focused)

PrimitiveWhat It Does
3 agentsBuilder (incident pipeline/risk/auto-fix), Reviewer (safety/blast radius), Tuner (correlation/weights/confidence)
3 skillsDeploy (108 lines), Evaluate (107 lines), Tune (103 lines)
4 prompts/deploy (AIOps pipeline), /test (incident sim), /review (remediation safety), /evaluate (accuracy)

Cost

ServiceDevProdEnterprise
Azure OpenAI$40 (PAYG)$250 (PAYG)$900 (PTU)
Azure Monitor$0 (Free)$80 (Pay-per-GB)$300 (Commitment)
Azure DevOps$0 (Basic)$40 (Hosted Agents)$120 (Self-hosted)
Azure Functions$0 (Consumption)$15 (Consumption)$120 (Premium EP1)
Cosmos DB$5 (Serverless)$60 (800 RU/s)$350 (4000 RU/s)
Log Analytics$0 (Free)$40 (Pay-per-GB)$150 (Commitment)
Key Vault$1 (Standard)$3 (Standard)$10 (Premium HSM)
Application Insights$0 (Free)$20 (Pay-per-GB)$80 (Pay-per-GB)
Total$46/mo$508/mo$2,030/mo

πŸ’° Full cost breakdown

πŸ“– Full docs Β· 🌐 frootai.dev/solution-plays/37-ai-powered-devopsΒ 

FAI Manifest

FieldValue
Play37-ai-powered-devops
Version1.0.0
KnowledgeT3-Production-Patterns, O2-Agent-Coding, F4-GitHub-Agentic-OS
WAF Pillarssecurity, reliability, operational-excellence, cost-optimization
Groundednessβ‰₯ 85%
Safety0 violations max
Last updated on