Add Cron Azure banner
Ashikparvez89 Ashikparvez89

Add Cron Azure

DevOps community

Description

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 clea

Installation

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

Terminal
mkdir -p ~/.claude/skills/ashikparvez89-larouex-fullstack-plugin-add-cron-azure && curl -fsSL https://raw.githubusercontent.com/Ashikparvez89/larouex-fullstack-plugin/HEAD/commands/add-cron-azure.md -o ~/.claude/skills/ashikparvez89-larouex-fullstack-plugin-add-cron-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