Azure Functions

Use when building serverless event-driven applications with Azure Functions in .NET. Covers the isolated worker model, HTTP/Timer/Queue/Blob triggers, dependency injection, Durable Functions orchestration, and deployment. USE FOR: serverless HTTP APIs, event-driven processing (queues, blobs, timers), Durable Functions for long-running workflows, lightweight microservices without infrastructure management, scheduled background jobs DO NOT USE FOR: always-on web applications with WebSockets (use ASP.NET Core), complex multi-service orchestration with service discovery (use aspire), long-running compute without orchestration (use Azure Container Apps), Dapr-based microservices (use dapr)

Tyler-R-Kendrick bd60750 21 files · 34.7 KB Updated

File contents

Tyler-R-Kendrick/agent-skills/tree/main/skills/dotnet/cloud/azure-functions commit bd60750c3c

Frequently asked questions

npx skillmds add tyler-r-kendrick/azure-functions