Reputation: 664
Something strange happened today. My website on windowsAzure was suspended and inaccessible because my site had exceeded the CPU quotum. I am running the website in shared mode, but I had removed all quota. So why is my website suspended, I thought I would pay for the extra usage, not that my website would be suspended. What is happening here? And what should I do to prevent this from happening again?
Upvotes: 3
Views: 2503
Reputation: 71028
If you look at the Web Sites pricing details page, you'll see that CPU utilization has a daily quota:
For Shared Mode websites, you'll get CPU-minutes daily. This would be the quota you're exceeding. At this point, you'd need to ramp up to Reserved instances (or find ways to reduce CPU utilization in your app).
Look at this page for more info about Web Sites tiers and scaling.
Upvotes: 2