Katabarwa Labs
← All Azure apps

Cost control · Cost Breaker

A hard spending cap for your Azure bill

Budgets only email you while the money burns. Cost Breaker watches month-to-date spend hourly and stops non-exempt compute when your cap is hit.

Deploys as a managed application in your own subscription. No vendor backend, no data egress. Flat USD 39 per month, billed by Microsoft.

The gap

Azure budgets are notifications, not limits. A runaway deployment or a forgotten VM keeps billing after every alert has fired. The request for a real cap has been open on the billing forum for thirteen years and is the single most-voted item there.

What it does
The trip card: spend against cap, what was deallocated, what was stopped, what was exempt.
The trip card: spend against cap, what was deallocated, what was stopped, what was exempt.
The hourly guard and the warning card at 80 percent.
The hourly guard and the warning card at 80 percent.
Exemption by tag, so production stays up while the sandbox is cut.
Exemption by tag, so production stays up while the sandbox is cut.
Honest about its limits
How it runs, and what it needs

A serverless function on a schedule, with a system-assigned managed identity, deployed into your subscription by the Azure Marketplace. Roles are granted by you after deployment with the one-line script in the package, so nothing runs until you say so. Every role it asks for, and why:

Cost Management Reader read month-to-date spend
Cost Breaker Enforcer (custom role) list and deallocate VMs, list and stop web apps; no create, delete, or reconfigure

Alerts go to the Teams webhook you configure. Nothing is sent anywhere else.

FAQ

Does any data leave my subscription?

No. The function runs in your subscription and writes only to your configured alert destination. Katabarwa Labs operates no backend and receives nothing.

How is it billed?

A flat USD 39 per month on your Azure bill through the Marketplace, plus the small consumption cost of the function itself. No per-resource or per-user pricing.

How do I remove it?

Delete the managed application from the Azure portal. Its resource group and identity go with it, and any role you granted can be removed the same way.

Where do I get support?

support@llmgraph.ai, or the support page.

Deploy Cost Breaker in your subscription.

Budgets only email you while the money burns. Cost Breaker watches month-to-date spend hourly and stops non-exempt compute when your cap is hit.

Deploy from the Azure Marketplace