azure-functions
Expert patterns for Azure Functions development including isolated worker model, Durable Functions orchestration, cold start optimization, and production patterns. Covers .NET, Python, and Node.js programming models. Use when: azure function, azure functions, durable functions, azure serverless, function app.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install azure-functions --cli claudewrites the skill into.claude/skills/azure-functions/SKILL.mdListed as compatible
# fetches the source and writes it to:
.claude/skills/azure-functions/SKILL.mdNeeds the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
Expert patterns for Azure Functions development including isolated worker model, Durable Functions orchestration, cold start optimization, and production patterns. Covers .NET, Python, and Node.js programming models. Use when: azure function, azure functions, durable functions, azure serverless, function app.
When to use it
Expert patterns for Azure Functions development including isolated worker model, Durable Functions orchestration, cold start optimization, and production patterns. Covers .NET, Python, and Node.js programming models. Use when: azure function, azure functions, durable functions, azure serverless, function app.
How to install / invoke
# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/development/azure-functions/SKILL.md -o .claude/skills/azure-functions/SKILL.md
Notes
Extracted from davila7/claude-code-templates, azure-functions category.