Set up Azure Table Storage with complete data layer implementation.
/plugin marketplace add LarouexNonprofitConsulting/larouex-fullstack-plugin/plugin install larouexnonprofitconsulting-larouex-fullstack-builder@LarouexNonprofitConsulting/larouex-fullstack-pluginSet 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 de...