Add Database Azure banner
Ashikparvez89 Ashikparvez89

Add Database Azure

DevOps community

Description

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 -

Installation

Installs to ~/.claude/skills/ashikparvez89-larouex-fullstack-plugin-add-database-azure/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ashikparvez89-larouex-fullstack-plugin-add-database-azure && curl -fsSL https://raw.githubusercontent.com/Ashikparvez89/larouex-fullstack-plugin/HEAD/commands/add-database-azure.md -o ~/.claude/skills/ashikparvez89-larouex-fullstack-plugin-add-database-azure/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository