A company needs to host a legacy accounting application that requires a specific version of Windows Server, custom registry configurations, and the installation of third-party database drivers. The company's IT team must have full administrative access to the operating system to perform these configurations. Which Azure service should the company use to host this application?
- 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 customer full administrative access to the guest operating system, allowing the IT team to customize registry settings, install third-party database drivers, and run the specific Windows Server version required by the legacy application.
Step-by-Step Solution
Key Concept
Azure Virtual Machines provides Infrastructure as a Service (IaaS), giving users full control over the operating system, which is required for custom configurations and legacy applications.