Azure VM Core vs vCPU
Asked Answered
S

1

20

When comparing two different VM series in Azure, I see that one has Cores and the other one vCPUs. Keeping aside the number of Cores/CPUs, Memory and Processor Type (Intel Xeon E/Platinum etc), what is the advantage of one over the other? I understand that CPU can have multiple cores, but in Azure what is the difference between 4 vCPUs and 4 vCores?

G Series with Core D Series with vCPU

Stablish answered 11/3, 2020 at 22:58 Comment(0)
A
12

A core is a physical unit of a CPU.

A virtual CPU (vCPU) also known as a virtual processor, is a physical central processing unit (CPU) that is assigned to a virtual machine (VM).

For more details, you can refer to these msdn answers: this and this.

Adames answered 12/3, 2020 at 9:16 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.