A company can deploy a custom accounting application to Azure App Service if the application requires specific operating system registry modifications and the installation of custom background system services.
Answer: Answer
Answer
The statement is false.
The correct answer is false because Azure App Service is a Platform as a Service (PaaS) offering. Under the PaaS model, the cloud provider manages the operating system, hardware, and runtime. The customer does not have access to the underlying OS configuration, registry, or system services. Applications requiring registry edits or custom background system services must be deployed using an Infrastructure as a Service (IaaS) model, such as Azure Virtual Machines.
Step-by-Step Solution
Key Concept
Platform as a Service (PaaS) limits administrative access to the underlying operating system, whereas Infrastructure as a Service (IaaS) provides full control over the operating system configuration.