Azure VM Naming Conventions
- Azure VM Family Series: Refer Here
- Constrainted CPU Series Refer Here
-
VM Sizes : When we select VM size we choose
- VM Family
- Number of CPUs
- Generation or Version
- Additive features
- s => storage optimized
- Number of data disks
- size of temp disk
-
Lets try to understand what this vm size is all about
- B2ms:
- Family is B
- Number of Virtual cpus 2
- additive features
- m: memory intensive
- s: Premium Storage capable
- Number of data disks => 4
- Temp Storage => 16
- D4s_v4
- Family is D
- Number of VCPUs => 4
- Additive features
- s: Premium Storage capable
- Number of Data disks => 16
- Temp disk => 0 GB
- E2bds_v5:
- Family is E
- Number of Cpus => 2
- Additive features
- b: block storage performance
- d: diskful
- s: Premium Storage capable
- Number of Data disks => 4
- Temp Disk size => 75
- B2ms:
What are things that get attached when we create a VM
- Create a new resource group and create a vm with free size (B1s)
- While creating the VM we select location.
-
The following were created
- Virtual Machine
- Public Ip Address
- Network Security Group
- Virtual Network
- Network Interface
- Disk
-
To understand Azure Global Infrastructure Refer Here