简体   繁体   English

将本地解决方案迁移到Azure

[英]Migrating an On Premise solution to Azure

I have an on premise solution that consists of a server (1 machine) and X users (each in 1 machine). 我有一个由服务器(1台计算机)和X个用户(每台1台计算机)组成的内部解决方案。 All the users are using the same Win32 application. 所有用户都使用相同的Win32应用程序。 The question is: How do I translate this in to an Azure enviroment? 问题是:如何将其转换为Azure环境? Each of the users machines are using 4 CPUs and 8 GB of RAM (this is necessary). 每个用户计算机都使用4个CPU和8 GB RAM(这是必需的)。

Do I have to configure a new machine which has to have the 4 CPUs and 8GB per user, or is there a more efficient way to get this done? 我是否必须配置一台新计算机,每台计算机必须具有4个CPU和8GB,或者是否有更有效的方法来完成此任务? Because otherwhise this is not economically profitable. 因为其他原因,这在经济上并不有利。

I was thinking about using XenApp and only one VM for all the users to solve this problem. 我当时正在考虑使用XenApp和针对所有用户的一个VM来解决此问题。 But I'm not quite sure. 但是我不太确定。

Any help is welcome. 欢迎任何帮助。

you could automate the provisioning of the VMs with ARM templates. 您可以使用ARM模板自动配置VM。 Your virtualizationception could also work. 您的虚拟化感知也可能有效。 But then: how do you garantee the 8GB of RAM that is necessary? 但是,然后:您如何保证必需的8GB RAM? Would be good to have some more details about the requirements. 拥有有关需求的更多详细信息会很好。

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

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