Eval Summary
Coverage Status
| Language | Manifest Templates | Eval | Status |
|---|---|---|---|
| Python | 1 (Bicep) | β | β Verified |
| TypeScript | 1 (Bicep) | β | π AZD template exists |
| JavaScript | 1 (Bicep) | β | π AZD template exists |
| C# (.NET) | 1 (Bicep) | β | π AZD template exists |
| Java | 1 (Bicep) | β | π AZD template exists |
| PowerShell | 1 (Bicep) | β | π AZD template exists |
β οΈ Eval cost note: Each language eval requires ~5 min of agent runtime. Python is verified end-to-end; other languages confirmed in manifest. Multi-language eval expansion tracked as follow-up.
MCP Tool Validation
| Test | Status | Details |
|---|---|---|
functions_template_get | β PASS | 2 calls via azure-functions MCP tool |
| Template Discovery | β PASS | Templates found via resource filter |
| IaC Included | β PASS | EventGrid + Storage Bicep in projectFiles |
| E2E Agent Test | β PASS | 2 azure-functions calls, template blob-eventgrid-trigger-python-azd retrieved and applied |
IaC Validation
| IaC Type | File | Syntax | Policy Compliant | Status |
|---|---|---|---|---|
| Bicep | blob.bicep | β | β | PASS |
| Terraform | blob.tf | β | β | PASS |
Deployment Validation
| Test | Status | Details |
|---|---|---|
| AZD Template Init | β PASS | functions-quickstart-python-azd-eventgrid-blob |
| AZD Provision | β PASS | Resources created in rg-blob-eval |
| AZD Deploy | β PASS | Function deployed to func-mtgqcoepn4p3w |
| HTTP Response | β PASS | HTTP 200 from function endpoint |
| Event Grid Topic | β PASS | eventgridpdftopic created |
| Storage Account | β PASS | RBAC-only storage provisioned |
Results
| Test | Python |
|---|---|
| Health | β |
| Blob trigger | β |
| EventGrid event | β |
| Copy to processed | β |
Notes
- Templates retrieved via
functions_template_get(language: "<language>", template: "<template-name>")MCP tool - Dedicated AZD templates available for all 6 languages
- Uses Event Grid for reliable blob event delivery
IaC Features
| Feature | Bicep | Terraform |
|---|---|---|
| Storage Account (RBAC-only) | β | β |
| Event Grid System Topic | β | β |
| Event Grid Subscription | β | β |
| RBAC Assignment | β | β |
| Private Endpoint (VNet) | β | β |
| Azure Policy Compliance | β | β |
Test Date
2026-04-22