Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Prepare applications for Azure deployment by generating infrastructure code, Dockerfiles, and config files.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
references/services/functions/templates/recipes/mcp/eval/summary.md
1# Eval Summary23## Coverage Status45| Language | Manifest Templates | Eval | Status |6|----------|-------------------|------|--------|7| Python | 3 (Bicep) | ✅ | ✅ Verified |8| TypeScript | 2 (Bicep) | — | 📋 AZD template exists |9| C# (.NET) | 2 (Bicep) | — | 📋 AZD template exists |10| Java | 2 (Bicep) | — | 📋 AZD template exists |11| JavaScript | — | — | ⚠️ No AZD template |12| PowerShell | — | — | ⚠️ No AZD template |1314> ⚠️ **Eval cost note:** Each language eval requires ~5 min of agent runtime. Python is verified end-to-end; other languages confirmed in [manifest](https://cdn.functions.azure.com/public/templates-manifest/manifest.json). JavaScript and PowerShell have no MCP AZD template. Multi-language eval expansion tracked as follow-up.1516## MCP Tool Validation1718| Test | Status | Details |19|------|--------|---------|20| `functions_template_get` | ✅ PASS | 2 calls via `azure-functions` MCP tool |21| Template Discovery | ✅ PASS | Templates found via resource filter |22| IaC Included | ✅ PASS | Storage queue config in projectFiles |23| E2E Agent Test | ✅ PASS | 2 `azure-functions` calls, template `mcp-server-remote-python` retrieved and applied |2425## Results2627| Test | Python |28|------|--------|29| Health | ✅ |30| tools/list | ✅ |31| tools/call | ✅ |3233## Notes3435- Templates retrieved via `functions_template_get(language: "<language>", template: "<template-name>")` MCP tool36- Requires `enableQueue: true` for MCP state management37- Uses JSON-RPC 2.0 protocol over HTTP3839## Test Date40412026-04-2242