Share via

How to apply license quantities for Azure VMSS

Yu-Jeong Seo 330 Reputation points
2024-10-16T01:07:49.59+00:00

I am using Windows Azure VMSS and have fixed a minimum of 3 instances without using auto-scaling. How is the Windows license core count calculated in this case? If I am using a 2-core SKU, does that mean I will consume 6 cores in total for the 3 instances, or does each VMSS resource only consume 2 cores?

Windows for business | Windows Server | User experience | Other
0 comments No comments

Answer accepted by question author

  1. Yanhong Liu 14,325 Reputation points Microsoft External Staff
    2024-10-16T05:35:01.85+00:00

    Hello,

    When using Azure Virtual Machine Scale Sets (VMSS), each instance within the scale set operates as an individual virtual machine. Therefore, the licensing and core count apply to each instance separately.

    In your scenario:

    You have a fixed minimum of 3 instances in your VMSS.

    You are using a 2-core SKU.

    This means each of your instances has 2 cores. Therefore, the total core count for licensing purposes would be:

    2 cores per instance * 3 instances = 6 cores

    So, yes, you would consume a total of 6 cores for the 3 instances combined. Each VM instance is counted separately when calculating the total number of cores used.

    Best Regards,

    Yanhong Liu

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Was this answer helpful?

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.