Implement file upload functionality with Azure Blob Storage. Create upload component with drag-and-drop interface and file selection. Build Azure Function to generate SAS tokens for secure direct uploads. Implement client-side upload to Blob Storage using Azure SDK. Add upload progress tracking with progress bar. Validate file types, sizes, and names before upload. Implement file listing from Blob Storage with thumbnail generation for images. Add file deletion functionality. Handle upload errors gracefully. Configure CORS for Blob Storage. Reference azure-serverless-agent for Azure integration. Provide usage examples and security best practices documentation.
/plugin marketplace add Ashikparvez89/larouex-fullstack-plugin/plugin install ashikparvez89-larouex-fullstack-builder@Ashikparvez89/larouex-fullstack-pluginImplement file upload functionality with Azure Blob Storage. Create upload component with drag-and-drop interface and file selection. Build Azure Function to generate SAS tokens for secure direct uploads. Implement client-side upload to Blob Storage using Azure SDK. Add upload progress tracking with progress bar. Validate file types, sizes, and names before upload. Implement file listing from Blob Storage with thumbnail generation for images. Add file deletion functionality. Handle upload errors gracefully. Configure CORS for Blob Storage. Reference azure-serverless-agent for Azure integrat...