Azure VM Basics
Last updated:
AZURECOMPUTE
- IaaS service
- Everything inside the VM is our responsibility and under our control
- Things like patching, AV, etc.
- Everything inside the VM is our responsibility and under our control
- Building block of lots of azure services
- Different SKUs (based on ratio of CPU vs Memory)
- In a SKU different sizes (how much cpu and memory)
- As physical hardware improves, different versions of virtual machines might come forward
- Different versions so that we have consistency, we can choose what we want to do.
- VM needs to be Stopped (deallocated) for no charge. Shutting from guest does not de-provision it.
[[202404161906 How do we think about VM sizes or types on Azure|How do we think about VM sizes on Azure]]
Commands
[[202407141333 Get Azure VM Images|Get Azure VM Images]] [[202407141412 Create VM in Azure|Create VM in Azure]]