A pharmaceutical company needs to host a legacy laboratory database application in Azure. The application has strict configuration requirements, including the need for the IT team to have full administrative access to the underlying Windows Server operating system to perform custom registry modifications, install specialized kernel-mode drivers, and configure low-level network parameters. Which Azure service should the company deploy to meet these requirements?
- Azure Virtual MachinesAnswer
- BAzure Virtual Desktop
- CAzure App Service
- DAzure Container Instances
Answer
Azure Virtual Machines
Azure Virtual Machines is the correct choice because it is an Infrastructure as a Service (IaaS) offering. This gives the IT team full administrative access (root/administrator) to the underlying Windows Server operating system, which is required to modify the registry, install specialized hardware drivers, and configure low-level settings.
Step-by-Step Solution
Key Concept
Azure Virtual Machines provide Infrastructure as a Service (IaaS) with full operating system control, whereas other services abstract the OS or target client desktop virtualization.
Estimated Time:1m 0s