Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何通过控制面板同时启动 2 个或更多 Azure VM (IaaS) 实例?谢谢你。
您不能使用 IaaS(即 Windows Azure VM)明确地做到这一点。您只能使用 PaaS(即云服务 - WebRole、WorkerRole 或网站)来执行此操作。
Azure VM(基础结构服务的一部分)不提供开箱即用的此功能。您必须自行管理 VM 创建/启动/停止和 VM 删除以及内容同步。这是使用基础架构服务的缺点。