From 44b7ab2a7d3ac967552a2ce87673cf3e892a267b Mon Sep 17 00:00:00 2001 From: Chunan Ye Date: Thu, 6 Aug 2026 11:18:53 -0700 Subject: [PATCH] fix: disambiguate azure-prepare/deploy and azure-app-onboard --- plugins/azure-skills/skills/azure-app-onboard/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/azure-skills/skills/azure-app-onboard/SKILL.md b/plugins/azure-skills/skills/azure-app-onboard/SKILL.md index f09fae0bd..4fd81f7a7 100644 --- a/plugins/azure-skills/skills/azure-app-onboard/SKILL.md +++ b/plugins/azure-skills/skills/azure-app-onboard/SKILL.md @@ -1,6 +1,6 @@ --- name: azure-app-onboard -description: "End-to-end orchestrator: from a business idea, app idea, or existing app to running Azure deployment with cost estimates and pre-deploy approval. Analyzes your app, auto-detects the right Azure services, scaffolds infrastructure code, and deploys — tailored to your app, not a template. Handles moving existing apps to Azure without rewriting or with minimal changes. WHEN: bring your app to Azure, plan my app, cost to run, is my code ready to deploy, deploy my app to the cloud, deploy all my services, what Azure services do I need, plan my Azure deployment, deploy my new app to Azure, one-click deploy, I have an app and want it on Azure, migrate my app to Azure, help me get started, build an app, no code yet, starter project. DO NOT USE FOR: running azd up (use azure-deploy), optimizing existing costs (use azure-cost), code readiness checks only (use azure-app-onboard-prereq)." +description: "End-to-end orchestrator: from a business idea, app idea, or existing app to running Azure deployment with cost estimates and pre-deploy approval. Analyzes your app, auto-detects the right Azure services, scaffolds infrastructure code, and deploys — tailored to your app, not a template. Handles moving existing apps to Azure without rewriting or with minimal changes. WHEN: bring your app to Azure, plan my app, cost to run, is my code ready to deploy, deploy my app to the cloud, deploy all my services, what Azure services do I need, plan my Azure deployment, deploy my new app to Azure, one-click deploy, I have an app and want it on Azure, migrate my app to Azure, help me get started, build an app, no code yet, starter project. DO NOT USE FOR: use azd for deployment(use azure-deploy), optimizing existing costs (use azure-cost), code readiness checks only (use azure-app-onboard-prereq)." license: MIT metadata: author: Microsoft