mcp icon indicating copy to clipboard operation
mcp copied to clipboard

Migrate azd related tool out of azure mcp

Open hemarina opened this issue 1 month ago • 0 comments

azd is looking to host azd mcp and want to migrate azd related tool in C2C out of Azure MCP The table between azd tool in azure mcp vs azd mcp (WIP)

Priority C2C Tool C2C Tool Description/Prompt azd Tool azd Tool Description Missing features
Low deploy_app_logs_get Retrieves application logs from Azure for apps deployed via Azure Developer CLI (azd). Automatically discovers Log Analytics workspaces and resources (rg, resources, time periods). Shows logs from Container Apps, App Services, and Function Apps None N/A Completely Missing - No MCP tool exists for retrieving application logs from Log Analytics workspace. Only azd monitor command opens browser to Application Insights but doesn't fetch logs directly. Tracking issue in https://github.com/Azure/azure-dev/issues/5781
Checked deploy_architecture_diagram_generate Generates Azure service architecture mermaid diagrams for applications. Analyzes your application topology and recommends appropriate Azure services. Creates visual representations of your deployment architecture azd_architecture_planning Returns instructions for selecting appropriate Azure services for discovered application components and designing infrastructure architecture. Partially Missing - azd_architecture_planning provides service selection guidance but missing actual Mermaid diagram generation. Discussed with @wbreza and we agreed that current azd tool is sufficient.
Checked deploy_iac_rules_get Provides guidelines for creating Bicep/Terraform files. Ensures IaC files are compatible with azd tool (like files main.parameter.json). Delivers best practices for Azure resource deployment azd_iac_generation_rules Returns comprehensive rules and guidelines for generating Bicep Infrastructure as Code files and modules for AZD projects. Covered
Checked deploy_plan_get Creates comprehensive deployment plans for Azure applications (using azd with IaC). Analyzes workspace to detect services and dependencies. Recommends Azure services and deployment strategies. Generates execution steps in .azure/summary.copilotmd azd_plan_init + azd_discovery_analysis + azd_infrastructure_generation Multiple tools: azd_plan_init returns instructions for orchestrating complete AZD application initialization using structured phases with specialized tools; azd_discovery_analysis returns instructions for performing comprehensive discovery and analysis of application components to prepare for Azure Developer CLI (AZD) initialization; azd_infrastructure_generation returns instructions for generating modular Bicep infrastructure templates following Azure security and operational best practices for AZD projects. Partially Missing - Functionality split across multiple tools but missing unified deployment plan generation with Azure service recommendations and execution steps in single comprehensive tool. No .azure/summary.copilotmd generation. Same as above. Current azd tools are sufficient.
Checked deploy_pipeline_guidance_get Provides guidance for creating CI/CD pipelines using azd pipeline config. Helps set up GitHub Actions workflows for Azure deployment using azd pipeline config azd pipeline config Configure your deployment pipeline to connect securely to Azure. Covered

cc @wbreza

hemarina avatar Nov 04 '25 17:11 hemarina