A company is planning to deploy a new system architecture in Azure with two main requirements:
1. A database server that requires full administrative access to customize the underlying operating system.
2. A centralized remote work environment for 50 customer support agents who need to access a shared set of applications from various devices.
Which combination of Azure compute services should the company select to meet these requirements?
- AAzure Virtual Desktop for the database server, and Azure Virtual Machines for the customer support agents.
- Azure Virtual Machines for the database server, and Azure Virtual Desktop for the customer support agents.Cevap
- CAzure Virtual Machines for the database server, and manually configured individual Azure Virtual Machines for each of the 50 customer support agents.
- DAzure Virtual Machines for the database server, and a Virtual Machine Scale Set for the customer support agents.
Cevap
Azure Virtual Machines for the database server, and Azure Virtual Desktop for the customer support agents.
The correct option matches the requirements by leveraging the appropriate compute types. Azure Virtual Machines provide full OS-level administration, which fulfills the database server needs. Azure Virtual Desktop is specifically designed to stream virtualized client desktops and applications to remote users on different devices, reducing operational overhead for managing remote workers.
Adım Adım Çözüm
Anahtar Kavram
Distinguishing the correct use cases for Azure Virtual Machines (IaaS server hosting) versus Azure Virtual Desktop (managed desktop virtualization)