A digital media agency is designing a cloud infrastructure on Azure and has two main requirements:
* A proprietary video rendering engine must be deployed on a platform where the agency's administrators have full control to install custom kernel-level drivers and manage the operating system configuration.
* Multiple graphic designers must be able to concurrently sign in to remote Windows 11 environments running on the same underlying virtual host to collaborate on design tools while minimizing compute costs.
Which two of the following Azure services or configurations should the agency select to meet these requirements?
- Azure Virtual Machines to host the video rendering engineAnswer
- Azure Virtual Desktop to host the remote workspacesAnswer
- CStandard Azure Virtual Machines running Windows 11 Pro to host the remote workspaces
- DAzure Virtual Machines where Microsoft manages the custom operating system drivers and rendering software
Answer
The agency should select Azure Virtual Machines to host the video rendering engine and Azure Virtual Desktop to host the remote workspaces.
To support the custom rendering engine that requires administrative access and custom kernel drivers, the agency must use Azure Virtual Machines, which offer full guest operating system control. To support multiple concurrent users sharing a single Windows 11 environment to minimize cost, the agency must use Azure Virtual Desktop, which supports multi-session Windows 11 virtual machines.
Step-by-Step Solution
Key Concept
Azure Virtual Machines provide full OS administrative access, while Azure Virtual Desktop is a managed service that supports cost-effective multi-session Windows 11 remote environments.