gabrielweyer / azure-vm-pricing

Mass-pricing of VMs on Azure based on CPU cores count and memory.
MIT License
25 stars 16 forks source link

List of OS and Region #270

Open KevM92 opened 1 day ago

KevM92 commented 1 day ago

Hi @gabrielweyer,

Thank you for creating this tool. However, I encountered an issue while trying to use it.

  1. Region Selection: I want to use regions like West Europe or Germany West Central. I tried using region names such as westeurope, weu, and others. However, I consistently receive the following error:

    Selecting currency: eur
    Selecting region: westeurope
    UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "Failed to select 'westeurope' for selector 'select[name="region"]', instead selected 'us-north-central'".
        at throwUnhandledRejectionsMode (node:internal/process/promises:389:7)
        at processPromiseRejections (node:internal/process/promises:470:17)
        at processTicksAndRejections (node:internal/process/task_queues:96:32) {
      code: 'ERR_UNHANDLED_REJECTION'

    Could you please provide a list of regions and the correct names to enter in the command, similar to what you did for Culture and Currency?

  2. OS Settings: Could you also provide a list for the "OS" settings? For example, on the Microsoft site, you can choose options like Red Hat or SharePoint. It would be helpful to have similar options here.

Again, thank you for this awesome tool. I'm sure it will deliver great value once I can use it correctly.

Thanks, Kev

gabrielweyer commented 1 day ago

I added the list of supported regions and supported OS/Software.

KevM92 commented 1 day ago

Thanks this is awesome will try later