Create scheduled background jobs using Azure Functions timer triggers. Implement timer-triggered function with NCRONTAB expression for scheduling. Add comprehensive logging for job execution with Application Insights. Handle execution failures with error notifications. Implement idempotency to prevent duplicate processing. Add job monitoring dashboard and alerts for failures. Configure timeout and retry policies. Create job history tracking in Table Storage. Provide examples: scheduled data cleanup, report generation, data synchronization, cache warming. Add manual trigger endpoint for testing. Reference azure-serverless-agent for serverless patterns. Document cron expressions and job configurations for maintenance.
/plugin marketplace add Ashikparvez89/larouex-fullstack-plugin/plugin install ashikparvez89-larouex-fullstack-builder@Ashikparvez89/larouex-fullstack-pluginCreate scheduled background jobs using Azure Functions timer triggers. Implement timer-triggered function with NCRONTAB expression for scheduling. Add comprehensive logging for job execution with Application Insights. Handle execution failures with error notifications. Implement idempotency to prevent duplicate processing. Add job monitoring dashboard and alerts for failures. Configure timeout and retry policies. Create job history tracking in Table Storage. Provide examples: scheduled data cleanup, report generation, data synchronization, cache warming. Add manual trigger endpoint for test...