End-to-end GenAIOps template for building LLM-infused apps with Prompt Flow, including CI/CD pipelines, A/B deployment, and lifecycle management.
Add this skill
npx mdskills install microsoft/genaiops-promptflowHigh-level overview lacks actionable agent instructions for executing the workflow
1# GenAIOps Prompt Flow Template23End-to-end solution template for GenAIOps using Azure Machine Learning Prompt Flow.45## What This Workflow Does671. **Experiment** — Develop and test prompt variants locally82. **Evaluate** — Run bulk tests with built-in evaluation flows93. **Deploy** — CI/CD pipeline deploys to Azure ML endpoints104. **Monitor** — A/B testing and performance tracking1112## Getting Started1314```bash15git clone https://github.com/microsoft/genaiops-promptflow-template16cd genaiops-promptflow-template17pip install -r requirements.txt18```1920## Prerequisites2122- Azure subscription23- Azure ML workspace24- Python 3.9+2526## Permissions2728- Full filesystem access (reads/writes flow files)29- Shell execution (runs evaluation scripts)30- Network access (Azure ML API calls)31- Git write (CI/CD pipeline commits)32
Full transparency — inspect the skill content before installing.