Question

Difficulty: EasyAzure Virtual Machines and Azure Virtual Desktop

A company is planning its cloud migration and has two primary requirements:
1. Host a custom retail web application that requires administrative-level access and deep operating system configuration.
2. Provide virtualized Windows 11 desktop environments for remote support staff, minimizing costs by sharing virtual machine resources among multiple users.

Which of the following statements are correct regarding the Azure services that should be used in this scenario? (Select TWO.)

  1. Azure Virtual Machines provide full administrative control over the operating system, making them suitable for the custom retail web application.Answer
  2. Azure Virtual Desktop supports multi-session Windows 11, allowing multiple remote support staff to share a single virtual machine's resources.Answer
  3. C
    Azure Virtual Machines natively support multi-session Windows 11 client operating systems without additional virtual desktop services.
  4. D
    Microsoft is responsible for managing, securing, and patching the guest operating system of the deployed Azure Virtual Machines.

Answer

The correct statements are that Azure Virtual Machines provide full administrative control over the operating system, and that Azure Virtual Desktop supports multi-session Windows 11 to allow multiple remote support staff to share a single virtual machine's resources.
Azure Virtual Machines provide Infrastructure as a Service (IaaS), which gives the customer administrative control over the operating system, satisfying the requirements of the custom retail web application. Meanwhile, Azure Virtual Desktop provides multi-session Windows 11, allowing multiple users to connect to and share the resources of a single virtual machine, which satisfies the cost-saving desktop virtualization requirement.

Step-by-Step Solution

1
Evaluate the requirement for the custom retail web application requiring administrative-level access and deep operating system configuration.
Identify that Azure Virtual Machines (IaaS) are the appropriate solution because they grant full control over the operating system, registry, and installed software.
IaaS workloads give customers administrative access to the guest OS.
2
Evaluate the requirement for hosting cost-effective Windows 11 virtual desktops for remote support staff.
Identify that Azure Virtual Desktop is the appropriate solution because of its support for multi-session Windows 11, which allows sharing a single VM's resources among multiple users.
Azure Virtual Desktop is designed for desktop virtualization and includes exclusive multi-session capabilities for Windows client operating systems.

Key Concept

Distinguishing between the management control of Azure Virtual Machines (IaaS) and the multi-session desktop hosting capabilities of Azure Virtual Desktop.
Rate this question