Microsoft Azure VM or Virtual Machines are cloud computing systems that you can access via the Azure Portal with the benefit of not having to buy and maintain the physical hardware that runs it.
Azure offers different kinds of VMs which you can choose from based on your workloads and pricing models.
Azure VM Types
- General purpose
- GPU
- High performance compute
- Compute optimized
- Memory optimized
- Storage optimized
- Confidential compute
- FPGA
Azure VM Sizes
- B-Series
- D-Series v2
- D-Series v3
- D-Series v4
- D-Series v5
- DC-Series
- E-Series v3
- E-Series v4
- E-Series v5
- F-Series v2
- H-Series
- L-Series
- Isolated sizes
Azure VM Pricing Models
- Azure Free Tier
- Pay As You Go
- Reserved VM Instances
- Spot Virtual Machines
Steps to Find Azure VM Pricing Details in Azure Portal
- Login to the Azure Portal: https://portal.azure.com
- Now under Azure Services click on the Virtual Machine Icon.
- Now click on Create and select "Azure Virtual Machine"
- Now under Instance details -> Sizes click on the link "See all Sizes".
- Now on this page, you should be able to see pricing details in cost/month column at the extreme right.
Below are the screenshots for the above steps to make it easy to understand and locate.




-
Facing issues? Have Questions? Post them here! I am happy to answer!
More Posts related to Azure,
More Posts:
- Fix: EOFError Exception in Python - Python
- [Maven] Multiple annotations found at this line pom.xml CoreException, ArtifactResolutionException - Java
- How to exit from nano command - Linux
- How to save webpage as pdf using macOS Safari - MacOS
- How to Pretty Print JSON in PHP - PHP
- Get MD5 Hash as Checksum of a String in Python - Python
- Python 3.x : How to Convert String to Bytes - Python
- How to create alias in macOS - MacOS