Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add alexpizarro/azure-lean-stack-skills --skill scheduling-with-azure-logic-apps-consumptiongit clone --depth 1 https://github.com/alexpizarro/azure-lean-stack-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/alexpizarro/azure-lean-stack-skills/scheduling-with-azure-logic-apps-consumption)<a href="https://agentmods.dev/skills/alexpizarro/azure-lean-stack-skills/scheduling-with-azure-logic-apps-consumption"><img src="https://agentmods.dev/badge/skills/alexpizarro/azure-lean-stack-skills/scheduling-with-azure-logic-apps-consumption/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/alexpizarro/azure-lean-stack-skills/scheduling-with-azure-logic-apps-consumption"><img src="https://agentmods.dev/badge/skills/alexpizarro/azure-lean-stack-skills/scheduling-with-azure-logic-apps-consumption.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00093 | $0.02074 |
| Opus 5 | $0.00046 | $0.01037 |
| Sonnet 5 | $0.00019 | $0.00415 |
| Haiku 4.5 | $0.00009 | $0.00207 |
Grade A, and why
scheduling-with-azure-logic-apps-consumption scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 173 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Scheduling with Azure Logic Apps (Consumption tier)
Lightweight recurring triggers on Azure. Consumption tier bills per action (~$0.000025), so a 5-minute schedule runs about 8,640 actions a month — about 22 cents.
When to invoke
- Adding a recurring HTTP trigger to your app (cache invalidation, heartbeat ping, recrawl tick)
- A Microsoft consultant client has hit Power Automate's plan limits for a backend-only flow and you need to migrate it
- Polling a SharePoint list / Teams channel / external API on a cadence
- Anything that used to be a
cronjob on a VM and shouldn't need a VM
When NOT to invoke
- Anything that needs user context. Logic Apps Consumption can't sign in as the user. Power Automate is the right tool there.
- Long-running flows with many actions. At 100k+ actions/month, switch to Logic Apps Standard (consumption-priced compute, but Workflow Standard plan). Standard is not currently proven in this skill pack — add it only when a real project uses it.
- Workflows requiring premium connectors. Some connectors (Salesforce, SAP) carry a per-execution surcharge that changes the cost model.
- Sub-minute cadence. Logic Apps minimum recurrence is 1 minute. For sub-minute, use Functions timer triggers or Container Apps.
⚠️ Cost warning — don't point a frequent scheduler at a DB-backed endpoint
A recurring scheduler that hits an endpoint which queries a SQL Serverless database resets the DB's auto-pause timer on every run. At a 5-minute cadence the DB never pauses and bills compute 24/7 — the Logic App costs $0.22/mo, but the kept-awake database can cost far more.
Proven failure: trg-directory-website's recrawl scheduler polled an endpoint that read recrawl_queue every 5 minutes, keeping the serverless DB awake (see applying-azure-cost-guardrails Guardrail #11).
Before wiring a scheduler to an app endpoint, confirm:
- The target endpoint is DB-free (e.g. the shallow
/api/health), or - The work genuinely needs the DB on every run AND you've accepted always-on cost → switch the DB to flat Basic tier (~$5/mo, cheaper than kept-awake serverless), or
- The cadence is infrequent enough that the DB still pauses between runs (interval >
autoPauseDelay).
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 173 lines · 93 tokens per session scan A 8e530bb31723
scheduling-with-azure-logic-apps-consumption is a skill published in the GitHub repository alexpizarro/azure-lean-stack-skills (1 stars, last pushed 1mo ago), licensed MIT. It adds 93 tokens to every session and 2,074 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
azure-expert
Expert-level Microsoft Azure cloud platform, services, and architecture. Use when the user mentions cloud, Microsoft platforms, Azure Functions, or Cosmos DB.
azure-mgmt-applicationinsights-dotnet
Azure Application Insights SDK for .NET. Application performance monitoring and observability resource management. Use for creating Application Insights components, web tests, workbooks, analytics items, and API keys. Triggers: "Application Insights", "ApplicationInsights", "App Insights", "APM", "application…
azure-resource-manager-mysql-dotnet
Azure MySQL Flexible Server SDK for .NET. Database management for MySQL Flexible Server deployments. Use for creating servers, databases, firewall rules, configurations, backups, and high availability. Triggers: "MySQL", "MySqlFlexibleServer", "MySQL Flexible Server", "Azure Database for MySQL", "MySQL database…
azure-eventhub-dotnet
Azure Event Hubs SDK for .NET. Use for high-throughput event streaming: sending events (EventHubProducerClient, EventHubBufferedProducerClient), receiving events (EventProcessorClient with checkpointing), partition management, and real-time data ingestion. Triggers: "Event Hubs", "event streaming"…
azure-mgmt-fabric-dotnet
Azure Resource Manager SDK for Fabric in .NET. Use for MANAGEMENT PLANE operations: provisioning, scaling, suspending/resuming Microsoft Fabric capacities, checking name availability, and listing SKUs via Azure Resource Manager. Triggers: "Fabric capacity", "create capacity", "suspend capacity", "resume capacity"…
azure-resource-manager-durabletask-dotnet
Azure Resource Manager SDK for Durable Task Scheduler in .NET. Use for MANAGEMENT PLANE operations: creating/managing Durable Task Schedulers, Task Hubs, and retention policies via Azure Resource Manager. Triggers: "Durable Task Scheduler", "create scheduler", "task hub", "DurableTaskSchedulerResource", "provision…