Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure Compute Hours [closed]

Tags:

azure

I would like to host a website on Azure, but do not fully understand how the compute hours relate to it. I would like my website available 24/7, so would this mean 24 compute hours per day?

Thank you very much for your help,

Richard Hughes

like image 319
rhughes Avatar asked Oct 23 '25 10:10

rhughes


1 Answers

Yes, it will mean 24 compute hours a day. It means per instance per hour.

Therefore if you have two instances for 24 hours, you'll have 48 compute hours.

One instance for 24 hours is 24 compute hours.

like image 73
Arran Avatar answered Oct 26 '25 03:10

Arran