A research institute requires two cloud compute solutions:
* A simulation application that must run on a dedicated Windows Server operating system where administrators have full access to modify registry settings and configure custom middleware.
* A virtual desktop environment that allows thirty remote assistants to access a shared Windows 11 client operating system simultaneously to run standard productivity tools.
Which combination of Azure services should the institute use to host these workloads?
- Azure Virtual Machines for the simulation application, and Azure Virtual Desktop for the virtual desktop environmentAnswer
- BAzure Virtual Desktop for the simulation application, and Azure Virtual Machines for the virtual desktop environment
- CAzure Virtual Machines for both the simulation application and the virtual desktop environment
- DAzure App Service for the simulation application, and Azure Virtual Desktop for the virtual desktop environment
Answer
Azure Virtual Machines for the simulation application, and Azure Virtual Desktop for the virtual desktop environment
The simulation application requires full administrative access to modify the operating system registry, which is a feature of Infrastructure as a Service (IaaS) provided by Azure Virtual Machines. The virtual desktop environment requires hosting multiple user sessions on a single Windows 11 client operating system to minimize costs, which is a feature unique to Azure Virtual Desktop (specifically Windows 11 Multi-session).
Step-by-Step Solution
Key Concept
Understanding the difference between the administration control of Azure Virtual Machines (IaaS) and the multi-session client desktop hosting capabilities of Azure Virtual Desktop.
Estimated Time:1m 15s