Which Azure Virtual Machine should i use?

Sameer Keluskar 11 Reputation points
2020-01-22T10:26:45.517+00:00

I am looking to create an economical Azure virtual machine here are my requirements:

  1. It should have a near 100% up-time.
  2. It should connect max 10 FTP users at a time.
  3. It should not have more temp storage (8 GB would be fine).

Could anyone recommend any suitable Azure Virtual Machine of Standard tier?

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

1 answer

Sort by: Most helpful
  1. msrini-MSFT 9,256 Reputation points Microsoft Employee
    2020-01-22T12:17:28.59+00:00

    @Sameer Keluskar ,

    If you want to 100% uptime, you need atleast 2 VMs with same application running and being placed in an availability set/zones behind a Load balancer.

    If you are looking for economic and Vm for development/ testing purpose, then you can go with B or D series VM.

    Reference: https://learn.microsoft.com/en-us/azure/virtual-machines/windows/sizes-general

    1 person found this answer helpful.