Documentation
README
Azure Prices
Fetch and compare live Azure service pricing using the bundled scripts that call the Azure Retail Prices API.
Execution Rules
Always use the bundled npm script for price lookups and comparisons when terminal execution is available.
DO NOT call the Azure Retail Prices API directly. You can only use the script to call the API.
Scripts
All scripts live in ./scripts/ and run via npm:
# List sample service names (discover what's available)
npm run --prefix ./scripts get-prices
# Get prices for a service in a region (default region: eastus)
npm run --prefix ./scripts get-prices -- "Virtual Machines" eastus
The script accepts two positional arguments:
This is the opening of the README. Read the full README on GitHub.