This covers the essentials for building serverless functions on Azure, from HTTP APIs and message processing to scheduled jobs and blob triggers. You get CLI commands for spinning up function apps, references for Node.js implementations and Terraform configs, plus guidance on bindings that let you connect to Azure services without writing SDK boilerplate. The best practices section is practical about managed identity, Key Vault, and Application Insights. If you're already in the Azure ecosystem and need event-driven compute without managing servers, this gets you from zero to deployed. The Durable Functions callout for long-running work is spot on.
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill azure-functions