[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-microsoft-azure-cloud-migrate":3,"mdc-980hwx-key":37,"related-org-microsoft-azure-cloud-migrate":585,"related-repo-microsoft-azure-cloud-migrate":780},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":25,"repoUrl":26,"updatedAt":27,"license":28,"forks":29,"topics":30,"repo":32,"sourceUrl":35,"mdContent":36},"azure-cloud-migrate","migrate cross-cloud workloads to Azure","Assess and migrate cross-cloud workloads to Azure with reports and code conversion. Supports Lambda→Functions, Beanstalk\u002FHeroku\u002FApp Engine→App Service, Fargate\u002FKubernetes\u002FCloud Run\u002FSpring Boot→Container Apps. WHEN: migrate Lambda to Functions, AWS to Azure, migrate Beanstalk, migrate Heroku, migrate App Engine, Cloud Run migration, Fargate to ACA, ECS\u002FKubernetes\u002FGKE\u002FEKS to Container Apps, Spring Boot to Container Apps, cross-cloud migration.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"microsoft","Microsoft","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fmicrosoft.png",[12,16,19,22],{"name":13,"slug":14,"type":15},"Azure","azure","tag",{"name":17,"slug":18,"type":15},"Migration","migration",{"name":20,"slug":21,"type":15},"AWS","aws",{"name":23,"slug":24,"type":15},"Google Cloud","google-cloud",1324,"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fazure-skills","2026-07-31T05:56:29.049979","MIT",220,[31],"agent-skills",{"repoUrl":26,"stars":25,"forks":29,"topics":33,"description":34},[31],"Official agent plugin providing skills and MCP server configurations for Azure scenarios.","https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fazure-skills\u002Ftree\u002FHEAD\u002Fskills\u002Fazure-cloud-migrate","---\nname: azure-cloud-migrate\ndescription: \"Assess and migrate cross-cloud workloads to Azure with reports and code conversion. Supports Lambda→Functions, Beanstalk\u002FHeroku\u002FApp Engine→App Service, Fargate\u002FKubernetes\u002FCloud Run\u002FSpring Boot→Container Apps. WHEN: migrate Lambda to Functions, AWS to Azure, migrate Beanstalk, migrate Heroku, migrate App Engine, Cloud Run migration, Fargate to ACA, ECS\u002FKubernetes\u002FGKE\u002FEKS to Container Apps, Spring Boot to Container Apps, cross-cloud migration.\"\nlicense: MIT\nmetadata:\n  author: Microsoft\n  version: \"1.3.1\"\n---\n\n# Azure Cloud Migrate\n\n> This skill handles **assessment and code migration** of existing cloud workloads to Azure.\n\n## Rules\n\n1. Follow phases sequentially — do not skip\n2. Generate assessment before any code migration\n3. Load the scenario reference and follow its rules\n4. Use `mcp_azure_mcp_get_azure_bestpractices` and `mcp_azure_mcp_documentation` MCP tools\n5. Use the latest supported runtime for the target service\n6. Destructive actions require `ask_user` — [functions global-rules](references\u002Fservices\u002Ffunctions\u002Fglobal-rules.md) | [app-service global-rules](references\u002Fservices\u002Fapp-service\u002Fglobal-rules.md)\n7. **Report progress to user** — During long-running operations (deployments, image pushes), provide resource-level status updates so the user is never left waiting without feedback — see [workflow-details.md](references\u002Fworkflow-details.md)\n8. **Audit service discovery in app code** — Kubernetes DNS names (e.g., `http:\u002F\u002Forder-service:3001`) do not resolve in Container Apps. During assessment, scan source code for hardcoded hostnames\u002Fports in HTTP clients and flag them for env-var-driven URL injection\n\n## Migration Scenarios\n\n| Source | Target | Reference |\n|--------|--------|-----------|\n| AWS Lambda | Azure Functions | [lambda-to-functions.md](references\u002Fservices\u002Ffunctions\u002Flambda-to-functions.md) ([assessment](references\u002Fservices\u002Ffunctions\u002Fassessment.md), [code-migration](references\u002Fservices\u002Ffunctions\u002Fcode-migration.md)) |\n| AWS Elastic Beanstalk | Azure App Service | [beanstalk-to-app-service.md](references\u002Fservices\u002Fapp-service\u002Fbeanstalk-to-app-service.md) |\n| Heroku | Azure App Service | [heroku-to-app-service.md](references\u002Fservices\u002Fapp-service\u002Fheroku-to-app-service.md) |\n| Google App Engine | Azure App Service | [app-engine-to-app-service.md](references\u002Fservices\u002Fapp-service\u002Fapp-engine-to-app-service.md) |\n| AWS Fargate (ECS) | Azure Container Apps | [fargate-to-container-apps.md](references\u002Fservices\u002Fcontainer-apps\u002Ffargate-to-container-apps.md) ([assessment](references\u002Fservices\u002Fcontainer-apps\u002Ffargate-assessment-guide.md), [deployment](references\u002Fservices\u002Fcontainer-apps\u002Ffargate-deployment-guide.md)) |\n| Kubernetes (GKE\u002FEKS\u002FSelf-hosted) | Azure Container Apps | [k8s-to-container-apps.md](references\u002Fservices\u002Fcontainer-apps\u002Fk8s-to-container-apps.md) |\n| GCP Cloud Run | Azure Container Apps | [cloudrun-to-container-apps.md](references\u002Fservices\u002Fcontainer-apps\u002Fcloudrun-to-container-apps.md) |\n| Spring Boot (Azure Spring Apps\u002FVMs) | Azure Container Apps | [spring-apps-to-aca.md](references\u002Fservices\u002Fcontainer-apps\u002Fspring-apps-to-aca.md) |\n\n> No matching scenario? Use `mcp_azure_mcp_documentation` and `mcp_azure_mcp_get_azure_bestpractices` tools.\n\n## Output Directory\n\nAll output goes to `\u003Cworkspace-root-basename>-azure\u002F` at workspace root, where `\u003Cworkspace-root-basename>` is the name of the top-level workspace directory itself (NOT a subdirectory within it). Never modify the source directory.\n\n## Steps\n\n1. **Create** `\u003Cworkspace-root-basename>-azure\u002F` at workspace root\n2. **Assess** — Analyze source, map services, generate report using the scenario-specific assessment guide → [functions assessment](references\u002Fservices\u002Ffunctions\u002Fassessment.md) | [app-service assessment](references\u002Fservices\u002Fapp-service\u002Fassessment.md)\n3. **Migrate** — Convert code\u002Fconfig using the scenario-specific migration guide → [functions code-migration](references\u002Fservices\u002Ffunctions\u002Fcode-migration.md) | [app-service code-migration](references\u002Fservices\u002Fapp-service\u002Fcode-migration.md)\n4. **Ask User** — \"Migration complete. Test locally or deploy to Azure?\"\n5. **Hand off** to azure-prepare for infrastructure, testing, and deployment\n\nTrack progress in `migration-status.md` — see [workflow-details.md](references\u002Fworkflow-details.md).\n",{"data":38,"body":41},{"name":4,"description":6,"license":28,"metadata":39},{"author":9,"version":40},"1.3.1",{"type":42,"children":43},"root",[44,52,70,77,186,192,428,449,455,476,482,566],{"type":45,"tag":46,"props":47,"children":48},"element","h1",{"id":4},[49],{"type":50,"value":51},"text","Azure Cloud Migrate",{"type":45,"tag":53,"props":54,"children":55},"blockquote",{},[56],{"type":45,"tag":57,"props":58,"children":59},"p",{},[60,62,68],{"type":50,"value":61},"This skill handles ",{"type":45,"tag":63,"props":64,"children":65},"strong",{},[66],{"type":50,"value":67},"assessment and code migration",{"type":50,"value":69}," of existing cloud workloads to Azure.",{"type":45,"tag":71,"props":72,"children":74},"h2",{"id":73},"rules",[75],{"type":50,"value":76},"Rules",{"type":45,"tag":78,"props":79,"children":80},"ol",{},[81,87,92,97,119,124,152,168],{"type":45,"tag":82,"props":83,"children":84},"li",{},[85],{"type":50,"value":86},"Follow phases sequentially — do not skip",{"type":45,"tag":82,"props":88,"children":89},{},[90],{"type":50,"value":91},"Generate assessment before any code migration",{"type":45,"tag":82,"props":93,"children":94},{},[95],{"type":50,"value":96},"Load the scenario reference and follow its rules",{"type":45,"tag":82,"props":98,"children":99},{},[100,102,109,111,117],{"type":50,"value":101},"Use ",{"type":45,"tag":103,"props":104,"children":106},"code",{"className":105},[],[107],{"type":50,"value":108},"mcp_azure_mcp_get_azure_bestpractices",{"type":50,"value":110}," and ",{"type":45,"tag":103,"props":112,"children":114},{"className":113},[],[115],{"type":50,"value":116},"mcp_azure_mcp_documentation",{"type":50,"value":118}," MCP tools",{"type":45,"tag":82,"props":120,"children":121},{},[122],{"type":50,"value":123},"Use the latest supported runtime for the target service",{"type":45,"tag":82,"props":125,"children":126},{},[127,129,135,137,144,146],{"type":50,"value":128},"Destructive actions require ",{"type":45,"tag":103,"props":130,"children":132},{"className":131},[],[133],{"type":50,"value":134},"ask_user",{"type":50,"value":136}," — ",{"type":45,"tag":138,"props":139,"children":141},"a",{"href":140},"references\u002Fservices\u002Ffunctions\u002Fglobal-rules.md",[142],{"type":50,"value":143},"functions global-rules",{"type":50,"value":145}," | ",{"type":45,"tag":138,"props":147,"children":149},{"href":148},"references\u002Fservices\u002Fapp-service\u002Fglobal-rules.md",[150],{"type":50,"value":151},"app-service global-rules",{"type":45,"tag":82,"props":153,"children":154},{},[155,160,162],{"type":45,"tag":63,"props":156,"children":157},{},[158],{"type":50,"value":159},"Report progress to user",{"type":50,"value":161}," — During long-running operations (deployments, image pushes), provide resource-level status updates so the user is never left waiting without feedback — see ",{"type":45,"tag":138,"props":163,"children":165},{"href":164},"references\u002Fworkflow-details.md",[166],{"type":50,"value":167},"workflow-details.md",{"type":45,"tag":82,"props":169,"children":170},{},[171,176,178,184],{"type":45,"tag":63,"props":172,"children":173},{},[174],{"type":50,"value":175},"Audit service discovery in app code",{"type":50,"value":177}," — Kubernetes DNS names (e.g., ",{"type":45,"tag":103,"props":179,"children":181},{"className":180},[],[182],{"type":50,"value":183},"http:\u002F\u002Forder-service:3001",{"type":50,"value":185},") do not resolve in Container Apps. During assessment, scan source code for hardcoded hostnames\u002Fports in HTTP clients and flag them for env-var-driven URL injection",{"type":45,"tag":71,"props":187,"children":189},{"id":188},"migration-scenarios",[190],{"type":50,"value":191},"Migration Scenarios",{"type":45,"tag":193,"props":194,"children":195},"table",{},[196,220],{"type":45,"tag":197,"props":198,"children":199},"thead",{},[200],{"type":45,"tag":201,"props":202,"children":203},"tr",{},[204,210,215],{"type":45,"tag":205,"props":206,"children":207},"th",{},[208],{"type":50,"value":209},"Source",{"type":45,"tag":205,"props":211,"children":212},{},[213],{"type":50,"value":214},"Target",{"type":45,"tag":205,"props":216,"children":217},{},[218],{"type":50,"value":219},"Reference",{"type":45,"tag":221,"props":222,"children":223},"tbody",{},[224,265,287,308,329,365,386,407],{"type":45,"tag":201,"props":225,"children":226},{},[227,233,238],{"type":45,"tag":228,"props":229,"children":230},"td",{},[231],{"type":50,"value":232},"AWS Lambda",{"type":45,"tag":228,"props":234,"children":235},{},[236],{"type":50,"value":237},"Azure Functions",{"type":45,"tag":228,"props":239,"children":240},{},[241,247,249,255,257,263],{"type":45,"tag":138,"props":242,"children":244},{"href":243},"references\u002Fservices\u002Ffunctions\u002Flambda-to-functions.md",[245],{"type":50,"value":246},"lambda-to-functions.md",{"type":50,"value":248}," (",{"type":45,"tag":138,"props":250,"children":252},{"href":251},"references\u002Fservices\u002Ffunctions\u002Fassessment.md",[253],{"type":50,"value":254},"assessment",{"type":50,"value":256},", ",{"type":45,"tag":138,"props":258,"children":260},{"href":259},"references\u002Fservices\u002Ffunctions\u002Fcode-migration.md",[261],{"type":50,"value":262},"code-migration",{"type":50,"value":264},")",{"type":45,"tag":201,"props":266,"children":267},{},[268,273,278],{"type":45,"tag":228,"props":269,"children":270},{},[271],{"type":50,"value":272},"AWS Elastic Beanstalk",{"type":45,"tag":228,"props":274,"children":275},{},[276],{"type":50,"value":277},"Azure App Service",{"type":45,"tag":228,"props":279,"children":280},{},[281],{"type":45,"tag":138,"props":282,"children":284},{"href":283},"references\u002Fservices\u002Fapp-service\u002Fbeanstalk-to-app-service.md",[285],{"type":50,"value":286},"beanstalk-to-app-service.md",{"type":45,"tag":201,"props":288,"children":289},{},[290,295,299],{"type":45,"tag":228,"props":291,"children":292},{},[293],{"type":50,"value":294},"Heroku",{"type":45,"tag":228,"props":296,"children":297},{},[298],{"type":50,"value":277},{"type":45,"tag":228,"props":300,"children":301},{},[302],{"type":45,"tag":138,"props":303,"children":305},{"href":304},"references\u002Fservices\u002Fapp-service\u002Fheroku-to-app-service.md",[306],{"type":50,"value":307},"heroku-to-app-service.md",{"type":45,"tag":201,"props":309,"children":310},{},[311,316,320],{"type":45,"tag":228,"props":312,"children":313},{},[314],{"type":50,"value":315},"Google App Engine",{"type":45,"tag":228,"props":317,"children":318},{},[319],{"type":50,"value":277},{"type":45,"tag":228,"props":321,"children":322},{},[323],{"type":45,"tag":138,"props":324,"children":326},{"href":325},"references\u002Fservices\u002Fapp-service\u002Fapp-engine-to-app-service.md",[327],{"type":50,"value":328},"app-engine-to-app-service.md",{"type":45,"tag":201,"props":330,"children":331},{},[332,337,342],{"type":45,"tag":228,"props":333,"children":334},{},[335],{"type":50,"value":336},"AWS Fargate (ECS)",{"type":45,"tag":228,"props":338,"children":339},{},[340],{"type":50,"value":341},"Azure Container Apps",{"type":45,"tag":228,"props":343,"children":344},{},[345,351,352,357,358,364],{"type":45,"tag":138,"props":346,"children":348},{"href":347},"references\u002Fservices\u002Fcontainer-apps\u002Ffargate-to-container-apps.md",[349],{"type":50,"value":350},"fargate-to-container-apps.md",{"type":50,"value":248},{"type":45,"tag":138,"props":353,"children":355},{"href":354},"references\u002Fservices\u002Fcontainer-apps\u002Ffargate-assessment-guide.md",[356],{"type":50,"value":254},{"type":50,"value":256},{"type":45,"tag":138,"props":359,"children":361},{"href":360},"references\u002Fservices\u002Fcontainer-apps\u002Ffargate-deployment-guide.md",[362],{"type":50,"value":363},"deployment",{"type":50,"value":264},{"type":45,"tag":201,"props":366,"children":367},{},[368,373,377],{"type":45,"tag":228,"props":369,"children":370},{},[371],{"type":50,"value":372},"Kubernetes (GKE\u002FEKS\u002FSelf-hosted)",{"type":45,"tag":228,"props":374,"children":375},{},[376],{"type":50,"value":341},{"type":45,"tag":228,"props":378,"children":379},{},[380],{"type":45,"tag":138,"props":381,"children":383},{"href":382},"references\u002Fservices\u002Fcontainer-apps\u002Fk8s-to-container-apps.md",[384],{"type":50,"value":385},"k8s-to-container-apps.md",{"type":45,"tag":201,"props":387,"children":388},{},[389,394,398],{"type":45,"tag":228,"props":390,"children":391},{},[392],{"type":50,"value":393},"GCP Cloud Run",{"type":45,"tag":228,"props":395,"children":396},{},[397],{"type":50,"value":341},{"type":45,"tag":228,"props":399,"children":400},{},[401],{"type":45,"tag":138,"props":402,"children":404},{"href":403},"references\u002Fservices\u002Fcontainer-apps\u002Fcloudrun-to-container-apps.md",[405],{"type":50,"value":406},"cloudrun-to-container-apps.md",{"type":45,"tag":201,"props":408,"children":409},{},[410,415,419],{"type":45,"tag":228,"props":411,"children":412},{},[413],{"type":50,"value":414},"Spring Boot (Azure Spring Apps\u002FVMs)",{"type":45,"tag":228,"props":416,"children":417},{},[418],{"type":50,"value":341},{"type":45,"tag":228,"props":420,"children":421},{},[422],{"type":45,"tag":138,"props":423,"children":425},{"href":424},"references\u002Fservices\u002Fcontainer-apps\u002Fspring-apps-to-aca.md",[426],{"type":50,"value":427},"spring-apps-to-aca.md",{"type":45,"tag":53,"props":429,"children":430},{},[431],{"type":45,"tag":57,"props":432,"children":433},{},[434,436,441,442,447],{"type":50,"value":435},"No matching scenario? Use ",{"type":45,"tag":103,"props":437,"children":439},{"className":438},[],[440],{"type":50,"value":116},{"type":50,"value":110},{"type":45,"tag":103,"props":443,"children":445},{"className":444},[],[446],{"type":50,"value":108},{"type":50,"value":448}," tools.",{"type":45,"tag":71,"props":450,"children":452},{"id":451},"output-directory",[453],{"type":50,"value":454},"Output Directory",{"type":45,"tag":57,"props":456,"children":457},{},[458,460,466,468,474],{"type":50,"value":459},"All output goes to ",{"type":45,"tag":103,"props":461,"children":463},{"className":462},[],[464],{"type":50,"value":465},"\u003Cworkspace-root-basename>-azure\u002F",{"type":50,"value":467}," at workspace root, where ",{"type":45,"tag":103,"props":469,"children":471},{"className":470},[],[472],{"type":50,"value":473},"\u003Cworkspace-root-basename>",{"type":50,"value":475}," is the name of the top-level workspace directory itself (NOT a subdirectory within it). Never modify the source directory.",{"type":45,"tag":71,"props":477,"children":479},{"id":478},"steps",[480],{"type":50,"value":481},"Steps",{"type":45,"tag":78,"props":483,"children":484},{},[485,502,524,546,556],{"type":45,"tag":82,"props":486,"children":487},{},[488,493,495,500],{"type":45,"tag":63,"props":489,"children":490},{},[491],{"type":50,"value":492},"Create",{"type":50,"value":494}," ",{"type":45,"tag":103,"props":496,"children":498},{"className":497},[],[499],{"type":50,"value":465},{"type":50,"value":501}," at workspace root",{"type":45,"tag":82,"props":503,"children":504},{},[505,510,512,517,518],{"type":45,"tag":63,"props":506,"children":507},{},[508],{"type":50,"value":509},"Assess",{"type":50,"value":511}," — Analyze source, map services, generate report using the scenario-specific assessment guide → ",{"type":45,"tag":138,"props":513,"children":514},{"href":251},[515],{"type":50,"value":516},"functions assessment",{"type":50,"value":145},{"type":45,"tag":138,"props":519,"children":521},{"href":520},"references\u002Fservices\u002Fapp-service\u002Fassessment.md",[522],{"type":50,"value":523},"app-service assessment",{"type":45,"tag":82,"props":525,"children":526},{},[527,532,534,539,540],{"type":45,"tag":63,"props":528,"children":529},{},[530],{"type":50,"value":531},"Migrate",{"type":50,"value":533}," — Convert code\u002Fconfig using the scenario-specific migration guide → ",{"type":45,"tag":138,"props":535,"children":536},{"href":259},[537],{"type":50,"value":538},"functions code-migration",{"type":50,"value":145},{"type":45,"tag":138,"props":541,"children":543},{"href":542},"references\u002Fservices\u002Fapp-service\u002Fcode-migration.md",[544],{"type":50,"value":545},"app-service code-migration",{"type":45,"tag":82,"props":547,"children":548},{},[549,554],{"type":45,"tag":63,"props":550,"children":551},{},[552],{"type":50,"value":553},"Ask User",{"type":50,"value":555}," — \"Migration complete. Test locally or deploy to Azure?\"",{"type":45,"tag":82,"props":557,"children":558},{},[559,564],{"type":45,"tag":63,"props":560,"children":561},{},[562],{"type":50,"value":563},"Hand off",{"type":50,"value":565}," to azure-prepare for infrastructure, testing, and deployment",{"type":45,"tag":57,"props":567,"children":568},{},[569,571,577,579,583],{"type":50,"value":570},"Track progress in ",{"type":45,"tag":103,"props":572,"children":574},{"className":573},[],[575],{"type":50,"value":576},"migration-status.md",{"type":50,"value":578}," — see ",{"type":45,"tag":138,"props":580,"children":581},{"href":164},[582],{"type":50,"value":167},{"type":50,"value":584},".",{"items":586,"total":779},[587,609,628,649,664,681,692,705,720,735,754,767],{"slug":588,"name":588,"fn":589,"description":590,"org":591,"tags":592,"stars":606,"repoUrl":607,"updatedAt":608},"rushstack-best-practices","manage Rush monorepos with best practices","Provides best practices and guidance for working with Rush monorepos. Use when the user is working in a Rush-based repository, asks about Rush commands (install, update, build, rebuild), needs help with project selection, dependency management, build caching, subspace configuration, or troubleshooting Rush-specific issues.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[593,596,599,600,603],{"name":594,"slug":595,"type":15},"Engineering","engineering",{"name":597,"slug":598,"type":15},"Local Development","local-development",{"name":9,"slug":8,"type":15},{"name":601,"slug":602,"type":15},"Project Management","project-management",{"name":604,"slug":605,"type":15},"Rush","rush",6484,"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Frushstack","2026-04-06T18:34:44.965032",{"slug":610,"name":610,"fn":611,"description":612,"org":613,"tags":614,"stars":625,"repoUrl":626,"updatedAt":627},"azure-ai-agents-persistent-dotnet","build AI agents with Azure .NET SDK","Azure AI Agents Persistent SDK for .NET. Low-level SDK for creating and managing AI agents with threads, messages, runs, and tools. Use for agent CRUD, conversation threads, streaming responses, function calling, file search, and code interpreter. Triggers: \"PersistentAgentsClient\", \"persistent agents\", \"agent threads\", \"agent runs\", \"streaming agents\", \"function calling agents .NET\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[615,618,621,622],{"name":616,"slug":617,"type":15},".NET","net",{"name":619,"slug":620,"type":15},"Agents","agents",{"name":13,"slug":14,"type":15},{"name":623,"slug":624,"type":15},"LLM","llm",2804,"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fskills","2026-07-03T16:32:10.297433",{"slug":629,"name":629,"fn":630,"description":631,"org":632,"tags":633,"stars":625,"repoUrl":626,"updatedAt":648},"azure-ai-anomalydetector-java","build anomaly detection applications with Java","Build anomaly detection applications with Azure AI Anomaly Detector SDK for Java. Use when implementing univariate\u002Fmultivariate anomaly detection, time-series analysis, or AI-powered monitoring.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[634,637,638,641,644,645],{"name":635,"slug":636,"type":15},"Analytics","analytics",{"name":13,"slug":14,"type":15},{"name":639,"slug":640,"type":15},"Data Analysis","data-analysis",{"name":642,"slug":643,"type":15},"Java","java",{"name":9,"slug":8,"type":15},{"name":646,"slug":647,"type":15},"Monitoring","monitoring","2026-05-13T06:14:16.261754",{"slug":650,"name":650,"fn":651,"description":652,"org":653,"tags":654,"stars":625,"repoUrl":626,"updatedAt":663},"azure-ai-contentsafety-java","build content moderation applications with Azure AI","Build content moderation applications with Azure AI Content Safety SDK for Java. Use when implementing text\u002Fimage analysis, blocklist management, or harm detection for hate, violence, sexual content, and self-harm.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[655,658,659,660],{"name":656,"slug":657,"type":15},"AI Infrastructure","ai-infrastructure",{"name":13,"slug":14,"type":15},{"name":642,"slug":643,"type":15},{"name":661,"slug":662,"type":15},"Security","security","2026-07-07T06:53:31.293235",{"slug":665,"name":665,"fn":666,"description":667,"org":668,"tags":669,"stars":625,"repoUrl":626,"updatedAt":680},"azure-ai-contentsafety-py","detect harmful content with Azure AI Content Safety","Azure AI Content Safety SDK for Python. Use for detecting harmful content in text and images with multi-severity classification.\nTriggers: \"azure-ai-contentsafety\", \"ContentSafetyClient\", \"content moderation\", \"harmful content\", \"text analysis\", \"image analysis\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[670,671,674,675,676,679],{"name":13,"slug":14,"type":15},{"name":672,"slug":673,"type":15},"Compliance","compliance",{"name":623,"slug":624,"type":15},{"name":9,"slug":8,"type":15},{"name":677,"slug":678,"type":15},"Python","python",{"name":661,"slug":662,"type":15},"2026-07-18T05:14:23.017504",{"slug":682,"name":682,"fn":683,"description":684,"org":685,"tags":686,"stars":625,"repoUrl":626,"updatedAt":691},"azure-ai-language-conversations-py","implement conversational language understanding with Python","Implement Conversational Language Understanding (CLU) using the azure-ai-language-conversations Python SDK. Use when working with ConversationAnalysisClient to analyze conversation intent and entities, building NLP features, or integrating language understanding into applications.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[687,688,689,690],{"name":635,"slug":636,"type":15},{"name":13,"slug":14,"type":15},{"name":623,"slug":624,"type":15},{"name":677,"slug":678,"type":15},"2026-07-31T05:54:29.068751",{"slug":693,"name":693,"fn":694,"description":695,"org":696,"tags":697,"stars":625,"repoUrl":626,"updatedAt":704},"azure-ai-translation-text-py","translate text using Azure AI services","Azure AI Text Translation SDK for real-time text translation, transliteration, language detection, and dictionary lookup. Use for translating text content in applications.\nTriggers: \"text translation\", \"translator\", \"translate text\", \"transliterate\", \"TextTranslationClient\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[698,701,702,703],{"name":699,"slug":700,"type":15},"API Development","api-development",{"name":13,"slug":14,"type":15},{"name":9,"slug":8,"type":15},{"name":677,"slug":678,"type":15},"2026-07-18T05:14:16.988376",{"slug":706,"name":706,"fn":707,"description":708,"org":709,"tags":710,"stars":625,"repoUrl":626,"updatedAt":719},"azure-ai-vision-imageanalysis-py","analyze images with Azure AI Vision","Azure AI Vision Image Analysis SDK for captions, tags, objects, OCR, people detection, and smart cropping. Use for computer vision and image understanding tasks.\nTriggers: \"image analysis\", \"computer vision\", \"OCR\", \"object detection\", \"ImageAnalysisClient\", \"image caption\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[711,712,715,718],{"name":13,"slug":14,"type":15},{"name":713,"slug":714,"type":15},"Computer Vision","computer-vision",{"name":716,"slug":717,"type":15},"Images","images",{"name":677,"slug":678,"type":15},"2026-07-18T05:14:18.007737",{"slug":721,"name":721,"fn":722,"description":723,"org":724,"tags":725,"stars":625,"repoUrl":626,"updatedAt":734},"azure-appconfiguration-java","manage configuration with Azure App Configuration","Azure App Configuration SDK for Java. Centralized application configuration management with key-value settings, feature flags, and snapshots.\nTriggers: \"ConfigurationClient java\", \"app configuration java\", \"feature flag java\", \"configuration setting java\", \"azure config java\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[726,727,730,733],{"name":13,"slug":14,"type":15},{"name":728,"slug":729,"type":15},"Configuration","configuration",{"name":731,"slug":732,"type":15},"Feature Flags","feature-flags",{"name":642,"slug":643,"type":15},"2026-07-03T16:32:01.278468",{"slug":736,"name":736,"fn":737,"description":738,"org":739,"tags":740,"stars":625,"repoUrl":626,"updatedAt":753},"azure-cosmos-rust","build applications with Azure Cosmos DB","Azure Cosmos DB library for Rust (NoSQL API). Document CRUD, containers, and globally distributed data.\nTriggers: \"cosmos db rust\", \"CosmosClient rust\", \"document crud rust\", \"NoSQL rust\", \"partition key rust\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[741,744,747,750],{"name":742,"slug":743,"type":15},"Cosmos DB","cosmos-db",{"name":745,"slug":746,"type":15},"Database","database",{"name":748,"slug":749,"type":15},"NoSQL","nosql",{"name":751,"slug":752,"type":15},"Rust","rust","2026-07-31T05:54:27.021432",{"slug":755,"name":755,"fn":737,"description":756,"org":757,"tags":758,"stars":625,"repoUrl":626,"updatedAt":766},"azure-cosmos-ts","Azure Cosmos DB JavaScript\u002FTypeScript SDK (@azure\u002Fcosmos) for data plane operations. Use for CRUD operations on documents, queries, bulk operations, and container management. Triggers: \"Cosmos DB\", \"@azure\u002Fcosmos\", \"CosmosClient\", \"document CRUD\", \"NoSQL queries\", \"bulk operations\", \"partition key\", \"container.items\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[759,760,761,762,763],{"name":742,"slug":743,"type":15},{"name":745,"slug":746,"type":15},{"name":9,"slug":8,"type":15},{"name":748,"slug":749,"type":15},{"name":764,"slug":765,"type":15},"TypeScript","typescript","2026-07-03T16:31:19.368382",{"slug":768,"name":768,"fn":769,"description":770,"org":771,"tags":772,"stars":625,"repoUrl":626,"updatedAt":778},"azure-data-tables-java","build table storage applications with Java","Build table storage applications with Azure Tables SDK for Java. Use when working with Azure Table Storage or Cosmos DB Table API for NoSQL key-value data, schemaless storage, or structured data at scale.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[773,774,775,776,777],{"name":13,"slug":14,"type":15},{"name":742,"slug":743,"type":15},{"name":745,"slug":746,"type":15},{"name":642,"slug":643,"type":15},{"name":748,"slug":749,"type":15},"2026-05-13T06:14:17.582229",267,{"items":781,"total":888},[782,799,811,830,847,854,870],{"slug":783,"name":783,"fn":784,"description":785,"org":786,"tags":787,"stars":25,"repoUrl":26,"updatedAt":798},"airunway-aks-setup","set up AI Runway on Azure Kubernetes Service","Set up AI Runway on AKS — from bare cluster to running model. Covers cluster verification, controller install, GPU assessment, provider setup, and first deployment. WHEN: \"setup AI Runway\", \"onboard AKS cluster\", \"install AI Runway\", \"airunway setup\", \"deploy model to AKS\", \"GPU inference on AKS\", \"KAITO setup on AKS\", \"run LLM on AKS\", \"vLLM on AKS\", \"set up model serving on AKS\", \"AI Runway controller\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[788,789,790,792,795],{"name":656,"slug":657,"type":15},{"name":13,"slug":14,"type":15},{"name":791,"slug":363,"type":15},"Deployment",{"name":793,"slug":794,"type":15},"Kubernetes","kubernetes",{"name":796,"slug":797,"type":15},"Runway","runway","2026-07-31T05:56:13.054971",{"slug":800,"name":800,"fn":801,"description":802,"org":803,"tags":804,"stars":25,"repoUrl":26,"updatedAt":810},"appinsights-instrumentation","instrument webapps with Azure Application Insights","Guidance for instrumenting webapps with Azure Application Insights. Provides telemetry patterns, SDK setup, and configuration references. WHEN: how to instrument app, App Insights SDK, telemetry patterns, what is App Insights, Application Insights guidance, instrumentation examples, APM best practices.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[805,806,807],{"name":13,"slug":14,"type":15},{"name":646,"slug":647,"type":15},{"name":808,"slug":809,"type":15},"Observability","observability","2026-07-31T05:56:09.068625",{"slug":812,"name":812,"fn":813,"description":814,"org":815,"tags":816,"stars":25,"repoUrl":26,"updatedAt":829},"azure-ai","build applications with Azure AI services","Use for Azure AI: Search, Speech, OpenAI, Document Intelligence. Helps with search, vector\u002Fhybrid search, speech-to-text, text-to-speech, transcription, OCR. WHEN: AI Search, query search, vector search, hybrid search, semantic search, speech-to-text, text-to-speech, transcribe, OCR, convert text to speech.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[817,818,819,820,823,826],{"name":656,"slug":657,"type":15},{"name":13,"slug":14,"type":15},{"name":623,"slug":624,"type":15},{"name":821,"slug":822,"type":15},"OpenAI","openai",{"name":824,"slug":825,"type":15},"Search","search",{"name":827,"slug":828,"type":15},"Speech","speech","2026-07-31T05:56:19.069133",{"slug":831,"name":831,"fn":832,"description":833,"org":834,"tags":835,"stars":25,"repoUrl":26,"updatedAt":846},"azure-aigateway","configure Azure API Management as an AI Gateway","Configure Azure API Management as an AI Gateway for AI models, MCP tools, and agents. WHEN: semantic caching, token limit, content safety, load balancing, AI model governance, MCP rate limiting, jailbreak detection, add Azure OpenAI backend, add AI Foundry model, test AI gateway, LLM policies, configure AI backend, token metrics, AI cost control, convert API to MCP, import OpenAPI to gateway.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[836,837,838,839,842,845],{"name":656,"slug":657,"type":15},{"name":699,"slug":700,"type":15},{"name":13,"slug":14,"type":15},{"name":840,"slug":841,"type":15},"Caching","caching",{"name":843,"slug":844,"type":15},"Governance","governance",{"name":661,"slug":662,"type":15},"2026-07-31T05:56:23.05242",{"slug":4,"name":4,"fn":5,"description":6,"org":848,"tags":849,"stars":25,"repoUrl":26,"updatedAt":27},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[850,851,852,853],{"name":20,"slug":21,"type":15},{"name":13,"slug":14,"type":15},{"name":23,"slug":24,"type":15},{"name":17,"slug":18,"type":15},{"slug":855,"name":855,"fn":856,"description":857,"org":858,"tags":859,"stars":25,"repoUrl":26,"updatedAt":869},"azure-compliance","audit Azure compliance and security","Run Azure compliance and security audits with azqr plus Key Vault expiration checks. Covers best-practice assessment, resource review, policy\u002Fcompliance validation, and security posture checks. WHEN: compliance scan, security audit, BEFORE running azqr (compliance cli tool), Azure best practices, Key Vault expiration check, expired certificates, expiring secrets, orphaned resources, compliance assessment.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[860,863,864,865,868],{"name":861,"slug":862,"type":15},"Audit","audit",{"name":13,"slug":14,"type":15},{"name":672,"slug":673,"type":15},{"name":866,"slug":867,"type":15},"Regulatory Compliance","regulatory-compliance",{"name":661,"slug":662,"type":15},"2026-07-31T05:56:11.06797",{"slug":871,"name":871,"fn":872,"description":873,"org":874,"tags":875,"stars":25,"repoUrl":26,"updatedAt":887},"azure-compute","manage and optimize Azure compute resources","Azure VM\u002FVMSS router. WHEN: create \u002F provision \u002F deploy \u002F spin-up VM, recommend VM size, compare VM pricing, VMSS, scale set, autoscale, burstable, lightweight server, website, backend, GPU, machine learning, HPC simulation, dev\u002Ftest, workload, family, load balancer, Flexible orchestration, Uniform orchestration, cost estimate, capacity reservation (CRG), reserve, guarantee capacity, pre-provision, CRG association, CRG disassociation, machine enrollment (EMM), Essential Machine Management, monitor. PREFER OVER mcp__azure__get_azure_bestpractices for VM create intents — use compute_vm_list-skus \u002F compute_vm_list-images \u002F compute_vm_check-quota.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[876,877,878,881,884],{"name":656,"slug":657,"type":15},{"name":13,"slug":14,"type":15},{"name":879,"slug":880,"type":15},"Cost Optimization","cost-optimization",{"name":882,"slug":883,"type":15},"Performance","performance",{"name":885,"slug":886,"type":15},"Virtual Machines","virtual-machines","2026-07-31T05:56:16.042469",28]