Search code examples
azureazure-virtual-machinecost-management

Does cpu load affect the cost of a virtual machine in Azure?


Suppose I have two identical virtual machines in Azure, one is constantly running cpu at 100% and the other at 50%. Will the cost for them be the same or will the other be twice the price? This excluding bandwidth and storage.


Solution

  • No, CPU usage doesn't affect the cost you'll pay for the virtual machines. It will be the same for both of them.

    Note that if you are using the Free or Shared tiers of Azure Web Sites you have a CPU usage limit.

    Please, refer to this links:

    Pricing - Web Sites

    Pricing - Cloud Services

    Pricing - Virtual Machines