Mr Ace
Mr Ace

Reputation: 11

Azure VM Bandwidth Limit

I have a virtual machine on Azure and I was wondering if there is a bandwidth limit for it. By bandwidth limit I mean, a limit like 15GB of outbound and inbound data transfer. I tried checking some forums about this but could not find a clear answer.

Upvotes: 1

Views: 15712

Answers (1)

Guru Pasupathy
Guru Pasupathy

Reputation: 470

Yes, as your VM will be on shared infrastructure, there are bandwidth limits for your VM. And the bandwidth is metered on egress (outbound) only and not on the ingress (inbound).

Further the bandwidth depends on your VM Size. The below link gives the network bandwidth limit of Dav4 and Dasv4-series

https://learn.microsoft.com/en-us/azure/virtual-machines/dav4-dasv4-series

enter image description here

For more information on Virtual Machine network bandwidth,

refer this link https://learn.microsoft.com/en-us/azure/virtual-network/virtual-machine-network-throughput

Hope this helps

Upvotes: 2

Related Questions