A healthcare provider plans to migrate a legacy health records application to Azure. The application requires direct access to the underlying operating system to configure custom registry keys and install kernel-level system drivers. To meet these requirements, the provider should deploy the application using Platform as a Service (PaaS) rather than Infrastructure as a Service (IaaS). Is this statement true or false?
Answer: Answer
Answer
False
The statement is false because Infrastructure as a Service (IaaS) is the cloud service model that provides administrative access to the underlying operating system. Platform as a Service (PaaS) abstracts the operating system layer, preventing customers from installing custom kernel-level drivers or making registry modifications.
Step-by-Step Solution
Key Concept
Operating system administrative access in Infrastructure as a Service (IaaS)