This tool is specifically crafted to assist users in retrieving and showcasing the prices of virtual machine SKUs across various regions. It facilitates a comparative analysis, empowering users to make informed decisions on the optimal region for deploying their virtual machines from a cost perspective.
- Fetch virtual machine SKU prices.
- Interactive menus to select OS/software, category, VM series, VM type, and region.
- Display the pricing information in a tabulated format.
Clone this repository to your local machine:
git clone https://github.com/emrgcl/AzureVMPricingCLI.gitNavigate to the cloned directory:
cd AzureVMPricingCLIInstall the required dependencies:
pip install -r requirements.txt
o run the VM Pricing CLI tool, execute the following command in the terminal:
python azure_vm_pricing_cli.pyThe above instructions are for windows users. For linux users use pip3 instead of pip and python3 instead of python
inquirer: For creating interactive command-line user interfaces.yaspin: To display spinners in the CLI for loading processes.tabulate: To format and display the data in a table.colorama: printing colored text.
