Вопрос

I have two VMs each in a separate VNETs.

How can I copy files directly between them without leaving datacentre?

I'm running Google Drive on each of them, but that would be slow and incur costs.

Это было полезно?

Решение

Azure Blob Storage may be a good option. It's intra-datacentre and good for unstructured data such as files.

http://www.windowsazure.com/en-us/develop/net/how-to-guides/blob-storage/

Другие советы

Connect two vnet, using vnet to vnet connectivity. Then both of them will be accessible using DIP to each other. That will be the fastest.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top