Share via

Azure VM resize SQL server standard license will apply the license or additional purchase required

Sakthivel M 0 Reputation points
2026-03-06T12:37:38.48+00:00

Hello Support,

    Azure VM running with Standard E4ads v5(4vCPU and 32 GB RAM and this will resize the VM to E8ads_v5 -8core CPU with 64 GB memory this will apply the sql Standard Edition (64-bit) on Windows Server 2019 or need to purchase addition license for SQL server 2019 for sql core management.
```Thankyou,

Azure Virtual Machines
Azure Virtual Machines

An Azure service that is used to provision Windows and Linux virtual machines.


2 answers

Sort by: Most helpful
  1. Ankit Yadav 13,600 Reputation points Microsoft External Staff Moderator
    2026-03-06T14:05:32.5366667+00:00
    0 comments No comments

  2. Q&A Assist
    2026-03-06T12:38:01.38+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Resizing the Azure VM from E4ads_v5 (4 vCPUs) to E8ads_v5 (8 vCPUs) increases the number of vCPUs, so additional SQL Server Standard core licenses are required if SQL Server is licensed per core.

    Key points:

    1. For pay-as-you-go SQL images on Azure VMs, the SQL Server license cost is tied to the number of VM vCPUs. When the VM is resized to more vCPUs, the per‑second SQL licensing charge increases automatically based on the new vCPU count. No separate purchase is needed, but the bill will be higher because of more cores.
    2. For Azure Hybrid Benefit or bring‑your‑own‑license scenarios, SQL Server per‑core licensing must cover all vCPUs that SQL Server can see. If the VM is resized from 4 to 8 vCPUs, the licensed core count must be increased accordingly, or the vCPUs available to SQL Server must be constrained to match the existing licensed cores.
    3. Configurable Constrained Cores (CCC) can be used to keep SQL licensing aligned with an existing core entitlement while still gaining more memory and I/O from a larger VM size. In that case, vCPUsAvailable is set to the licensed core count so SQL Server only sees that number of logical processors.

    So, if SQL Server Standard is licensed per core and the VM is resized to 8 vCPUs without constraining cores, additional SQL Server 2019 Standard core licenses are required to remain compliant.


    References:

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.