Skip to content
Development
Command

/add-database-azure

Set up Azure Table Storage with complete data layer implementation.

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/add-database-azure

Context preview

What this command does when you run it.

Set up Azure Table Storage with complete data layer implementation.

Command definition

add-database-azure.md

Set up Azure Table Storage with complete data layer implementation.

Create:

  • Table Storage entity schema with TypeScript interfaces (PartitionKey, RowKey, properties)
  • Table Storage client utility with connection string configuration
  • CRUD operations in Azure Functions: Create, Read, Update, Delete, List with pagination
  • Query helpers for complex Table Storage queries
  • Error handling for Table Storage operations (conflict, not found, timeout)
  • Entity validation before storage operations
  • Connection string configuration in local.settings.json
  • Environment variable setup for Azure deployment
  • Comprehensive logging with Application Insights integration
  • README.md documentation for data model

Include proper transaction handling, batch operations support, and best practices for partition key design.

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