azure-function - Generate Azure Functions for TicketFlow
Creates self-contained Azure Functions with integration tests for the TicketFlow project.
Tags
Updated: 2026-03-24Capabilities
Typical Inputs
Typical Outputs
What this skill does
- create Azure Function
- generate integration test
- add HTTP endpoint
- create response DTO
- check existing DTOs
- configure trigger
Inputs
- business requirements
- HTTP method and route
- request fields
- response structure
- trigger type
- authorization level
- entity or resource
Outputs
- function code file
- integration test file
- response DTO file
Requirements
- Azure Functions environment
- .NET/C# runtime
- TicketFlow project structure
- CosmosDbContainerFixture
- TicketFlowDbContext
