which Virtual machine to use

David Rooker 21 Reputation points
2021-08-26T16:08:56.22+00:00

I need to setup a few VM from to test a browser online game, its not heavy just needs to have good internet and each account must connect always from the same ip. I only need an hour or 2 per day on each, what would be the best way to set themup to be the best cost eficiant. and practical.
Thanks

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,586 questions
0 comments No comments
{count} votes

Accepted answer
  1. ChristopherW-MSFT 1,681 Reputation points
    2021-08-26T20:07:02.747+00:00

    Hi @David Rooker ,

    Most Virtual Machine sizes should work for this, maybe start with a smaller D Series as that's a General Purpose used for most things - Just make sure that you attach a Static Public IP to the Virtual Machine on or after deployment. https://learn.microsoft.com/en-us/azure/virtual-network/virtual-network-deploy-static-pip-arm-portal

    Alternatively, if the game you're playing requires DirectX or OpenGL 3D support and you find the size you're on won't work, you can deploy a GPU Series VM or Size up your existing VM. https://learn.microsoft.com/en-us/azure/virtual-machines/sizes-gpu

    If you're only using the Virtual Machine for 2 hours a day, make sure it's Stopped (Deallocated) to not accrue unnecessary charges. Shutting a VM down from within the OS will put it into a 'Stopped' state, but clicking 'Stop' from the Azure Portal will make sure it's deallocated.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. David Rooker 21 Reputation points
    2021-09-02T18:11:58.273+00:00

    hanks for the help i got all setup except about the static IP, I followed the steps provided here https://learn.microsoft.com/en-us/azure/virtual-network/virtual-networks-static-private-ip-arm-pportal but in the example I have to put an IP however all the ips i try to put as the static return an error message

    "Failed to save IP address changes for network interface 'maquinav2324'. Error: Private static IP address 192.168.1.101 does not belong to the range of subnet prefix 10.1.0.0/24."

    how can I chose the right IP? I'm located in Brazil and have chosen a VM from South Brazil.
    Thanks

    0 comments No comments