Is it cheaper to back up Azure VMs over the internet or using a private endpoint?

0
5
Asked By TechWhiz88 On

I'm trying to figure out whether backing up 100 TB of data for Azure VMs using a private endpoint would save costs compared to using the internet for the backup. Can anyone help clarify the cost implications between these two options?

3 Answers

Answered By NetNinja12 On

It really depends on where your data is coming from. If your Azure VMs are being backed up from Azure, that might simplify things and make a private endpoint more viable. However, if they're coming from on-prem or another provider, the situation changes.

Answered By TechieMaven On

If your internet connection can handle it, I’d suggest going with the internet option. Using a private endpoint can incur extra charges for both inbound traffic and ExpressRoute data, so you could end up paying more for the same amount of data transfer.

Answered By CloudGuru42 On

It's not necessarily cheaper to use a private endpoint. While you might think about egress costs being reduced because data transfer could happen within the data center, you must also consider the costs associated with the private endpoint itself. Those charges can add up, depending on your setup.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.