bandwidth cost

Anonymous
2023-03-10T12:52:26.28+00:00

2 VM, different subsciption, same region, az set to none. how much bandwidth cost if i copy file between them?

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

2 answers

Sort by: Most helpful
  1. Luca Lionetti 3,231 Reputation points
    2023-03-10T14:17:25.0466667+00:00

    Hi

    for connecting two vm in two different subscriptions you need vnet peering to connect them internally

    the cost is the traffic between peering

    VNET Peering within the same region

    VNET Peering within the same region

    Inbound data transfer $0.01 per GB
    Outbound data transfer $0.01 per GB

    or you could connect them via public ip but not recommended, in this case the traffic is only for egress

    here you can find the pricing

    https://azure.microsoft.com/en-us/pricing/details/bandwidth/

    ref https://learn.microsoft.com/en-us/azure/virtual-network/create-peering-different-subscriptions?tabs=create-peering-portal

    https://azure.microsoft.com/en-us/pricing/details/virtual-network/

    Cheers

    1 person found this answer helpful.
    0 comments No comments

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.