简体   繁体   English

一个虚拟机可以同时在Windows Azure中成为多个虚拟网络的一部分吗?

[英]Can a Virtual Machine be part of multiple virtual networks at the same time in Windows Azure?

We are building a saas application over Azure. 我们正在基于Azure构建一个saas应用程序。 We want to provide 'Virtual Network feature (optional)' to client. 我们想向客户端提供“虚拟网络功能(可选)”。 If client subscribe for 'Virtual Network', we are planning to wrap VM's into virtual network and allow him to connect to his local network. 如果客户订阅了“虚拟网络”,我们计划将VM封装到虚拟网络中,并允许他连接到本地网络。

But in case two clients choose this feature, we will have to create separate VNet over same VM (since our application is running on same VMs). 但是,如果有两个客户端选择此功能,则我们将不得不在同一VM上创建单独的VNet(因为我们的应用程序在同一VM上运行)。

Is this feasible or we are working on wrong direction? 这可行吗,或者我们正在朝错误的方向努力?

Thanks In Advance 提前致谢

The architecture you are suggesting will not work in Azure (nor in AWS either). 您建议的体系结构在Azure中也不适用(在AWS中也不适用)。 You would first require multiple NICs in VMs which are not currently supported in Azure. 首先,您需要在Azure中当前不支持的VM中需要多个NIC。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM