Skip to content
Development
Command

/scaffold-azure-functions

Create an Azure Functions v4 project with TypeScript.

shell
$ npx -y skills add LarouexNonprofitConsulting/larouex-fullstack-plugin --agent claude-code

Ships with larouex-fullstack-builder. Installing the plugin gets this command.

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/scaffold-azure-functions

Context preview

What this command does when you run it.

Create an Azure Functions v4 project with TypeScript.

Command definition

scaffold-azure-functions.md

Create an Azure Functions v4 project with TypeScript.

Set up a complete Azure Functions application with:

  • TypeScript configuration (tsconfig.json with proper Azure Functions settings)
  • host.json with Function Runtime v4 configuration
  • local.settings.json template with example connection strings
  • package.json with Azure Functions dependencies (@azure/functions, @azure/data-tables)
  • Function app structure: /src/functions with example HTTP-triggered functions
  • Example functions: GetItems, CreateItem, UpdateItem with Table Storage integration
  • Shared utilities: /src/utils with Table Storage client, validation helpers, error handling
  • .funcignore and .gitignore files
  • README.md with local development and deployment instructions

Include proper error handling, input validation, and CORS configuration for each function.

Read it on GitHub โ†—
Ships withlarouex-fullstack-builder

A comprehensive Claude Code plugin with 81 commands and 12 specialized AI agents for building modern, full-stack web applications with Next.js 15, Azure, Railway, Bootstrap, and TypeScript.

Get the whole plugin, auto-invoked