Azure offers various types of virtual machine sizes and they have uppercase letters (e.g. B, D, DC, E, F, etc). Some instance types also have lowercase letters (e.g. Da, Dd, Das, Ds, Ed, etc). Does that map to any specific functionality?
Azure offers various types of virtual machine sizes and they have uppercase letters (e.g. B, D, DC, E, F, etc). Some instance types also have lowercase letters (e.g. Da, Dd, Das, Ds, Ed, etc). Does that map to any specific functionality?
Azure uses the following naming convention for its VM sizes:
[Family] + [Sub-family]* + [# of vCPUs] + [Additive Features] + [Accelerator Type]* + [Version]
Family
Indicates the VM Family Series*Sub-family
is used for specialized VM differentiations only# of vCPUs
denotes the number of vCPUs of the VMAdditive Features
: One or more lower case letters denote additive features, such as:*Accelerator Type
denotes the type of hardware accelerator in the specialized/GPU SKUs.Version
denotes the version of the VM Family SeriesMore information:
https://docs.microsoft.com/en-us/azure/virtual-machines/sizes
https://docs.microsoft.com/en-us/azure/virtual-machines/vm-naming-conventions